Artifact c36c2cf069e930eb81ee0c89bfe70c20c8d0511a:
- File compat/zlib/contrib/ada/zlib.gpr — part of check-in [d17f4473cf] at 2012-11-27 06:31:19 on branch zlib — Support building with zlib in the compat directory, phase 1. (user: mistachkin size: 511) [more...]
project Zlib is for Languages use ("Ada"); for Source_Dirs use ("."); for Object_Dir use "."; for Main use ("test.adb", "mtest.adb", "read.adb", "buffer_demo"); package Compiler is for Default_Switches ("ada") use ("-gnatwcfilopru", "-gnatVcdfimorst", "-gnatyabcefhiklmnoprst"); end Compiler; package Linker is for Default_Switches ("ada") use ("-lz"); end Linker; package Builder is for Default_Switches ("ada") use ("-s", "-gnatQ"); end Builder; end Zlib;