Add initial prototype.

This commit is contained in:
Rod Kay
2022-07-31 17:34:54 +10:00
commit 54a53b2ac0
1421 changed files with 358874 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
-- This is a GNAT, GCC or GNAT Programming Studio (GPS) project file
-- for the Generic Image Decoder ( http://sf.net/projects/gen-img-dec/ )
-- Build me with "gnatmake -P gid.gpr", or open me with GPS
--
project GID is
for Source_Dirs use (".");
-- for Exec_Dir use "test";
-- for Main use ("tb.ads", "to_bmp.adb", "mini.adb");
for Object_Dir use "obj_debug";
end GID;