diff options
| author | ruki <[email protected]> | 2015-04-29 15:53:23 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-04-29 15:53:23 +0800 |
| commit | ff6f56a46a77beb841fb22c185200ab0a833f05e (patch) | |
| tree | 25e5df9267acb4013db504a3f7fea374e3e8ee28 /xmake/scripts/xmake_main.lua | |
| parent | 47887f7de8de004290bd3c53d5536ed43c7e3f71 (diff) | |
load built-in scripts
Diffstat (limited to 'xmake/scripts/xmake_main.lua')
| -rw-r--r-- | xmake/scripts/xmake_main.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xmake/scripts/xmake_main.lua b/xmake/scripts/xmake_main.lua deleted file mode 100644 index 79623adfe..000000000 --- a/xmake/scripts/xmake_main.lua +++ /dev/null @@ -1,8 +0,0 @@ - -print("_PROGRAM_DIR: ", _PROGRAM_DIR) -print("_PROJECT_DIR: ", _PROJECT_DIR) - -for _, b in pairs(_ARGV) do - print(b) -end - |
