X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Examples%2Fcpp1%2Fcomponents.py;h=feeaa15b4ae175b802e8fe1e4b4e73f49f6b1e4e;hb=HEAD;hp=cbdd7ffc53299537b91b82666281c0ebb0ed58b2;hpb=62166f3b391c6a6fe74efc064e3e51f4bc978884;p=tools%2Fyacsgen.git diff --git a/Examples/cpp1/components.py b/Examples/cpp1/components.py index cbdd7ff..feeaa15 100644 --- a/Examples/cpp1/components.py +++ b/Examples/cpp1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2024 EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -57,5 +57,6 @@ 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)