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:
Mark Olesen
2025-01-02 09:48:21 +01:00
parent 6520d8e061
commit 392aa56f23
18 changed files with 201 additions and 344 deletions

View File

@ -8,5 +8,6 @@ EXE_INC = \
EXE_LIBS = \
-lfiniteVolume \
-lgenericPatchFields \
-lfileFormats \
-lmeshTools \
-lconversion -lccm

View File

@ -7,4 +7,6 @@ EXE_INC = \
EXE_LIBS = \
-lfiniteVolume \
-lgenericPatchFields \
-lfileFormats \
-lmeshTools \
-lconversion -lccm