]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - JavaScriptCore.vcxproj/LLInt/LLIntAssembly/LLIntAssembly.make
JavaScriptCore-1218.tar.gz
[apple/javascriptcore.git] / JavaScriptCore.vcxproj / LLInt / LLIntAssembly / LLIntAssembly.make
diff --git a/JavaScriptCore.vcxproj/LLInt/LLIntAssembly/LLIntAssembly.make b/JavaScriptCore.vcxproj/LLInt/LLIntAssembly/LLIntAssembly.make
new file mode 100644 (file)
index 0000000..3708c2b
--- /dev/null
@@ -0,0 +1,8 @@
+all:
+    touch "%ConfigurationBuildDir%\buildfailed"
+    bash build-LLIntAssembly.sh "%ConfigurationBuildDir%" "$(WEBKIT_LIBRARIES)" "$(DEBUGSUFFIX)"
+    -del "%ConfigurationBuildDir%\buildfailed"
+
+clean:
+    -del "%ConfigurationBuildDir%\buildfailed"
+    -del /s /q "%ConfigurationBuildDir%\obj32\JavaScriptCore\DerivedSources\LLIntAssembly.h"