Add initial prototype.
This commit is contained in:
20
2-low/collada/applet/parse_box/parse_box.gpr
Normal file
20
2-low/collada/applet/parse_box/parse_box.gpr
Normal file
@@ -0,0 +1,20 @@
|
||||
with
|
||||
"collada",
|
||||
"lace_shared";
|
||||
|
||||
project Parse_Box
|
||||
is
|
||||
for Create_Missing_Dirs use "True";
|
||||
|
||||
for Object_Dir use "build";
|
||||
for Exec_Dir use ".";
|
||||
for Source_Dirs use (".");
|
||||
for Main use ("launch_parse_box.adb");
|
||||
|
||||
|
||||
package Ide renames Lace_shared.Ide;
|
||||
package Builder renames Lace_shared.Builder;
|
||||
package Compiler renames Lace_shared.Compiler;
|
||||
package Binder renames Lace_shared.Binder;
|
||||
|
||||
end Parse_Box;
|
||||
Reference in New Issue
Block a user