mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 05:37:55 -05:00
7 lines
247 B
Plaintext
7 lines
247 B
Plaintext
SOURCES = src/*.{cc,mm}
|
|
CP_Resources = resources/* gfx/**/*.{png,tiff,icns} icons/*
|
|
TEST_SOURCES = tests/*.{cc,mm}
|
|
LINK += text ns io OakFoundation regexp scm file
|
|
EXPORT = src/*.h
|
|
FRAMEWORKS = Carbon Cocoa AudioToolbox Quartz
|