mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -05:00
The recent move to 64 bit broke the (binary) protocol used between TextMate and the server for authenticated reads/writes (since size_t is now 64 bit). This fixes issue #354.
5 lines
115 B
Plaintext
5 lines
115 B
Plaintext
SOURCES = src/*.cc
|
|
TEST_SOURCES = tests/t_*.cc
|
|
EXPORT = src/*.h
|
|
LINK += io text regexp OakSystem
|