From 568c8829db2f886921c7592cadbadbf4241127b6 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 27 Apr 2014 16:48:07 +1000 Subject: Centralise the PACKAGE_* stuff, move our libraries to lib, and shuffle stuff to suit. --- src/GuiLua/skang.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/GuiLua/skang.c') diff --git a/src/GuiLua/skang.c b/src/GuiLua/skang.c index facc239..f78c1c5 100644 --- a/src/GuiLua/skang.c +++ b/src/GuiLua/skang.c @@ -3,11 +3,7 @@ EAPI_MAIN int elm_main(int argc, char **argv) { - elm_app_compile_bin_dir_set(PACKAGE_BIN_DIR); - elm_app_compile_data_dir_set(PACKAGE_DATA_DIR); - elm_app_compile_lib_dir_set(PACKAGE_LIB_DIR); - elm_app_info_set(elm_main, "GuiLua", "skang.lua"); - + HamrTime(elm_main, "GuiLua"); GuiLuaDo(argc, argv); return 0; -- cgit v1.1