mirror of
https://github.com/libretro/pcsx2.git
synced 2025-01-01 14:58:22 +00:00
ed7638488c
* resolve a namespace conflict between std::count (due to a 'using namespatce std;' directive) [debug builds only] * switch all MSW-specific code to be unicode compliant so that unicode-only Utilities lib can be used under Windows. [should work, but needs proper testing] * fix some properties sheets so that windows-specific DLL dependencies (common controls and UUID stuff provided by Windows) are linked automatically into wx/utils based plugins. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4140 96395faa-99c1-11dd-bbfe-3dabce05a288
19 lines
628 B
XML
19 lines
628 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="wxWidgets_UseGui"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories=""$(SvnRootDir)\3rdparty\w32pthreads\include""
|
|
PreprocessorDefinitions="wxUSE_UNICODE=1"
|
|
ExceptionHandling="2"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="wxAdv28.lib wxBase28.lib wxCore28.lib zlib.lib libjpeg7.lib Comctl32.lib rpcrt4.lib"
|
|
AdditionalLibraryDirectories=""$(SvnRootDir)\deps\$(PlatformName)\$(ConfigurationName)""
|
|
/>
|
|
</VisualStudioPropertySheet>
|