]> SALOME platform Git repositories - tools/yacsgen.git/commit
Salome HOME
CCAR: add definition parameter "sources" to C++, F77, Python components.
authorcaremoli <caremoli>
Mon, 26 Jan 2009 10:33:54 +0000 (10:33 +0000)
committercaremoli <caremoli>
Mon, 26 Jan 2009 10:33:54 +0000 (10:33 +0000)
commitb93ea75718e6fa07ae5959de568cbea1f715788f
treee0baed4ae112ae700ffecb8aacb851f8be3b1c7b
parent6c9012492918b43ab397abed1acb7f01f1592e2e
CCAR: add definition parameter "sources" to C++, F77, Python components.
It's now possible to add some files that will be copied to module source tree
and compiled (not needed for Python) and linked into component lib (see Examples
for more)
12 files changed:
Examples/fort1/bidul.f [new file with mode: 0644]
Examples/fort1/code2.f
Examples/fort1/components.py
Examples/pyth1/bidul.py [new file with mode: 0644]
Examples/pyth1/components.py
MANIFEST.in
module_generator/cpp_tmpl.py
module_generator/cppcompo.py
module_generator/fcompo.py
module_generator/gener.py
module_generator/pycompo.py
module_generator/pyth_tmpl.py