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>2011-11-14 00:07:31 +0400
committerJason Perkins <starkos@industriousone.com>2011-11-14 00:07:31 +0400
commitf52719f7a1a4cc80bc973e82c62d0a5f9c74a2b5 (patch)
tree1113c054b1182018168c245975f21c9d66e69fed /CHANGES.txt
parentfd26375aee5d111037f06ee0a4ba39cda388e9e4 (diff)
Improved handling of linker defaults in VS2010
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 ddff72d..196d330 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -40,6 +40,7 @@
* Patch 3381066: Fix VS2010 project references
* Added debug environment variable support for Visual Studio
* Added debug environment variable support for Codeblocks using gdb
+* Bug: Visual Studio 2010 forces x86 when platform is Native
-------