mirror of https://github.com/PCSX2/pcsx2.git
xpad: fixed dependency on obsolete /common folder. :)
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@507 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
e34173b07a
commit
b63edf85f4
|
@ -1,2 +0,0 @@
|
||||||
#define SVN_REV $WCREV$
|
|
||||||
#define SVN_MODS $WCMODS?1:0$
|
|
|
@ -27,6 +27,13 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"
|
Name="VCPreBuildEventTool"
|
||||||
CommandLine="SubWCRev.exe $(ProjectDir) ..\..\common\tsvnrev\svnrev_template.h $(ProjectDir)svnrev.h"
|
CommandLine=".\vsprops\preBuild.cmd "$(ProjectDir)\" "$(ProjectDir)vsprops""
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
CommandLine=".\vsprops\postBuild.cmd "$(TargetPath)" "$(SolutionDir)" "$(TargetName)" $(TargetExt)"
|
||||||
|
/>
|
||||||
|
-->
|
||||||
</VisualStudioPropertySheet>
|
</VisualStudioPropertySheet>
|
||||||
|
|
Loading…
Reference in New Issue