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 // // Plugin Interface //
char *LibName = "Gigaherz's CDVD Plugin (" char *LibName = "Gigaherz's CDVD Plugin "
#ifdef PCSX2_DEBUG #ifdef PCSX2_DEBUG
"Debug " " Debug"
#endif #endif
"r" SFY(SVN_REV) "(r" SFY(SVN_REV)
#if SVN_MODS #if SVN_MODS
"/modded" "/modded"
#endif #endif

View File

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