Patch ToastNotifications/GNUmakefile to work for now - need t eventually make it GNUstep proper

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/branches/gnustep_testplant_branch@39740 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2016-05-11 21:13:45 +00:00
parent 58ca6b5c8e
commit 1f2f248ed6

View file

@ -9,6 +9,8 @@ clean:
(rm -rf ToastNotifications/ToastNotifications/Release)
(rm -rf ToastNotifications/ipch ToastNotifications/*.sdf)
distclean: clean
obj:
mkdir -p obj
@ -20,4 +22,6 @@ ToastNotifications-0.dll: obj ToastNotifications/Debug/ToastNotifications.dll
else
ToastNotifications-0.dll: obj ToastNotifications/Release/ToastNotifications.dll
cp -p ToastNotifications/Release/ToastNotifications.dll obj/ToastNotifications-0.dll
endif
endif
include $(GNUSTEP_MAKEFILES)/common.make