]> git.proxmox.com Git - ceph.git/blame - ceph/src/Beast/test/zlib/zlib-1.2.8/contrib/ada/zlib.gpr
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / Beast / test / zlib / zlib-1.2.8 / contrib / ada / zlib.gpr
CommitLineData
7c673cae
FG
1project Zlib is
2
3 for Languages use ("Ada");
4 for Source_Dirs use (".");
5 for Object_Dir use ".";
6 for Main use ("test.adb", "mtest.adb", "read.adb", "buffer_demo");
7
8 package Compiler is
9 for Default_Switches ("ada") use ("-gnatwcfilopru", "-gnatVcdfimorst", "-gnatyabcefhiklmnoprst");
10 end Compiler;
11
12 package Linker is
13 for Default_Switches ("ada") use ("-lz");
14 end Linker;
15
16 package Builder is
17 for Default_Switches ("ada") use ("-s", "-gnatQ");
18 end Builder;
19
20end Zlib;