CoTech decision: move MEDWrapper from MED to SMESH

+	-I$(srcdir)/../MEDWrapper/Base \
+	-I$(srcdir)/../MEDWrapper/Factory \

-	$(MED_LDFLAGS) \
-	-lMEDWrapper \
-	-lMEDWrapper_V2_2 \
-        -lSalomeIDLMED \
This commit is contained in:
eap 2013-06-24 10:08:26 +00:00
parent bc2201e3e0
commit 4fa06a6894

View File

@ -100,6 +100,8 @@ libSMESHEngine_la_CPPFLAGS = \
-I$(srcdir)/../Controls \
-I$(srcdir)/../SMDS \
-I$(srcdir)/../SMESHDS \
-I$(srcdir)/../MEDWrapper/Base \
-I$(srcdir)/../MEDWrapper/Factory \
-I$(srcdir)/../Driver \
-I$(srcdir)/../DriverMED \
-I$(srcdir)/../DriverCGNS \
@ -124,10 +126,6 @@ libSMESHEngine_la_LDFLAGS = \
-lSalomeGenericObj \
-lSalomeIDLKernel \
-lSALOMELocalTrace \
$(MED_LDFLAGS) \
-lMEDWrapper \
-lMEDWrapper_V2_2 \
-lSalomeIDLMED \
$(CAS_LDPATH) \
-lTKCDF \
-lTKBO \