]> git.saurik.com Git - apple/javascriptcore.git/blob - JavaScriptCore.vcxproj/LLInt/LLIntAssembly/LLIntAssembly.make
JavaScriptCore-1218.34.tar.gz
[apple/javascriptcore.git] / JavaScriptCore.vcxproj / LLInt / LLIntAssembly / LLIntAssembly.make
1 all:
2 touch "%ConfigurationBuildDir%\buildfailed"
3 bash build-LLIntAssembly.sh "%ConfigurationBuildDir%" "$(WEBKIT_LIBRARIES)" "$(DEBUGSUFFIX)"
4 -del "%ConfigurationBuildDir%\buildfailed"
5
6 clean:
7 -del "%ConfigurationBuildDir%\buildfailed"
8 -del /s /q "%ConfigurationBuildDir%\obj32\JavaScriptCore\DerivedSources\LLIntAssembly.h"