wxgui: bah msvc and its tendency to save everything *except* vsprops files when you do a Save All.

git-svn-id: http://pcsx2.googlecode.com/svn/branches/wxgui@1747 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
Jake.Stine 2009-09-06 00:12:17 +00:00
parent c1a818386f
commit c630b3ac22
2 changed files with 1 additions and 2 deletions

View File

@ -82,7 +82,6 @@
</Configuration>
<Configuration
Name="Release|Win32"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
InheritedPropertySheets="..\DefaultProjectRootDir.vsprops;..\3rdpartyDLL.vsprops;..\..\common\vsprops\CodeGen_Release.vsprops"
CharacterSet="2"

View File

@ -11,6 +11,6 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="w32pthreads.lib"
AdditionalDependencies="w32pthreads.v2.lib"
/>
</VisualStudioPropertySheet>