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:
authorJason Perkins <starkos@industriousone.com>2012-09-06 02:30:02 +0400
committerJason Perkins <starkos@industriousone.com>2012-09-06 02:30:02 +0400
commit00fdae710783c2b54393e783be6c2d2a8c348860 (patch)
tree17c7bb0583fe8eaf5380b114efd9e0c9986e5a93 /CHANGES.txt
parent71e0fee0bf3b8d8ec4f0497e19b7b494558b5e91 (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)
-------