17 lines
717 B
Text
17 lines
717 B
Text
-- Projects that use Zlib-Ada should import this file.
|
|
-- Copyright 2012 B. Persson, Bjorn@Rombobeorn.se
|
|
--
|
|
-- This file is free software: you can redistribute it and/or modify
|
|
-- it under the terms of the GNU General Public License as published by
|
|
-- the Free Software Foundation, either version 3 of the License, or
|
|
-- (at your option) any later version.
|
|
|
|
with "directories";
|
|
library project Zlib_Ada is
|
|
for Library_Name use "zlib_ada";
|
|
for Library_Kind use "relocatable";
|
|
for Source_Dirs use (Directories.Includedir & "/zlib-ada");
|
|
for Library_Dir use Directories.Libdir;
|
|
for Library_ALI_Dir use Directories.Libdir & "/zlib-ada";
|
|
for Externally_Built use "true";
|
|
end Zlib_Ada;
|