2016-05-11 20:46:04 +00:00
|
|
|
|
2016-05-11 21:33:19 +00:00
|
|
|
ifeq ($(debug),yes)
|
|
|
|
ToastNotifications-0.dll: obj ToastNotifications/Debug/ToastNotifications.dll
|
|
|
|
cp -p ToastNotifications/Debug/ToastNotifications.dll obj/ToastNotifications-0.dll
|
|
|
|
else
|
|
|
|
ToastNotifications-0.dll: obj ToastNotifications/Release/ToastNotifications.dll
|
|
|
|
cp -p ToastNotifications/Release/ToastNotifications.dll obj/ToastNotifications-0.dll
|
2016-05-11 20:46:04 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
2016-05-11 21:33:19 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
|
|
|
-include GNUmakefile.postamble
|