Added some ifdefs around the vc9 fixes so that mse still compiles with msvc7 and wxWidget 2.6

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1568 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2010-12-30 16:50:20 +00:00
parent 70471251e4
commit 809d9b747a
6 changed files with 30 additions and 7 deletions
+5 -1
View File
@@ -38,7 +38,8 @@
WarningLevel="4"
WarnAsError="TRUE"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"/>
DebugInformationFormat="4"
DisableSpecificWarnings="4671;4673"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
@@ -1034,6 +1035,9 @@
<File
RelativePath=".\gui\print_window.hpp">
</File>
<File
RelativePath=".\gui\profiler_window.cpp">
</File>
<File
RelativePath=".\gui\thumbnail_thread.cpp">
</File>