diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-08-13 10:04:58 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-08-13 10:04:58 (GMT) |
commit | b6374b7ae064e689924a88b398ca3eb9ed0a379e (patch) | |
tree | 8c3bc87f1b006e223563f3d2274b16f710e0e8e4 /Swiften | |
parent | ba1aa621f0441f20b1ed2885832fce9cb15e4e15 (diff) | |
download | swift-contrib-b6374b7ae064e689924a88b398ca3eb9ed0a379e.zip swift-contrib-b6374b7ae064e689924a88b398ca3eb9ed0a379e.tar.bz2 |
Add Nib build tool.
Diffstat (limited to 'Swiften')
-rw-r--r-- | Swiften/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Swiften/SConscript b/Swiften/SConscript index 60f2fbc..1c2c8cc 100644 --- a/Swiften/SConscript +++ b/Swiften/SConscript @@ -38,6 +38,8 @@ sources = [ "EventLoop/EventOwner.cpp", "EventLoop/MainEventLoop.cpp", "EventLoop/SimpleEventLoop.cpp", + "EventLoop/Cocoa/CocoaEventLoop.mm", + "EventLoop/Cocoa/CocoaEvent.mm", "History/HistoryManager.cpp", "History/SQLiteHistoryManager.cpp", "JID/JID.cpp", |