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>2010-01-29 00:20:42 +0300
committerstarkos <unknown>2010-01-29 00:20:42 +0300
commitceafa8c3105c99803a64203f8f882605b6bc54ab (patch)
tree39b715dd76e02fa35c1ea32d0f6ede0698c860bb /src/_manifest.lua
parente210af92e0d5995ded6874fb496f380cb29ff2e8 (diff)
Started work on an example action.
Diffstat (limited to 'src/_manifest.lua')
-rw-r--r--src/_manifest.lua7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/_manifest.lua b/src/_manifest.lua
index daebb72..818af71 100644
--- a/src/_manifest.lua
+++ b/src/_manifest.lua
@@ -1,7 +1,7 @@
--
-- _manifest.lua
-- Manage the list of built-in Premake scripts.
--- Copyright (c) 2002-2009 Jason Perkins and the Premake project
+-- Copyright (c) 2002-2010 Jason Perkins and the Premake project
--
-- The master list of built-in scripts. Order is important! If you want to
@@ -48,7 +48,10 @@
"actions/make/make_csharp.lua",
"actions/make/_make.lua",
- -- Visual Studio action
+ -- SlickEdit action
+ "actions/slickedit/_slickedit.lua",
+
+ -- Visual Studio actions
"actions/vstudio/vs2002_solution.lua",
"actions/vstudio/vs2002_csproj.lua",
"actions/vstudio/vs2002_csproj_user.lua",