mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06: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:
@ -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" />
|
||||||
|
Reference in New Issue
Block a user