gel.window: Add support for a Gtk window.

This commit is contained in:
Rod Kay
2023-11-03 15:21:29 +11:00
parent 6a1d544e10
commit 0b4d19522b
17 changed files with 1340 additions and 26 deletions

View File

@@ -0,0 +1,21 @@
with
"gel",
"gtkada",
"lace_shared";
--library
project GEL_gtk
is
for Create_Missing_Dirs use "True";
for Source_Dirs use ("../../source/platform/gtk");
for Object_Dir use "build";
for Library_Dir use "lib";
for Library_Ali_Dir use "objects";
-- for Library_Name use "GEL_gtk";
package Ide renames Lace_shared.Ide;
package Builder renames Lace_shared.Builder;
package Compiler renames Lace_shared.Compiler;
end GEL_gtk;