mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 22:34:54 +00:00
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
1 changed files with 5 additions and 0 deletions
|
@ -45,6 +45,11 @@
|
||||||
<PreBuildEvent>
|
<PreBuildEvent>
|
||||||
<Command>cscript /nologo /E:VBScript "make_svnrev.h.vbs"</Command>
|
<Command>cscript /nologo /E:VBScript "make_svnrev.h.vbs"</Command>
|
||||||
</PreBuildEvent>
|
</PreBuildEvent>
|
||||||
|
<CustomBuild>
|
||||||
|
<Command>
|
||||||
|
</Command>
|
||||||
|
<Outputs>dummy</Outputs>
|
||||||
|
</CustomBuild>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<CustomBuild Include="make_svnrev.h.vbs" />
|
<CustomBuild Include="make_svnrev.h.vbs" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue