Windows port: minor updates
This commit is contained in:
parent
c67d6b98d2
commit
3a6cc671fa
2 changed files with 5 additions and 1 deletions
|
@ -9,6 +9,7 @@ EXE_INC = \
|
|||
|
||||
LIB_LIBS = \
|
||||
-lfiniteVolume \
|
||||
-lmeshTools \
|
||||
-L$(PARMGRIDGEN_LIB_DIR) -lIMlib -lmgrid
|
||||
|
||||
#else
|
||||
|
@ -23,6 +24,8 @@ EXE_INC = \
|
|||
|
||||
LIB_LIBS = \
|
||||
-lfiniteVolume \
|
||||
-lmeshTools \
|
||||
-L$(PARMGRIDGEN_LIB_DIR) -lIMlib -lMGridGen
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
@ -2,4 +2,5 @@ EXE_INC = \
|
|||
-I$(LIB_SRC)/finiteVolume/lnInclude
|
||||
|
||||
LIB_LIBS = \
|
||||
-lfoam \
|
||||
-lfiniteVolume
|
||||
|
|
Reference in a new issue