mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 21:27:01 -04:00
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:
+5
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user