mirror of https://github.com/PCSX2/pcsx2.git
Unbreak Debug too.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1945 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
4f19b1036d
commit
bdb20ebe29
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue