mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: dllexport symbols for conversion/ccm (fixes #3199)
- normally mingw will export *all* symbols, but since the ADF library explicitly uses __declspec(dllexport) itself we must do the same otherwise none of our library symbols are exported and linking fails. - update some code style for conversion/ccm
This commit is contained in:
@ -8,5 +8,6 @@ EXE_INC = \
|
||||
EXE_LIBS = \
|
||||
-lfiniteVolume \
|
||||
-lgenericPatchFields \
|
||||
-lfileFormats \
|
||||
-lmeshTools \
|
||||
-lconversion -lccm
|
||||
|
||||
@ -7,4 +7,6 @@ EXE_INC = \
|
||||
EXE_LIBS = \
|
||||
-lfiniteVolume \
|
||||
-lgenericPatchFields \
|
||||
-lfileFormats \
|
||||
-lmeshTools \
|
||||
-lconversion -lccm
|
||||
|
||||
Reference in New Issue
Block a user