Merge pull request #3512 from jloehr/Fix-SCMRevGen

Fix SCMRevGen by running system native CScript
This commit is contained in:
shuffle2 2016-01-15 23:56:31 -08:00
commit 799fce0b03
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
</PropertyGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<Command>cscript /nologo /E:JScript "make_scmrev.h.js"</Command>
<Command>"%windir%\Sysnative\cscript" /nologo /E:JScript "make_scmrev.h.js"</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>