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-14 17:59:59 +0300
committerliamDevine <none@none>2011-03-14 17:59:59 +0300
commitd212e79b7598c68974f87cb0baa81eec2382028a (patch)
tree3109989e7ac652436f02c30e97849ee40cc92ef4 /CHANGES.txt
parent0744214f6c50c9a44bc9aa3430fc84361b8a63e3 (diff)
pdb file was being written to the 'Link' section when it needed to be in 'ClCompile'. Reported by hodsondd closes bug report: https://sourceforge.net/tracker/?func=detail&aid=3163703&group_id=71616&atid=531878
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 544da6f..a7774ff 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -81,6 +81,7 @@
- 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)
-------