Salome HOME
A way to deal with environment modules.
[tools/yacsgen.git] / Examples / cpp2 / components.py
index d4f5f60abcc5945ea974da771b3934ead5b1ea1e..22af9bebc48eec6d7fdc9e784ff9b08ea205ba9f 100644 (file)
@@ -58,4 +58,5 @@ g.generate()
 g.configure()
 g.make()
 g.install()
-g.make_appli("appli", restrict=["KERNEL"], altmodules={"GUI":GUI_ROOT_DIR, "YACS":YACS_ROOT_DIR})
+g.make_appli("appli", restrict=["KERNEL"], altmodules={"GUI":GUI_ROOT_DIR,
+                                "YACS":YACS_ROOT_DIR}, sys_modules=SYS_MODULES)