Revision 04e26a3f
Added by Xavier Thirioux almost 9 years ago
_oasis | ||
---|---|---|
6 | 6 |
License: LGPL-2.1 |
7 | 7 |
Plugins: DevFiles (0.2) |
8 | 8 |
# , Custom (0.2) |
9 |
PreBuildCommand: ./svn_version.sh |
|
10 |
PostInstallCommand: mkdir -p $(prefix)/include; cp -rf include $(prefix)/include/lustrec
|
|
9 |
PreBuildCommand: ./svn_version.sh $(prefix)
|
|
10 |
PostInstallCommand: mkdir -p $(prefix)/include/lustrec; cp -rf include/*.[ch] $(prefix)/include/lustrec; cp -rf include/*.java $(prefix)/include/lustrec
|
|
11 | 11 |
|
12 | 12 |
Executable lustrec |
13 | 13 |
Path: src |
Also available in: Unified diff
answer to #feature 50:
- arrows are now factorized out and become part of include
as files arrow.h and arrow.c
- no more arrows in generated code
- compiling and linking arrow.c is only necessary
in case of dynamic allocation
- version now includes installation prefix (for the standard lib)
and svn number
git-svn-id: https://cavale.enseeiht.fr/svn/lustrec/lustre_compiler/trunk@180 041b043f-8d7c-46b2-b46e-ef0dd855326e