Unbreak Debug too.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1945 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gigaherz 2009-10-01 15:21:09 +00:00
parent 4f19b1036d
commit bdb20ebe29
2 changed files with 4 additions and 21 deletions

View File

@ -32,11 +32,11 @@ int cmode;
///////////////////////////////////////////////////////////////////////////////
// Plugin Interface //
char *LibName = "Gigaherz's CDVD Plugin ("
char *LibName = "Gigaherz's CDVD Plugin "
#ifdef PCSX2_DEBUG
"Debug "
" Debug"
#endif
"r" SFY(SVN_REV)
"(r" SFY(SVN_REV)
#if SVN_MODS
"/modded"
#endif

View File

@ -136,6 +136,7 @@
Name="VCLinkerTool"
OutputFile="$(OutDir)\$(ProjectName)-dbg.dll"
UACExecutionLevel="2"
ModuleDefinitionFile=".\plugin.def"
/>
<Tool
Name="VCALinkTool"
@ -187,10 +188,6 @@
RelativePath=".\IOCtlSrc.cpp"
>
</File>
<File
RelativePath="plugin.def"
>
</File>
<File
RelativePath="..\ReadThread.cpp"
>
@ -198,20 +195,6 @@
<File
RelativePath="..\TocStuff.cpp"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
/>
</FileConfiguration>
</File>
<Filter
Name="isofs"