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:
Jake.Stine 2009-02-16 16:15:41 +00:00
parent e34173b07a
commit b63edf85f4
2 changed files with 8 additions and 3 deletions

View File

@ -1,2 +0,0 @@
#define SVN_REV $WCREV$
#define SVN_MODS $WCMODS?1:0$

View File

@ -27,6 +27,13 @@
/>
<Tool
Name="VCPreBuildEventTool"
CommandLine="SubWCRev.exe $(ProjectDir) ..\..\common\tsvnrev\svnrev_template.h $(ProjectDir)svnrev.h"
CommandLine=".\vsprops\preBuild.cmd &quot;$(ProjectDir)\&quot; &quot;$(ProjectDir)vsprops&quot;"
/>
<!--
<Tool
Name="VCPostBuildEventTool"
CommandLine=".\vsprops\postBuild.cmd &quot;$(TargetPath)&quot; &quot;$(SolutionDir)&quot; &quot;$(TargetName)&quot; $(TargetExt)"
/>
-->
</VisualStudioPropertySheet>