COMP: force PROJECT_LIBS to be empty

- additional safety when using wmake to generate .so or exe files.
  These third-party libraries must not themselves have a link
  dependency on OpenFOAM.
This commit is contained in:
Mark Olesen
2019-04-27 17:48:22 +02:00
parent 5ac0e3624f
commit bbbc7b2953
2 changed files with 7 additions and 1 deletions

View File

@ -13,3 +13,5 @@ EXE_INC = \
-I$(KAHIP_LIB_SRC)/partition/uncoarsening/refinement/quotient_graph_refinement/flow_refinement
LIB_LIBS =
PROJECT_LIBS =

View File

@ -1,3 +1,7 @@
/* NOTE: make any changes to this file in etc/makeFiles/ */
/* EXE_INC = */
EXE_INC =
LIB_LIBS =
PROJECT_LIBS =