mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 20:01:22 +00:00
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:
parent
58ca6b5c8e
commit
1f2f248ed6
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue