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-06-02 23:40:59 +0400
committerstarkos <none@none>2009-06-02 23:40:59 +0400
commit9d9944e069685618a77fe66757599a0cd6d85153 (patch)
treee6b85c4190652261dcd938a0122e6738774cba09 /src/tools/dotnet.lua
parent1e7fe8982ddb5b46bc69ea1aa14b8e02e757f932 (diff)
Refactored target building, fixed path separators for .NET projects
Diffstat (limited to 'src/tools/dotnet.lua')
-rw-r--r--src/tools/dotnet.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/dotnet.lua b/src/tools/dotnet.lua
index 4ec2c2a..4252037 100644
--- a/src/tools/dotnet.lua
+++ b/src/tools/dotnet.lua
@@ -1,12 +1,12 @@
--
-- dotnet.lua
-- Interface for the C# compilers, all of which are flag compatible.
--- Copyright (c) 2002-2008 Jason Perkins and the Premake project
+-- Copyright (c) 2002-2009 Jason Perkins and the Premake project
--
premake.dotnet = { }
- premake.dotnet.targetstyle = "windows"
+ premake.dotnet.namestyle = "windows"
--