build_all: Updates.

This commit is contained in:
Rod Kay
2024-06-22 20:32:47 +10:00
parent 0889c6c07c
commit d24de3e1f9
6 changed files with 33 additions and 30 deletions

View File

@@ -49,7 +49,7 @@ with
launch_Client,
launch_Server,
launch_Pong,
-- launch_Pong,
launch_Hello_gel,
launch_opengl_Model,
launch_Mouse_motion,
@@ -122,7 +122,7 @@ begin
launch_Client;
launch_Server;
launch_Pong;
-- launch_Pong;
launch_Hello_gel;
launch_opengl_Model;
launch_Mouse_motion;

View File

@@ -80,7 +80,7 @@ with
"../../../4-high/gel/applet/demo/distributed/dsa/demo_dsa",
"../../../4-high/gel/applet/demo/distributed/fused/gel_fused",
"../../../4-high/gel/applet/demo/game/box2d_test/gel_box2d_test",
"../../../4-high/gel/applet/demo/game/pong-gtk/pong",
-- "../../../4-high/gel/applet/demo/game/pong-gtk/pong",
"../../../4-high/gel/applet/demo/hello_gel/hello_sdl_gel",
"../../../4-high/gel/applet/demo/models/opengl_model/opengl_model",
"../../../4-high/gel/applet/demo/mouse/mouse_motion/mouse_motion",