Skip to content
Snippets Groups Projects
Commit 4b7c21bc authored by Andrew Heather's avatar Andrew Heather
Browse files

BUG: foamNewSource - corrected Make/options for app mode. Closes #1006

parent ac886d05
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,7 @@ else ...@@ -96,7 +96,7 @@ else
fileName="$className$Type" fileName="$className$Type"
echo "$Script: Creating new interface file $fileName" echo "$Script: Creating new code file $fileName"
if [ -e "$fileName" ] if [ -e "$fileName" ]
then then
echo " Error: file exists" echo " Error: file exists"
......
...@@ -32,9 +32,11 @@ rm -f Make/options ...@@ -32,9 +32,11 @@ rm -f Make/options
echo "Creating Make/options" echo "Creating Make/options"
echo 'EXE_INC = \ echo 'EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude' > Make/options -I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude' > Make/options
echo >> Make/options echo >> Make/options
echo 'EXE_LIBS = \ echo 'EXE_LIBS = \
-lfiniteVolume' >> Make/options -lfiniteVolume \
-lmeshTools' >> Make/options
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment