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:
authorJason Perkins <starkos@industriousone.com>2012-01-05 00:01:22 +0400
committerJason Perkins <starkos@industriousone.com>2012-01-05 00:01:22 +0400
commitdd235093eb990ecc12629ead181a481636ee4bde (patch)
treefe66820ae34ff8b5ab94320915a1b564888ca187 /premake4.lua
parent6d23978d461ddec130681807e3c591c13d8c3a19 (diff)
Removed dynamic loading of Ole32 on Windows (see patch #3456407)
Diffstat (limited to 'premake4.lua')
-rw-r--r--premake4.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/premake4.lua b/premake4.lua
index 4ac2663..1c2f553 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -52,6 +52,9 @@
configuration "vs2005"
defines {"_CRT_SECURE_NO_DEPRECATE" }
+ configuration "windows"
+ links { "ole32" }
+
configuration "linux"
defines { "LUA_USE_POSIX", "LUA_USE_DLOPEN" }
links { "m", "dl" }