Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
23f510ca
Commit
23f510ca
authored
Sep 11, 2017
by
Maxime Perrotin
Browse files
Use mono in simulation build script
parent
0280477b
Changes
1
Show whitespace changes
Inline
Side-by-side
opengeode/AdaGenerator.py
View file @
23f510ca
...
...
@@ -246,8 +246,9 @@ cat {uniq} >> dataview-uniq.asn '''.format(pr=process_name.lower(),
if
asn1_filenames
:
simu_script
+=
'''
asn1.exe -Ada -typePrefix asn1Scc -equal {asn1}
asn1.exe -c -typePrefix asn1Scc -equal {asn1}'''
.
format
(
asn1
=
asn1_filenames
)
mono $(which asn1.exe) -Ada -typePrefix asn1Scc -equal {asn1}
mono $(which asn1.exe) -c -typePrefix asn1Scc -equal {asn1}'''
.
format
(
asn1
=
asn1_filenames
)
simu_script
+=
'''
gnatmake -fPIC -gnat2012 -c *.adb
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment