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>2009-05-09 00:18:47 +0400
committerstarkos <none@none>2009-05-09 00:18:47 +0400
commitbebe7d4ef14e4e843f2fc007c536d5dcfec56a7c (patch)
treefc3b0798142a40e538ff8c8f4a609ca461b8e917 /src/_manifest.lua
parentdc8c3083e49ac115e842add91e23009b88c1d417 (diff)
Added PS3-specific target naming
Diffstat (limited to 'src/_manifest.lua')
-rw-r--r--src/_manifest.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/_manifest.lua b/src/_manifest.lua
index c6c406f..0fb0341 100644
--- a/src/_manifest.lua
+++ b/src/_manifest.lua
@@ -19,8 +19,9 @@
"base/configs.lua",
"base/api.lua",
"base/cmdline.lua",
- "tools/csc.lua",
+ "tools/dotnet.lua",
"tools/gcc.lua",
+ "tools/msc.lua",
"tools/ow.lua",
"base/validate.lua",
"base/help.lua",