Add initial prototype.
This commit is contained in:
16
4-high/gel/applet/demo/mouse/mouse_motion/mouse_motion.gpr
Normal file
16
4-high/gel/applet/demo/mouse/mouse_motion/mouse_motion.gpr
Normal file
@@ -0,0 +1,16 @@
|
||||
with
|
||||
"gel",
|
||||
"lace_shared";
|
||||
|
||||
project Mouse_Motion
|
||||
is
|
||||
for Object_Dir use "build";
|
||||
for Exec_Dir use ".";
|
||||
for Main use ("launch_mouse_motion.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 Mouse_Motion;
|
||||
Reference in New Issue
Block a user