Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Planned maintenance at 14:00 - platform may be offline until 15:00 (UK times)
Open sidebar
Development
openfoam
Commits
060acc6e
Commit
060acc6e
authored
Jan 04, 2011
by
Mark Olesen
Browse files
COMP: fix missing link references to FOAM_EXT_LIBBIN
parent
e14521b5
Changes
4
Hide whitespace changes
Inline
Side-by-side
applications/utilities/mesh/conversion/Optional/Allwmake
View file @
060acc6e
...
...
@@ -9,7 +9,7 @@ set -x
$WM_THIRD_PARTY_DIR
/AllwmakeLibccmio
# if the library built properly, the headers should exist too
if
[
-e
$FOAM_LIBBIN
/libccmio.so
]
if
[
-e
$FOAM_
EXT_
LIBBIN
/libccmio.so
]
then
wmake ccm26ToFoam
fi
...
...
applications/utilities/mesh/conversion/Optional/ccm26ToFoam/Make/options
View file @
060acc6e
LIBCCMIO_DIR = $(WM_THIRD_PARTY_DIR)/libccmio-2.6.1
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$
{WM_THIRD_PARTY_DIR}/libccmio-2.6.1
\
-I$
{WM_THIRD_PARTY_DIR}/libccmio-2.6.1
/lnInclude
-I$
(LIBCCMIO_DIR)
\
-I$
(LIBCCMIO_DIR)
/lnInclude
EXE_LIBS = \
-lfiniteVolume \
-lmeshTools \
-lccmio
-L$(FOAM_EXT_LIBBIN)
-lccmio
applications/utilities/postProcessing/dataConversion/foamToTecplot360/Make/options
View file @
060acc6e
...
...
@@ -6,8 +6,8 @@ EXE_INC = \
EXE_LIBS = \
-ltecio \
-llagrangian \
-lfiniteVolume \
-lgenericPatchFields \
-lmeshTools
-lmeshTools \
-L$(FOAM_EXT_LIBBIN) -ltecio
src/fvAgglomerationMethods/MGridGenGamgAgglomeration/Make/options
View file @
060acc6e
...
...
@@ -12,4 +12,4 @@ EXE_INC = \
$(TYPE_REAL)
LIB_LIBS = \
-lMGridGen
-L$(FOAM_EXT_LIBBIN)
-lMGridGen
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment