Files
textmate/Frameworks/OakCommand/target
Allan Odgaard 1bc285270e Make OakCommand link with BundleEditor
We previously avoided this link dependency because it would cause a cyclic dependency. The build system does however not error on cycles in the dependency graph as they are all statically linked together (rather than dynamically linking with each other).

Only cycles between root targets would cause a problem.
2019-06-26 23:32:54 +02:00

4 lines
181 B
Plaintext

SOURCES = src/*.mm
LINK += BundleEditor HTMLOutput HTMLOutputWindow OakAppKit OakSystem bundles cf command document io ns regexp settings text
EXPORT = src/*.h