Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <none@none>2008-12-30 04:15:38 +0300
committerstarkos <none@none>2008-12-30 04:15:38 +0300
commit99bd98b803d5ab21d12677cb76484f6ff5f36546 (patch)
tree3533374661089fe14f76dd46680f83ef08ebc9eb /premake4.lua
parent6ca3b3004e4e6b62840280ace5135809533bac7e (diff)
Upgraded to Lua 5.1.4
Diffstat (limited to 'premake4.lua')
-rw-r--r--premake4.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/premake4.lua b/premake4.lua
index 92302be..90a5264 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -39,7 +39,7 @@ end
language "C"
kind "ConsoleApp"
flags { "No64BitChecks", "ExtraWarnings", "FatalWarnings" }
- includedirs { "src/host/lua-5.1.2/src" }
+ includedirs { "src/host/lua-5.1.4/src" }
location ( _OPTIONS["to"] )
files
@@ -51,11 +51,11 @@ end
excludes
{
"src/premake.lua",
- "src/host/lua-5.1.2/src/lua.c",
- "src/host/lua-5.1.2/src/luac.c",
- "src/host/lua-5.1.2/src/print.c",
- "src/host/lua-5.1.2/**.lua",
- "src/host/lua-5.1.2/etc/*.c"
+ "src/host/lua-5.1.4/src/lua.c",
+ "src/host/lua-5.1.4/src/luac.c",
+ "src/host/lua-5.1.4/src/print.c",
+ "src/host/lua-5.1.4/**.lua",
+ "src/host/lua-5.1.4/etc/*.c"
}
configuration "Debug"