diff options
Diffstat (limited to 'SwifTools/Notifier/SConscript')
| -rw-r--r-- | SwifTools/Notifier/SConscript | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/SwifTools/Notifier/SConscript b/SwifTools/Notifier/SConscript index 98b5400..e60937b 100644 --- a/SwifTools/Notifier/SConscript +++ b/SwifTools/Notifier/SConscript | |||
| @@ -9,10 +9,16 @@ sources = [ | |||
| 9 | if swiftools_env.get("HAVE_GROWL", False) : | 9 | if swiftools_env.get("HAVE_GROWL", False) : |
| 10 | sources += [ | 10 | sources += [ |
| 11 | "GrowlNotifier.mm", | 11 | "GrowlNotifier.mm", |
| 12 | "GrowlNotifierDelegate.mm", | 12 | "GrowlNotifierDelegate.mm", |
| 13 | ] | 13 | ] |
| 14 | elif myenv["PLATFORM"] == "darwin" : | ||
| 15 | sources += [ | ||
| 16 | "NotificationCenterNotifier.mm", | ||
| 17 | "NotificationCenterNotifierDelegate.mm", | ||
| 18 | ] | ||
| 19 | |||
| 14 | if swiftools_env.get("HAVE_SNARL", False) : | 20 | if swiftools_env.get("HAVE_SNARL", False) : |
| 15 | myenv.MergeFlags(myenv["SNARL_FLAGS"]) | 21 | myenv.MergeFlags(myenv["SNARL_FLAGS"]) |
| 16 | sources += [ | 22 | sources += [ |
| 17 | "SnarlNotifier.cpp", | 23 | "SnarlNotifier.cpp", |
| 18 | ] | 24 | ] |
Swift