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:
authorJason Perkins <starkos@industriousone.com>2012-09-06 02:30:02 +0400
committerJason Perkins <starkos@industriousone.com>2012-09-06 02:30:02 +0400
commita77ec015b14eb793a6699d6998823b9c6c5c3a6a (patch)
tree17c7bb0583fe8eaf5380b114efd9e0c9986e5a93 /CHANGES.txt
parent000c44313bbdd603718b76127eabffbc22c708d0 (diff)
Patch 3476176: Fix dependencies of precompiled header in makefile
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 7c9f004..aabf72b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -56,6 +56,7 @@
* Patch 3353975: Support usage of premake as a library (Konstantin Tokarev)
* Patch 3505903: Fix VC2010 project reference paths (Pavel Czerný)
* Patch 3305599: Add -Wextra to ExtraWarnings (ergosys)
+* Patch 3476176: Fix dependencies of precompiled header in makefile (Konstantin Tokarev)
-------