mirror of
https://github.com/libretro/pcsx2.git
synced 2024-12-22 09:48:17 +00:00
7ffd3d3aea
I'll put up a wiki soon which covers new compilation features and stuff, like how to re-enable revision tagging, and how you can direct compiled exe/dlls to be copied to any destination of your choice (yay!) -- plus many other compiling tips (if I can remember them all! >_<) git-svn-id: http://pcsx2.googlecode.com/svn/trunk@581 96395faa-99c1-11dd-bbfe-3dabce05a288
28 lines
597 B
XML
28 lines
597 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="PluginSvnRoot"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories=""$(ProjectDir)";"$(ProjectDir)\..\3rdparty""
|
|
/>
|
|
<UserMacro
|
|
Name="PcsxSubsection"
|
|
Value="plugins"
|
|
/>
|
|
<UserMacro
|
|
Name="ProjectRootDir"
|
|
Value="$(ProjectDir)\.."
|
|
/>
|
|
<UserMacro
|
|
Name="SvnRootDir"
|
|
Value="$(ProjectRootDir)\..\..\.."
|
|
/>
|
|
<UserMacro
|
|
Name="SvnCommonDir"
|
|
Value="$(SvnRootDir)\common"
|
|
/>
|
|
</VisualStudioPropertySheet>
|