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>2009-09-21 17:59:25 +0400
committerstarkos <unknown>2009-09-21 17:59:25 +0400
commit3f3cabd28f5396d462d4b8c86628597eb1fcab76 (patch)
tree54d466bab2b3eff9c5f33e60fae02edbac850cec /samples
parent72682355c3471a1586047044a17601d5a638df10 (diff)
Fixed naming of static libraries in Xcode
Diffstat (limited to 'samples')
-rw-r--r--samples/project/premake4.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/project/premake4.lua b/samples/project/premake4.lua
index 7ce87bd..530e93d 100644
--- a/samples/project/premake4.lua
+++ b/samples/project/premake4.lua
@@ -20,8 +20,8 @@ solution "PremakeTestbox"
include "CppWindowedApp"
include "CppSharedLib"
include "CppStaticLib"
-
- if _ACTION ~= "codeblocks" and _ACTION ~= "codelite" then
+
+ if premake.action.supports(premake.action.current(), "C#") then
include "CsSharedLib"
include "CsConsoleApp"
end