PR: needed by merge C. CAREMOLI branch CCAR_br1

This commit is contained in:
prascle 2003-06-29 13:17:10 +00:00
parent 7d7abf6b8a
commit 138c9cab7e
2 changed files with 21 additions and 0 deletions

View File

@ -36,6 +36,8 @@ LIB_CLIENT_IDL = SALOMEDS.idl \
SALOME_Component.idl \
MED.idl
EXPORT_SHAREDPYSCRIPTS=SMESH_shared_modules.py
CPPFLAGS+=$(QT_INCLUDES) $(PYTHON_INCLUDES) $(OCC_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) -DHAVE_CONFIG_H
LIBS+= $(PYTHON_LIBS)
LDFLAGS+= -lSMESHGUI

View File

@ -0,0 +1,19 @@
"""
"""
# force SMESH importation at interpretor initialization
# see salome_shared_modules.py
# (avoids incomplete import at run time)
print "============== import SMESH ======================="
import SMESH
# this function is required
def init_shared_modules():
"""
This function initializes shared modules that need to be
"""
pass