Files
textmate/Frameworks/OakFileBrowser/target
Allan Odgaard 3a359ca52d Limit resources copied to target bundle
Without the ‘.png’ extension we would match the ‘Header Icons’ folder, and (recursively) copy that to our target, so the contents of the folder would exist in two places in the target (with and without the folder).
2013-07-21 13:25:29 +02:00

6 lines
315 B
Plaintext

SOURCES = src/**/*.{cc,mm}
EXPORT = src/OakFileBrowser.h src/ui/OFBPathInfoCell.h
CP_Resources = resources/* gfx/**/*.png
LINK += text cf document editor io regexp settings ns plist OakAppKit OakFoundation scm OakSystem Preferences XcodeEditor
FRAMEWORKS = Cocoa Carbon SystemConfiguration