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>2008-12-06 00:18:47 +0300
committerstarkos <none@none>2008-12-06 00:18:47 +0300
commit1c97171f69cd704db6e2aa0f93dec772d0e18792 (patch)
tree510d0446948106a73896c48f4a893039c23c4186 /src/_manifest.lua
parentbd14e9a2f368cc2ef858669a8431456480ab2990 (diff)
Big refactoring, bug fixes bug and small, performance improvements (branches/csharp r607:628)
Diffstat (limited to 'src/_manifest.lua')
-rw-r--r--src/_manifest.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/_manifest.lua b/src/_manifest.lua
index 4ecb41a..7026bd6 100644
--- a/src/_manifest.lua
+++ b/src/_manifest.lua
@@ -21,11 +21,10 @@
"base/config.lua",
"base/functions.lua",
"base/cmdline.lua",
- "base/gcc.lua",
- "base/ow.lua",
-
- -- this one must be last
- "_premake_main.lua"
+ "tools/csc.lua",
+ "tools/gcc.lua",
+ "tools/ow.lua",
+ "base/help.lua",
}
@@ -39,6 +38,7 @@
"actions/codelite/codelite_project.tmpl",
"actions/make/make_solution.tmpl",
"actions/make/make_cpp.tmpl",
+ "actions/make/make_csharp.tmpl",
"actions/vstudio/vs2002_solution.tmpl",
"actions/vstudio/vs2003_solution.tmpl",
"actions/vstudio/vs2005_solution.tmpl",