Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
63d73d87
Commit
63d73d87
authored
Apr 17, 2016
by
Jerome Hugues
Browse files
* Properly set version information,
for issue #63
parent
fa2a333b
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/ocarina-python.gpr
View file @
63d73d87
...
...
@@ -6,7 +6,7 @@
-- --
-- P r o j e c t --
-- --
-- Copyright (C) 2007-2009 Telecom ParisTech, 2010-201
5
ESA & ISAE. --
-- Copyright (C) 2007-2009 Telecom ParisTech, 2010-201
6
ESA & ISAE. --
-- --
-- Ocarina is free software; you can redistribute it and/or modify under --
-- terms of the GNU General Public License as published by the Free Soft- --
...
...
@@ -39,6 +39,8 @@ with "ocarina-transfo";
with
"gnatcoll_python"
;
project
Ocarina
.
Python
is
Version
:=
".0.0"
;
Src_Dir
:=
Ocarina
.
Top_Src_Dir
&
"/python"
;
Build_Dir
:=
Ocarina
.
Top_Build_Dir
&
"/python"
;
...
...
@@ -49,7 +51,7 @@ project Ocarina.Python is
for
Library_Name
use
"ocarina_python"
;
for
Library_Kind
use
Ocarina
.
Lib_Type
;
for
Library_Version
use
"libocarina_python.so"
;
for
Library_Version
use
"libocarina_python.so"
&
Version
;
for
Library_Interface
use
(
"ocarina.python_cmd"
);
for
Library_Standalone
use
"standard"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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