libs-back/Source/win32/MSUserNotifications/ToastNotifications/GNUmakefile.gnustep
Marcian Lytwyn 1df97fe5d3 Fix MSUserNotifications GNUmakefile processing to adhere to conventions
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/branches/gnustep_testplant_branch@39741 72102866-910b-0410-8b05-ffd578937521
2016-05-11 21:33:19 +00:00

12 lines
477 B
Text

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
endif
include $(GNUSTEP_MAKEFILES)/common.make
include $(GNUSTEP_MAKEFILES)/aggregate.make
-include GNUmakefile.postamble