Fixed DebugFast wxAdv28 build to avoid wxOnAssert linking errors

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1457 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson
2008-12-09 14:07:51 +00:00
parent 3c63813971
commit 5c75ba6177
3 changed files with 50 additions and 8 deletions

View File

@ -458,6 +458,7 @@
Name="VCPostBuildEventTool"
Description="Copying Data\* to $(TargetDir)"
CommandLine="xcopy "$(SolutionDir)..\Data" "$(TargetDir)" /s /e /q /d
echo Copying External .dlls
xcopy "$(SolutionDir)..\Externals\Cg64\*.dll" "$(TargetDir)" /s /e /q /d
xcopy "$(SolutionDir)..\Externals\SDL\x64\*.dll" "$(TargetDir)" /s /e /q /d
xcopy "$(SolutionDir)..\Externals\WiiUse\X64\*.dll" "$(TargetDir)" /s /e /q /d
"
ExcludedFromBuild="false"
/>
</Configuration>
<Configuration
@ -605,7 +606,7 @@
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/EHsc "
AdditionalOptions="/EHsc"
Optimization="2"
InlineFunctionExpansion="1"
EnableIntrinsicFunctions="true"