mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: respect '-silent' option for cmake builds
- minor cleanup of wmake sources
This commit is contained in:
@ -39,11 +39,12 @@ then
|
||||
fi
|
||||
|
||||
[ -d Make ] || mkdir Make
|
||||
|
||||
rm -f Make/options
|
||||
#------------------------------------------------------------------------------
|
||||
echo "Creating Make/options"
|
||||
|
||||
echo 'EXE_INC = \
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude' >> Make/options
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude' > Make/options
|
||||
echo >> Make/options
|
||||
echo 'EXE_LIBS = \
|
||||
-lfiniteVolume' >> Make/options
|
||||
|
||||
Reference in New Issue
Block a user