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

github.com/windirstat/premake-4.x.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <unknown>2008-12-30 04:15:38 +0300
committerstarkos <unknown>2008-12-30 04:15:38 +0300
commit343050bc6f5840e25d146610e6a7c02c4d992c29 (patch)
tree3533374661089fe14f76dd46680f83ef08ebc9eb /premake4.lua
parent38b3c79469d373285beae5fae17f7dde40f79468 (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"