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>2008-11-13 03:54:41 +0300
committerstarkos <unknown>2008-11-13 03:54:41 +0300
commit20c651957143269c89b98c1439de5ba515abf192 (patch)
tree0de78294ad13a7a580075d8e88b1538555e52771 /src/_manifest.lua
parent608551f8f4bb15630a54bf21f1c48857feb89cb9 (diff)
** Merged branches/vstudio (r539:562) Added Visual Studio support
Diffstat (limited to 'src/_manifest.lua')
-rw-r--r--src/_manifest.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/_manifest.lua b/src/_manifest.lua
index 7aa5683..6cefb72 100644
--- a/src/_manifest.lua
+++ b/src/_manifest.lua
@@ -18,6 +18,7 @@
"base/premake.lua",
"base/template.lua",
"base/project.lua",
+ "base/config.lua",
"base/functions.lua",
"base/gcc.lua",
@@ -31,8 +32,11 @@
local templates =
{
"actions/make/make_solution.tmpl",
- "actions/make/make_cpp_project.tmpl",
+ "actions/make/make_cpp.tmpl",
"actions/vstudio/vs2002_solution.tmpl",
+ "actions/vstudio/vs2003_solution.tmpl",
+ "actions/vstudio/vs2005_solution.tmpl",
+ "actions/vstudio/vs200x_vcproj.tmpl",
}