Bug #4184 » libnamed_functions.gpr
| 1 |
-- Wed Feb 20 15:58:36 CET 2013 : Stubs Generator @_DG_VERSION_@.
|
|---|---|
| 2 |
-- Generate for ENX 2.6.02.
|
| 3 |
with "shell.gpr"; |
| 4 |
|
| 5 |
with "aws"; |
| 6 |
with "xmlada"; |
| 7 |
with "xmlezout"; |
| 8 |
|
| 9 |
project libnamed_functions is |
| 10 |
Version := "1"; |
| 11 |
|
| 12 |
for Library_Dir use "lib"; |
| 13 |
for Library_Name use "named_functions"; |
| 14 |
--for Library_Kind use "relocatable";
|
| 15 |
for Library_Kind use "dynamic"; |
| 16 |
-- for Library_Version use "libnamed_functions.so." & Version;
|
| 17 |
|
| 18 |
for Library_Interface use ("named_functions", "plugin_named_functions", "named_functions_register"); |
| 19 |
|
| 20 |
--for Library_Auto_Init use "false";
|
| 21 |
--for Externally_Built use "false";
|
| 22 |
|
| 23 |
for Object_Dir use "./obj"; |
| 24 |
for Languages use ("Ada"); |
| 25 |
for Library_Src_Dir use "./lib"; |
| 26 |
for Source_Dirs use ("."); |
| 27 |
|
| 28 |
package Builder is |
| 29 |
for Default_Switches ("ada") use ("-g", "-gnatf", "-gnatwa", "-gnaty3abcefhiklM122nprst", "-gnat05"); |
| 30 |
end Builder; |
| 31 |
end libnamed_functions; |
- « Previous
- 1
- 2
- Next »