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-04-11 15:33:32 +0400
committerstarkos <none@none>2009-04-11 15:33:32 +0400
commitce9027fada2546ff9a2cd3b5bf4112fdf5824df0 (patch)
treead754a2e91a0df1a1a224a07d94f9dc95269a3ed /src/_manifest.lua
parentb55bfe89b33edca8f971cbd43bfeda415fc8eb48 (diff)
Un-templated the GMake action in preparation for adding platform support
Diffstat (limited to 'src/_manifest.lua')
-rw-r--r--src/_manifest.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_manifest.lua b/src/_manifest.lua
index 967f720..7f0516b 100644
--- a/src/_manifest.lua
+++ b/src/_manifest.lua
@@ -26,6 +26,9 @@
"tools/ow.lua",
"base/validate.lua",
"base/help.lua",
+ "actions/make/make_solution.lua",
+ "actions/make/make_cpp.lua",
+ "actions/make/make_csharp.lua",
"actions/vstudio/vs2002_solution.lua",
"actions/vstudio/vs2002_csproj.lua",
"actions/vstudio/vs2002_csproj_user.lua",
@@ -45,9 +48,6 @@
"actions/codeblocks/codeblocks_cbp.tmpl",
"actions/codelite/codelite_workspace.tmpl",
"actions/codelite/codelite_project.tmpl",
- "actions/make/make_solution.tmpl",
- "actions/make/make_cpp.tmpl",
- "actions/make/make_csharp.tmpl",
}