]> git.saurik.com Git - apple/javascriptcore.git/blame_incremental - JavaScriptCore.pro
JavaScriptCore-1097.3.3.tar.gz
[apple/javascriptcore.git] / JavaScriptCore.pro
... / ...
CommitLineData
1# -------------------------------------------------------------------
2# Main project file for JavaScriptSource
3#
4# See 'Tools/qmake/README' for an overview of the build system
5# -------------------------------------------------------------------
6
7TEMPLATE = subdirs
8CONFIG += ordered
9
10derived_sources.file = DerivedSources.pri
11target.file = Target.pri
12
13SUBDIRS += derived_sources target
14
15addStrictSubdirOrderBetween(derived_sources, target)
16
17jsc.file = jsc.pro
18jsc.makefile = Makefile.jsc
19SUBDIRS += jsc