X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/93a3786624b2768d89bfa27e46598dc64e2fb70a..ed1e77d3adeb83d26fd1dfb16dd84cabdcefd250:/JavaScriptCore.vcxproj/LLInt/LLIntAssembly/LLIntAssembly.make diff --git a/JavaScriptCore.vcxproj/LLInt/LLIntAssembly/LLIntAssembly.make b/JavaScriptCore.vcxproj/LLInt/LLIntAssembly/LLIntAssembly.make index 3708c2b..6da9beb 100644 --- a/JavaScriptCore.vcxproj/LLInt/LLIntAssembly/LLIntAssembly.make +++ b/JavaScriptCore.vcxproj/LLInt/LLIntAssembly/LLIntAssembly.make @@ -1,8 +1,8 @@ all: - touch "%ConfigurationBuildDir%\buildfailed" - bash build-LLIntAssembly.sh "%ConfigurationBuildDir%" "$(WEBKIT_LIBRARIES)" "$(DEBUGSUFFIX)" + @type NUL > "%ConfigurationBuildDir%\buildfailed" + perl build-LLIntAssembly.pl "%ConfigurationBuildDir%" "$(WEBKIT_LIBRARIES)" "$(DEBUGSUFFIX)" "%PlatformArchitecture%" -del "%ConfigurationBuildDir%\buildfailed" clean: -del "%ConfigurationBuildDir%\buildfailed" - -del /s /q "%ConfigurationBuildDir%\obj32\JavaScriptCore\DerivedSources\LLIntAssembly.h" + -del /s /q "%ConfigurationBuildDir%\obj%PlatformArchitecture%\JavaScriptCore\DerivedSources\LLIntAssembly.h"