mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: fix missing link references to FOAM_EXT_LIBBIN
This commit is contained in:
@ -9,7 +9,7 @@ set -x
|
|||||||
$WM_THIRD_PARTY_DIR/AllwmakeLibccmio
|
$WM_THIRD_PARTY_DIR/AllwmakeLibccmio
|
||||||
|
|
||||||
# if the library built properly, the headers should exist too
|
# if the library built properly, the headers should exist too
|
||||||
if [ -e $FOAM_LIBBIN/libccmio.so ]
|
if [ -e $FOAM_EXT_LIBBIN/libccmio.so ]
|
||||||
then
|
then
|
||||||
wmake ccm26ToFoam
|
wmake ccm26ToFoam
|
||||||
fi
|
fi
|
||||||
|
|||||||
@ -1,10 +1,12 @@
|
|||||||
|
LIBCCMIO_DIR = $(WM_THIRD_PARTY_DIR)/libccmio-2.6.1
|
||||||
|
|
||||||
EXE_INC = \
|
EXE_INC = \
|
||||||
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||||||
-I$(LIB_SRC)/meshTools/lnInclude \
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
||||||
-I${WM_THIRD_PARTY_DIR}/libccmio-2.6.1 \
|
-I$(LIBCCMIO_DIR) \
|
||||||
-I${WM_THIRD_PARTY_DIR}/libccmio-2.6.1/lnInclude
|
-I$(LIBCCMIO_DIR)/lnInclude
|
||||||
|
|
||||||
EXE_LIBS = \
|
EXE_LIBS = \
|
||||||
-lfiniteVolume \
|
-lfiniteVolume \
|
||||||
-lmeshTools \
|
-lmeshTools \
|
||||||
-lccmio
|
-L$(FOAM_EXT_LIBBIN) -lccmio
|
||||||
|
|||||||
@ -6,8 +6,8 @@ EXE_INC = \
|
|||||||
|
|
||||||
|
|
||||||
EXE_LIBS = \
|
EXE_LIBS = \
|
||||||
-ltecio \
|
|
||||||
-llagrangian \
|
-llagrangian \
|
||||||
-lfiniteVolume \
|
-lfiniteVolume \
|
||||||
-lgenericPatchFields \
|
-lgenericPatchFields \
|
||||||
-lmeshTools
|
-lmeshTools \
|
||||||
|
-L$(FOAM_EXT_LIBBIN) -ltecio
|
||||||
|
|||||||
@ -12,4 +12,4 @@ EXE_INC = \
|
|||||||
$(TYPE_REAL)
|
$(TYPE_REAL)
|
||||||
|
|
||||||
LIB_LIBS = \
|
LIB_LIBS = \
|
||||||
-lMGridGen
|
-L$(FOAM_EXT_LIBBIN) -lMGridGen
|
||||||
|
|||||||
Reference in New Issue
Block a user