Files
lace/3-mid/opengl/private/gid/gid.gpr
2022-07-31 17:34:54 +10:00

13 lines
388 B
Plaintext

-- 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;