Add initial prototype.
This commit is contained in:
12
3-mid/opengl/private/gid/gid.gpr
Normal file
12
3-mid/opengl/private/gid/gid.gpr
Normal 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;
|
||||
Reference in New Issue
Block a user