gel.demo: Use 'gel_sdl'.

This commit is contained in:
Rod Kay
2023-11-03 18:02:10 +11:00
parent 0b4d19522b
commit 2f6670a24c
34 changed files with 217 additions and 123 deletions

View File

@@ -1,5 +1,5 @@
with
"gel",
"gel_sdl",
"lace_shared";

View File

@@ -1,4 +1,5 @@
with "gel";
with
"gel_sdl";
project Human_Model_V1
@@ -8,15 +9,19 @@ is
for Exec_Dir use ".";
for Main use ("launch_human_model_v1.adb");
for Languages use ("Ada");
type Os_Type is
("Windows_NT", "Linux", "MacOSX");
Os : Os_Type := external ("OS");
type Restrictions is
("xgc", "ravenscar");
Restrictions : Restrictions := external ("restrictions");
type Platform is
("egl", "glx");
Opengl_Platform : Platform := external ("opengl_platform");
type Profile is
("safe", "lean", "desk");
Opengl_Profile : Profile := external ("opengl_profile");

View File

@@ -1,5 +1,5 @@
with
"gel",
"gel_sdl",
"lace_shared";

View File

@@ -1,7 +1,8 @@
with
"gel",
"gel_sdl",
"lace_shared";
project box_rig_1_bone_Demo
is
for Object_Dir use "build";

View File

@@ -1,7 +1,8 @@
with
"gel",
"gel_sdl",
"lace_shared";
project rig_Demo
is
for Object_Dir use "build";

View File

@@ -1,7 +1,8 @@
with
"gel",
"gel_sdl",
"lace_shared";
project human_rig_Demo
is
for Object_Dir use "build";