Salome HOME
On MD10 32 bits OS the size of objects is smaller than in 64 bits
[modules/med.git] / configure.ac
index 4012acef246633096b4de03277c6b264abd84534..26c015711130cbd130d54f01e2b3dce982c26dd8 100644 (file)
@@ -23,7 +23,7 @@
 # Modified by : Marc Tajchman (CEA)
 # Modified by : Mikhail PONIKAROV (OCN)
 #
-AC_INIT([Salome2 Project MED module], [7.1.0], [webmaster.salome@opencascade.com], [SalomeMED])
+AC_INIT([Salome2 Project MED module], [7.2.0], [webmaster.salome@opencascade.com], [SalomeMED])
 AC_CONFIG_AUX_DIR(adm_local/unix/config_files)
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
@@ -31,7 +31,7 @@ AM_INIT_AUTOMAKE([tar-pax -Wno-portability])
 
 XVERSION=`echo $VERSION | awk -F. '{printf("0x%02x%02x%02x",$1,$2,$3)}'`
 AC_SUBST(XVERSION)
-VERSION_DEV=1
+VERSION_DEV=0
 AC_SUBST(VERSION_DEV)
 
 # set up MODULE_NAME variable for dynamic construction of directories (resources, etc.)
@@ -696,10 +696,6 @@ AC_OUTPUT([ \
         bin/VERSION \
         idl/Makefile \
         src/Makefile \
-        src/MEDWrapper/Makefile \
-        src/MEDWrapper/Base/Makefile \
-        src/MEDWrapper/Factory/Makefile \
-        src/MEDWrapper/V2_2/Makefile \
         src/INTERP_KERNEL/Makefile \
         src/INTERP_KERNELTest/Makefile \
         src/MEDCoupling/Makefile \
@@ -735,9 +731,6 @@ AC_OUTPUT([ \
        src/MEDOP/gui/dialogs/Makefile \
        src/MEDOP/gui/Makefile \
        src/MEDOP/exe/Makefile \
-       src/MEDOP/exe/appligen/Makefile \
-       src/MEDOP/exe/appligen/config_appli_model.xml \
-       src/MEDOP/exe/appligen/appligen.sh \
        src/MEDOP/exe/image2med/Makefile \
        src/MEDOP/doc/Makefile \
        src/MEDOP/doc/sphinx/conf.py \