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