X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/4be4e30906bcb8ee30b4d189205cb70bad6707ce..81345200c95645a1b0d2635520f96ad55dfde63f:/JavaScriptCore.pro?ds=inline diff --git a/JavaScriptCore.pro b/JavaScriptCore.pro deleted file mode 100644 index 13130b8..0000000 --- a/JavaScriptCore.pro +++ /dev/null @@ -1,24 +0,0 @@ -# ------------------------------------------------------------------- -# Main project file for JavaScriptSource -# -# See 'Tools/qmake/README' for an overview of the build system -# ------------------------------------------------------------------- - -TEMPLATE = subdirs -CONFIG += ordered - -LLIntOffsetsExtractor.file = LLIntOffsetsExtractor.pro -LLIntOffsetsExtractor.makefile = Makefile.LLIntOffsetsExtractor -SUBDIRS += LLIntOffsetsExtractor - -derived_sources.file = DerivedSources.pri -target.file = Target.pri - -SUBDIRS += derived_sources target - -addStrictSubdirOrderBetween(LLIntOffsetsExtractor, derived_sources) -addStrictSubdirOrderBetween(derived_sources, target) - -jsc.file = jsc.pro -jsc.makefile = Makefile.jsc -SUBDIRS += jsc