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:
-rw-r--r--BUILD.txt4
-rw-r--r--CHANGES.txt1
2 files changed, 1 insertions, 4 deletions
diff --git a/BUILD.txt b/BUILD.txt
index 82acdc3..0d4ffc8 100644
--- a/BUILD.txt
+++ b/BUILD.txt
@@ -14,10 +14,6 @@ PREMAKE BUILD INSTRUCTIONS
source code from Subversion instead of a SourceForge release, read
the next section for more information on working with the scripts.
- VISUAL STUDIO 2002 AND 2003 USERS: these versions of Visual Studio
- are unable to build Premake due to string size limitations. Use one
- the newer, free versions of Visual Studio C++ Express instead.
-
If you find all of this very confusing and need some help, see the
end of this document for contact information. I'll be glad to help.
diff --git a/CHANGES.txt b/CHANGES.txt
index faf8dbe..9318822 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,6 +6,7 @@
* Patch 2965229: Fix handling of '+' symbol in file patterns (Rachel Blum)
* Patch 2997449: Print configuration with target (ergosys)
* Patch 2997452: Suppress gmake's "nothing to be done" message (ergosys)
+* Bug 2997728: Project dependencies should be case-sensitive
-------