mirror of https://github.com/PCSX2/pcsx2.git
17 lines
444 B
XML
17 lines
444 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="w32pthreads"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories=""$(SvnRootDir)\3rdparty\w32pthreads\include""
|
|
PreprocessorDefinitions="WIN32_PTHREADS;__CLEANUP_SEH"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="w32pthreads.v2.lib"
|
|
/>
|
|
</VisualStudioPropertySheet>
|