From 9c8b29bfc32e9d74c97471c430e7cef3566e4ed4 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 26 Apr 2015 09:23:16 +0800 Subject: rename INSTALL_DIR to PROGRAM_DIR --- xmake/scripts/xmake_main.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 xmake/scripts/xmake_main.lua (limited to 'xmake/scripts/xmake_main.lua') diff --git a/xmake/scripts/xmake_main.lua b/xmake/scripts/xmake_main.lua new file mode 100644 index 000000000..1f8f055ef --- /dev/null +++ b/xmake/scripts/xmake_main.lua @@ -0,0 +1,4 @@ + +print("_PROGRAM_DIR: ", _PROGRAM_DIR) +print("_PROJECT_DIR: ", _PROJECT_DIR) + -- cgit v1.3.1