⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
ENX
All Projects
DCOD
»
ENX
Overview
Activity
Roadmap
Issues
Wiki
Forums
Files
Download (911 Bytes)
Bug #4184
» libnamed_functions.gpr
Grave Xavier
, 03/29/2013 11:25 AM
-- Wed Feb 20 15:58:36 CET 2013 : Stubs Generator @_DG_VERSION_@.
-- Generate for ENX 2.6.02.
with
"shell.gpr"
;
with
"aws"
;
with
"xmlada"
;
with
"xmlezout"
;
project
libnamed_functions
is
Version
:=
"1"
;
for
Library_Dir
use
"lib"
;
for
Library_Name
use
"named_functions"
;
--for Library_Kind use "relocatable";
for
Library_Kind
use
"dynamic"
;
-- for Library_Version use "libnamed_functions.so." & Version;
for
Library_Interface
use
(
"named_functions"
,
"plugin_named_functions"
,
"named_functions_register"
);
--for Library_Auto_Init use "false";
--for Externally_Built use "false";
for
Object_Dir
use
"./obj"
;
for
Languages
use
(
"Ada"
);
for
Library_Src_Dir
use
"./lib"
;
for
Source_Dirs
use
(
"."
);
package
Builder
is
for
Default_Switches
(
"ada"
)
use
(
"-g"
,
"-gnatf"
,
"-gnatwa"
,
"-gnaty3abcefhiklM122nprst"
,
"-gnat05"
);
end
Builder
;
end
libnamed_functions
;
« Previous
1
2
Next »
(2-2/2)
Loading...