Skip to content

Commit e9b6e41

Browse files
committed
Update wmake options files
1 parent b1c5d35 commit e9b6e41

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

Make/options

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
EXE_INC = \
22
-I$(LIB_SRC)/finiteVolume/lnInclude \
33
-I$(LIB_SRC)/meshTools/lnInclude \
4-
-I$(LIB_SRC)/physicalProperties/lnInclude \
5-
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
6-
-I$(LIB_SRC)/ThermophysicalTransportModels/lnInclude \
7-
-I$(LIB_SRC)/physicalProperties/lnInclude \
8-
-I$(LIB_SRC)/MomentumTransportModels/momentumTransportModels/lnInclude \
94
-I$(LIB_SRC)/MomentumTransportModels/compressible/lnInclude \
105
-I$(LIB_SRC)/MomentumTransportModels/incompressible/lnInclude \
6+
-I$(LIB_SRC)/MomentumTransportModels/momentumTransportModels/lnInclude \
7+
-I$(LIB_SRC)/physicalProperties/lnInclude \
8+
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
9+
-I$(LIB_SRC)/ThermophysicalTransportModels/thermophysicalTransportModel/lnInclude \
1110
-I$(LIB_SRC)/triSurface/lnInclude \
1211
$(ADAPTER_PKG_CONFIG_CFLAGS) \
1312
-I../ \
@@ -20,7 +19,7 @@ LIB_LIBS = \
2019
-lmomentumTransportModels \
2120
-lincompressibleMomentumTransportModels \
2221
-lcompressibleMomentumTransportModels \
23-
-lthermophysicalTransportModels \
24-
-limmiscibleIncompressibleTwoPhaseMixture \
22+
-lthermophysicalTransportModel \
23+
-lfluidThermophysicalModels \
2524
$(ADAPTER_PKG_CONFIG_LIBS) \
2625
-lprecice

0 commit comments

Comments
 (0)