all: Fix simple warnings and cosmetics.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
with
|
||||
launch_simple_chat_Client,
|
||||
launch_simple_chat_Registrar,
|
||||
-- launch_simple_chat_Client,
|
||||
-- launch_simple_chat_Registrar,
|
||||
launch_simple_instant_events_demo,
|
||||
launch_simple_deferred_events_demo,
|
||||
|
||||
@@ -47,8 +47,8 @@ with
|
||||
-- launch_hello_physics_interface_Demo,
|
||||
launch_test_Engine,
|
||||
|
||||
launch_Client,
|
||||
launch_Server,
|
||||
-- launch_Client,
|
||||
-- launch_Server,
|
||||
-- launch_Pong,
|
||||
launch_Hello_gel,
|
||||
launch_opengl_Model,
|
||||
@@ -72,8 +72,8 @@ procedure build_all_Lace
|
||||
--
|
||||
is
|
||||
begin
|
||||
launch_simple_chat_Client;
|
||||
launch_simple_chat_Registrar;
|
||||
-- launch_simple_chat_Client;
|
||||
-- launch_simple_chat_Registrar;
|
||||
launch_simple_deferred_events_Demo;
|
||||
launch_simple_instant_events_Demo;
|
||||
|
||||
@@ -120,8 +120,8 @@ begin
|
||||
-- launch_hello_physics_interface_Demo;
|
||||
launch_Test_Engine;
|
||||
|
||||
launch_Client;
|
||||
launch_Server;
|
||||
-- launch_Client;
|
||||
-- launch_Server;
|
||||
-- launch_Pong;
|
||||
launch_Hello_gel;
|
||||
launch_opengl_Model;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
with
|
||||
"../../../1-base/lace/applet/demo/event/distributed/simple_chat",
|
||||
with
|
||||
-- "../../../1-base/lace/applet/demo/event/distributed/simple_chat",
|
||||
"../../../1-base/lace/applet/demo/event/simple/deferred/lace_simple_deferred_events_demo",
|
||||
"../../../1-base/lace/applet/demo/event/simple/instant/lace_simple_instant_events_demo",
|
||||
"../../../1-base/lace/applet/demo/event/simple/lace_demo",
|
||||
@@ -10,18 +10,18 @@ with
|
||||
"../../../1-base/math/applet/demo/geometry/basic_geometry_demo",
|
||||
"../../../1-base/math/applet/test/suite/math_testsuite",
|
||||
"math",
|
||||
|
||||
"../../../1-base/xml/applet/demo/outline/outline",
|
||||
"../../../1-base/xml/applet/demo/tree/xml_tree",
|
||||
|
||||
"../../../1-base/xml/applet/demo/outline/outline",
|
||||
"../../../1-base/xml/applet/demo/tree/xml_tree",
|
||||
"../../../1-base/xml/applet/demo/write/write",
|
||||
"xml",
|
||||
|
||||
|
||||
"../../../2-low/collada/applet/parse_box/parse_box",
|
||||
"collada",
|
||||
|
||||
-- "../../../2-low/neural/applet/test/learn_linear/learn_linear",
|
||||
-- "neural",
|
||||
|
||||
|
||||
-- "../../../3-mid/impact/applet/demo/2d/hello/impact_hello_2d_demo",
|
||||
-- "../../../3-mid/impact/applet/demo/2d/orbs/orbs_hello_demo",
|
||||
-- "../../../3-mid/impact/applet/demo/3d/hello/impact_hello_3d_demo",
|
||||
@@ -29,7 +29,7 @@ with
|
||||
-- "../../../3-mid/impact/applet/test/other/rigid_body_spin/launch_rigid_body_spin_test",
|
||||
-- "../../../3-mid/impact/applet/test/other/sphere_sphere_collision/sphere_sphere_collision_test",
|
||||
-- "impact",
|
||||
|
||||
|
||||
"../../../3-mid/opengl/applet/demo/camera/camera_demo",
|
||||
"../../../3-mid/opengl/applet/demo/core/core_test",
|
||||
"../../../3-mid/opengl/applet/demo/culler/large_terrain/large_terrain_demo",
|
||||
@@ -51,33 +51,33 @@ with
|
||||
"../../../3-mid/opengl/private/freetype/applet/test/linkage/freetype_linkage_test",
|
||||
"../../../3-mid/opengl/private/gid/gid",
|
||||
-- "../../../3-mid/opengl/private/gl/applet/test/linkage/linkage_test",
|
||||
|
||||
|
||||
"box2d_thin",
|
||||
"box2d_thin_cxx",
|
||||
"box2d_thin_c",
|
||||
|
||||
|
||||
"bullet_thin",
|
||||
"bullet_thin_cxx",
|
||||
"bullet_thin_c",
|
||||
|
||||
|
||||
-- "../../../3-mid/physics/implement/c_math/library/c_math_thin",
|
||||
-- "../../../3-mid/physics/implement/c_math/library/c_math_thin_cxx",
|
||||
-- "../../../3-mid/physics/implement/c_math/library/c_math_thin_c",
|
||||
"c_math_thin",
|
||||
"c_math_thin_cxx",
|
||||
"c_math_thin_c",
|
||||
|
||||
|
||||
-- TODO: resolve dual physics impact.
|
||||
|
||||
|
||||
"../../../3-mid/physics/implement/vox/applet/test_2d/test_2d",
|
||||
"../../../3-mid/physics/implement/vox/library/vox",
|
||||
|
||||
|
||||
"../../../3-mid/physics/interface/applet/demo/hello/2D/hello_physics_2d_demo",
|
||||
"../../../3-mid/physics/interface/applet/demo/hello/3D/hello_physics_3d_demo",
|
||||
"../../../3-mid/physics/interface/applet/demo/test_engine/test_engine",
|
||||
"physics",
|
||||
|
||||
"../../../4-high/gel/applet/demo/distributed/dsa/demo_dsa",
|
||||
|
||||
-- "../../../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",
|
||||
@@ -98,7 +98,7 @@ with
|
||||
"../../../4-high/gel/applet/tute/pong/1-basic_applet_window/pong_tute",
|
||||
-- "sdl_gel",
|
||||
"gel",
|
||||
|
||||
|
||||
"lace",
|
||||
"lace_shared";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user