summaryrefslogtreecommitdiff
path: root/xmake/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2015-04-26 09:23:16 +0800
committerruki <[email protected]>2015-04-26 09:23:16 +0800
commit9c8b29bfc32e9d74c97471c430e7cef3566e4ed4 (patch)
treef44c7be7d240cdf0236f6abe7e1c20fb23844714 /xmake/scripts
parentde9eb6a0e554b73c8b52c7e222b376d5494ac6e3 (diff)
rename INSTALL_DIR to PROGRAM_DIR
Diffstat (limited to 'xmake/scripts')
-rw-r--r--xmake/scripts/xmake_main.lua4
1 files changed, 4 insertions, 0 deletions
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)
+