"ToolsGUI",
"ViewerTools",
"VTKViewer",
+ "vtkEDFOverloads"
]
geom_list = [
"AdvancedGUI",
# --
for key in full_list:
content = content.replace("-l%s"%(key), "${%s}"%(key))
+
pass
# --
fields = value.split()
#rnv: Temporary solution for windows platform:
- #rnv: To remove GUI_SRC/tools directory, because it contains shell scripts
+ #rnv: To remove GUI_SRC/tools/dlgfactory directory, because it contains shell scripts
#rnv: Will be fixed in the future
from sys import platform
- if platform == "win32" and self.module == 'gui' and self.root[-len('GUI_SRC'):] == 'GUI_SRC' and key.endswith("SUBDIRS"):
- fields.remove("tools")
+ if platform == "win32" and self.module == 'gui' and self.root[-len('GUI_SRC\\tools'):] == 'GUI_SRC\\tools':
+ fields.remove("dlgfactory")
for i in range(len(fields)):
newlines.append("%s %s"%(spaces, fields[i]))
# --
# --
- for key in ["lib_LTLIBRARIES", "noinst_LTLIBRARIES", "salomepyexec_LTLIBRARIES"]:
+ for key in ["lib_LTLIBRARIES", "noinst_LTLIBRARIES", "salomepyexec_LTLIBRARIES", "libparaview_LTLIBRARIES"] :
if self.__thedict__.has_key(key):
self.addLibTarget(key, newlines)
pass
newlines.append(r'''
SET(DEST lib)
''')
+ elif key == "libparaview_LTLIBRARIES":
+ newlines.append(r'''
+ SET(DEST lib/paraview)
+ ''')
else:
newlines.append(r'''
SET(DEST lib/salome)
libResourcesManager_la_LDFLAGS = -no-undefined -version-info=0:0:0
libResourcesManager_la_LIBADD =\
../Basics/libSALOMEBasics.la \
+ ../Utils/libOpUtil.la \
@LIBXML_LIBS@