Adjusted spu2ghz project file (vs 2008)

git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@193 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
ramapcsx2 2008-10-12 17:44:55 +00:00 committed by Gregory Hainaut
parent 14d14ec6b9
commit d69dc9a554
1 changed files with 8 additions and 7 deletions

View File

@ -70,8 +70,8 @@
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="true" SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true" Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
CompileAs="0" CompileAs="0"
EnablePREfast="true"
/> />
<Tool <Tool
Name="VCManagedResourceCompilerTool" Name="VCManagedResourceCompilerTool"
@ -87,7 +87,7 @@
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalDependencies="winmm.lib dsound.lib" AdditionalDependencies="winmm.lib dsound.lib"
OutputFile="F:\Pcsx2\plugins\SPU2ghz.dll" OutputFile=".\bin\SPU2ghz.dll"
LinkIncremental="1" LinkIncremental="1"
SuppressStartupBanner="true" SuppressStartupBanner="true"
ModuleDefinitionFile=".\SPU2ghz.def" ModuleDefinitionFile=".\SPU2ghz.def"
@ -275,8 +275,8 @@
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="true" SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true" Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
CompileAs="0" CompileAs="0"
EnablePREfast="true"
/> />
<Tool <Tool
Name="VCManagedResourceCompilerTool" Name="VCManagedResourceCompilerTool"
@ -296,9 +296,11 @@
LinkIncremental="1" LinkIncremental="1"
SuppressStartupBanner="true" SuppressStartupBanner="true"
ModuleDefinitionFile=".\SPU2ghz.def" ModuleDefinitionFile=".\SPU2ghz.def"
GenerateDebugInformation="false" GenerateDebugInformation="true"
ProgramDatabaseFile="" ProgramDatabaseFile=""
StripPrivateSymbols=".\bin\spu2ghz.pdb" StripPrivateSymbols=""
OptimizeReferences="2"
EnableCOMDATFolding="2"
RandomizedBaseAddress="1" RandomizedBaseAddress="1"
DataExecutionPrevention="0" DataExecutionPrevention="0"
ImportLibrary=".\Release/SPU2ghz.lib" ImportLibrary=".\Release/SPU2ghz.lib"
@ -326,8 +328,7 @@
/> />
<Tool <Tool
Name="VCPostBuildEventTool" Name="VCPostBuildEventTool"
Description="Building Release RAR..." CommandLine=""
CommandLine=".\mkrelease.cmd"
/> />
</Configuration> </Configuration>
<Configuration <Configuration