mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
8 lines
235 B
Plaintext
8 lines
235 B
Plaintext
project Gnat_Util is
|
|
for Languages use ("ada", "C");
|
|
for Library_Name use "gnat_util";
|
|
for Library_Dir use "../gnat_util";
|
|
for Source_Dirs use ("../../include/gnat_util");
|
|
for Externally_Built use "true";
|
|
end Gnat_Util;
|