From d3541b3ac5f56ba399fd8bcd155b9e0120cf9916 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 17 Jan 2012 12:36:03 +1000 Subject: Merge the compiler into the test harness. Remove excess files. --- LuaSL/src/LuaSL_main.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'LuaSL/src/LuaSL_main.c') diff --git a/LuaSL/src/LuaSL_main.c b/LuaSL/src/LuaSL_main.c index 9a6c256..fb2a8ba 100644 --- a/LuaSL/src/LuaSL_main.c +++ b/LuaSL/src/LuaSL_main.c @@ -160,13 +160,16 @@ main(int argc, char **argv) ecore_evas_callback_delete_request_set(game.ee, _on_delete); edje_object_signal_callback_add(game.edje, "*", "game_*", _edje_signal_cb, &game); - snprintf(buf, sizeof(buf), "%s/Test sim/objects/onefang's test bed/~run", PACKAGE_DATA_DIR); + // Setup for the compler. + compilerSetup(); +// snprintf(buf, sizeof(buf), "%s/Test sim/objects/onefang's test bed/~run", PACKAGE_DATA_DIR); + snprintf(buf, sizeof(buf), "%s/test2.lsl", PACKAGE_DATA_DIR); if (compileLSL(&game, buf)) PIm("Against all odds, the compile of %s worked! lol", buf); else PEm("The compile of %s failed, as expected!", buf); - ecore_main_loop_begin(); +// ecore_main_loop_begin(); ecore_animator_del(ani); ecore_evas_free(game.ee); -- cgit v1.1