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:32:54 +0400
committerJason Perkins <starkos@industriousone.com>2012-09-06 02:32:54 +0400
commit52c2b274c6bfdc90635fa227674d7049540f692f (patch)
treec2234650713e5320b4e16f729232bd97b7f360c5 /CHANGES.txt
parent00fdae710783c2b54393e783be6c2d2a8c348860 (diff)
Patch 3476176: Remove conditionals from makefile compiler assignments (Konstantin Tokarev)
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 aabf72b..29c7eed 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -57,6 +57,7 @@
* 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)
+* Patch 3476176: Remove conditionals from makefile compiler assignments (Konstantin Tokarev)
-------