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