X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/2d39b0e377c0896910ee49ae70082ba665faf986..HEAD:/JavaScriptCore.vcxproj/JavaScriptCorePostBuild.cmd?ds=sidebyside diff --git a/JavaScriptCore.vcxproj/JavaScriptCorePostBuild.cmd b/JavaScriptCore.vcxproj/JavaScriptCorePostBuild.cmd index 8b0a3a4..b4d17c7 100644 --- a/JavaScriptCore.vcxproj/JavaScriptCorePostBuild.cmd +++ b/JavaScriptCore.vcxproj/JavaScriptCorePostBuild.cmd @@ -1,2 +1,2 @@ -if exist "%WEBKIT_LIBRARIES%\tools\VersionStamper\VersionStamper.exe" "%WEBKIT_LIBRARIES%\tools\VersionStamper\VersionStamper.exe" --verbose "%TARGETPATH%" +perl "%WEBKIT_LIBRARIES%\tools\scripts\version-stamp.pl" "%INTDIR%" "%TARGETPATH%" if exist "%CONFIGURATIONBUILDDIR%\buildfailed" del "%CONFIGURATIONBUILDDIR%\buildfailed"