Add initial prototype.
This commit is contained in:
26
4-high/gel/applet/demo/distributed/dsa/demo_dsa.gpr
Normal file
26
4-high/gel/applet/demo/distributed/dsa/demo_dsa.gpr
Normal file
@@ -0,0 +1,26 @@
|
||||
with
|
||||
"../gel_demo",
|
||||
"lace_shared";
|
||||
|
||||
|
||||
project Demo_dsa
|
||||
is
|
||||
for Source_Dirs use (".");
|
||||
for Object_Dir use "build";
|
||||
for Exec_Dir use ".";
|
||||
|
||||
package DSA
|
||||
is
|
||||
for Configuration use "simple_dsa";
|
||||
end DSA;
|
||||
|
||||
package Ide renames Lace_shared.Ide;
|
||||
package Builder renames Lace_shared.Builder;
|
||||
package Compiler renames Lace_shared.Compiler;
|
||||
package Binder renames Lace_shared.Binder;
|
||||
|
||||
package Linker is
|
||||
for Default_Switches ("ada") use ("-g", "-lexpat", "-lGL", "-lGLU", "-lX11", "-lm");
|
||||
end Linker;
|
||||
|
||||
end Demo_dsa;
|
||||
Reference in New Issue
Block a user