mirror of https://github.com/PCSX2/pcsx2.git
17 lines
509 B
Plaintext
17 lines
509 B
Plaintext
|
<?xml version="1.0" encoding="windows-1250"?>
|
||
|
<VisualStudioPropertySheet
|
||
|
ProjectType="Visual C++"
|
||
|
Version="8.00"
|
||
|
Name="Pcsx3rdpartyDependencies"
|
||
|
>
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
AdditionalIncludeDirectories=""$(SvnRootDir)\3rdparty""
|
||
|
PreprocessorDefinitions="PTW32_STATIC_LIB;WIN32_PTHREADS;__CLEANUP_SEH"
|
||
|
/>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
AdditionalLibraryDirectories=""$(SvnRootDir)\deps\$(PlatformName)\$(ConfigurationName)""
|
||
|
/>
|
||
|
</VisualStudioPropertySheet>
|