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