diff options
| author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-02-21 23:00:56 +0000 |
|---|---|---|
| committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-02-21 23:00:56 +0000 |
| commit | 8f5a7b54eb953bbfc877ec915e26b3a95ec28d00 (patch) | |
| tree | 827e40ab3528e10afd6fcb44f7ed5db0d7eed519 /updater/zlib123/contrib/ada/zlib.gpr | |
| parent | b130e8caa16961f597ae4ac6984a6aa00de7b6c7 (diff) | |
New updater with 3x reduced footprint and fully W7 and x64 compatible
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@476 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/zlib123/contrib/ada/zlib.gpr')
| -rw-r--r-- | updater/zlib123/contrib/ada/zlib.gpr | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/updater/zlib123/contrib/ada/zlib.gpr b/updater/zlib123/contrib/ada/zlib.gpr deleted file mode 100644 index d5b358e..0000000 --- a/updater/zlib123/contrib/ada/zlib.gpr +++ /dev/null @@ -1,20 +0,0 @@ -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;
|
