X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/81345200c95645a1b0d2635520f96ad55dfde63f..ed1e77d3adeb83d26fd1dfb16dd84cabdcefd250:/JavaScriptCore.vcxproj/LLInt/LLIntAssembly/LLIntAssembly.make diff --git a/JavaScriptCore.vcxproj/LLInt/LLIntAssembly/LLIntAssembly.make b/JavaScriptCore.vcxproj/LLInt/LLIntAssembly/LLIntAssembly.make index 5aff3ba..6da9beb 100644 --- a/JavaScriptCore.vcxproj/LLInt/LLIntAssembly/LLIntAssembly.make +++ b/JavaScriptCore.vcxproj/LLInt/LLIntAssembly/LLIntAssembly.make @@ -1,5 +1,5 @@ all: - touch "%ConfigurationBuildDir%\buildfailed" + @type NUL > "%ConfigurationBuildDir%\buildfailed" perl build-LLIntAssembly.pl "%ConfigurationBuildDir%" "$(WEBKIT_LIBRARIES)" "$(DEBUGSUFFIX)" "%PlatformArchitecture%" -del "%ConfigurationBuildDir%\buildfailed"