From e3973ed3e4a42d4b11a17a58d89cb21334e244a8 Mon Sep 17 00:00:00 2001 From: nri Date: Tue, 20 May 2003 11:49:44 +0000 Subject: [PATCH] NRI : Rename MED Resources. --- Makefile.in | 2 +- build_configure | 4 ++-- resources/{Med_en.xml => MED_en.xml} | 0 src/MEDGUI/{MedGUI_icons.po => MED_icons.po} | 0 src/MEDGUI/{MedGUI_msg_en.po => MED_msg_en.po} | 0 src/MEDGUI/{MedGUI_msg_fr.po => MED_msg_fr.po} | 0 src/MEDGUI/Makefile.in | 10 +++++----- 7 files changed, 8 insertions(+), 8 deletions(-) rename resources/{Med_en.xml => MED_en.xml} (100%) rename src/MEDGUI/{MedGUI_icons.po => MED_icons.po} (100%) rename src/MEDGUI/{MedGUI_msg_en.po => MED_msg_en.po} (100%) rename src/MEDGUI/{MedGUI_msg_fr.po => MED_msg_fr.po} (100%) diff --git a/Makefile.in b/Makefile.in index 6e0cc77cd..4960aa293 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,7 +18,7 @@ SUBDIRS = idl src RESOURCES_FILES = \ MEDCatalog.xml \ -Med_en.xml \ +MED_en.xml \ Data.png \ Infos.png \ Structure.png \ diff --git a/build_configure b/build_configure index c70b9c229..4edf6f44d 100755 --- a/build_configure +++ b/build_configure @@ -136,8 +136,8 @@ sed 's/.in / /' configure.in_tmp2 >> configure.in_tmp1 echo "])" >> configure.in_tmp1 # delete the link created for AC_OUTPUT -echo "" >> configure.in_tmp1 -echo 'rm -f ${ROOT_SRCDIR}/salome_adm' >> configure.in_tmp1 +#echo "" >> configure.in_tmp1 +#echo 'rm -f ${ROOT_SRCDIR}/salome_adm' >> configure.in_tmp1 \mv configure.in_tmp1 configure.in_new \rm -f configure.in_tmp2 configure.in_tmp3 diff --git a/resources/Med_en.xml b/resources/MED_en.xml similarity index 100% rename from resources/Med_en.xml rename to resources/MED_en.xml diff --git a/src/MEDGUI/MedGUI_icons.po b/src/MEDGUI/MED_icons.po similarity index 100% rename from src/MEDGUI/MedGUI_icons.po rename to src/MEDGUI/MED_icons.po diff --git a/src/MEDGUI/MedGUI_msg_en.po b/src/MEDGUI/MED_msg_en.po similarity index 100% rename from src/MEDGUI/MedGUI_msg_en.po rename to src/MEDGUI/MED_msg_en.po diff --git a/src/MEDGUI/MedGUI_msg_fr.po b/src/MEDGUI/MED_msg_fr.po similarity index 100% rename from src/MEDGUI/MedGUI_msg_fr.po rename to src/MEDGUI/MED_msg_fr.po diff --git a/src/MEDGUI/Makefile.in b/src/MEDGUI/Makefile.in index 47b10e473..1f1cbc764 100644 --- a/src/MEDGUI/Makefile.in +++ b/src/MEDGUI/Makefile.in @@ -21,13 +21,13 @@ EXPORT_HEADERS= # .po files to transform in .qm PO_FILES = \ - MedGUI_icons.po \ - MedGUI_msg_fr.po \ - MedGUI_msg_en.po \ + MED_icons.po \ + MED_msg_fr.po \ + MED_msg_en.po \ # Libraries targets -LIB = libMedGUI.la +LIB = libMEDGUI.la LIB_SRC = MedGUI.cxx LIB_MOC = MedGUI.h @@ -44,7 +44,7 @@ LIB_SERVER_IDL = CPPFLAGS += $(QT_INCLUDES) $(VTK_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome CXXFLAGS += -I${KERNEL_ROOT_DIR}/include/salome -LDFLAGS += -lSalomeGUI -lmedmem -lMEDImpl -lMedEngine -L${KERNEL_ROOT_DIR}/lib/salome +LDFLAGS += -lSalomeGUI -lmedmem -lMEDImpl -lMEDEngine -L${KERNEL_ROOT_DIR}/lib/salome MED.hh MEDSK.cc: MED.idl -- 2.39.2