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:
authorliamDevine <none@none>2011-03-17 07:17:36 +0300
committerliamDevine <none@none>2011-03-17 07:17:36 +0300
commit66619d39d54023c9ba2953b513302ce515797e6b (patch)
tree70bab0bcd687189c5d7d1a1df12fe52ce7c3cff9 /CHANGES.txt
parentd212e79b7598c68974f87cb0baa81eec2382028a (diff)
added specialisation for terms in mergeobject
kind seems special. it gets set in the cfg and is needed by the terms yet not added automatically added a check when iterating blocks in merge to see if kind needs adding to terms changed getactiveterms so it doesn't use number keys at end of merge, added a merging of terms into cfg.terms terms were being shared between all configurations in collapse. NOTE : it may still need looking at for when the platform is not native. changed to use a local copy, this gets updated instead.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a7774ff..6fd86a4 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,7 +8,7 @@
* Properly pass return codes back to shell in release builds
* Bug 3135734: Remove WholeProgramOptimization setting in vs10 (doug)
* Bug 3138377: Link dependencies ignored within "SharedLib" configuration
-
+* Bug 3163703: pdb file being set in the wrong section. (hodsondd)
-------
4.3
@@ -81,7 +81,6 @@
- Bug 2927604: Unable to build Premake with Visual Studio
- Clean action now removes MonoDevelop .pidb files correctly
- Added os.executef()
-- Bug 3163703: pdb file being set in the wrong section. (hodsondd)
-------