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:
authorLiam Devine <dmail00@gmail.com>2011-03-11 19:43:19 +0300
committerLiam Devine <dmail00@gmail.com>2011-03-11 19:43:19 +0300
commit2b95fc299c0b9ae359fbe3587c497889222cd63b (patch)
treee5d0b374650b45398750e1cb0db390eb40002f61 /src/_manifest.lua
parent2e9fbb9962fddcf45598f021c60afa153dc660a8 (diff)
Xcode4 workspace initial
Diffstat (limited to 'src/_manifest.lua')
-rw-r--r--src/_manifest.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/_manifest.lua b/src/_manifest.lua
index 7be11fa..dbfe02e 100644
--- a/src/_manifest.lua
+++ b/src/_manifest.lua
@@ -66,6 +66,9 @@
"actions/xcode/xcode_common.lua",
"actions/xcode/xcode_project.lua",
+ -- Xcode4 action
+ "actions/xcode/xcode4_workspace.lua",
+
-- Clean action
"actions/clean/_clean.lua",
}