VS2010: Actually make SVNRevGen be processed all the time. Had to add a dummy output file, or VS would ignore it.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7014 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
3b36e06571
commit
67a4ac0bf6
|
@ -45,6 +45,11 @@
|
|||
<PreBuildEvent>
|
||||
<Command>cscript /nologo /E:VBScript "make_svnrev.h.vbs"</Command>
|
||||
</PreBuildEvent>
|
||||
<CustomBuild>
|
||||
<Command>
|
||||
</Command>
|
||||
<Outputs>dummy</Outputs>
|
||||
</CustomBuild>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="make_svnrev.h.vbs" />
|
||||
|
|
Loading…
Reference in New Issue