Author: mlytwyn
Date: Wed May 11 23:38:29 2016
New Revision: 39742
URL: http://svn.gna.org/viewcvs/gnustep?rev=39742&view=rev
Log:
Add GNUstep license header and a couple of cleanups to MSUserNotifications
GNUmakefiles
Modified:
libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/ToastNotifications/GNUmakefile
libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/ToastNotifications/GNUmakefile.postamble
Modified:
libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/ToastNotifications/GNUmakefile
URL:
http://svn.gna.org/viewcvs/gnustep/libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/ToastNotifications/GNUmakefile?rev=39742&r1=39741&r2=39742&view=diff
==============================================================================
---
libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/ToastNotifications/GNUmakefile
(original)
+++
libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/ToastNotifications/GNUmakefile
Wed May 11 23:38:29 2016
@@ -1,11 +1,19 @@
-
-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
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; see the file COPYING.LIB.
+# If not, see <http://www.gnu.org/licenses/> or write to the
+# Free Software Foundation, 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
include $(GNUSTEP_MAKEFILES)/common.make
include $(GNUSTEP_MAKEFILES)/aggregate.make
Modified:
libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/ToastNotifications/GNUmakefile.postamble
URL:
http://svn.gna.org/viewcvs/gnustep/libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/ToastNotifications/GNUmakefile.postamble?rev=39742&r1=39741&r2=39742&view=diff
==============================================================================
---
libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/ToastNotifications/GNUmakefile.postamble
(original)
+++
libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/ToastNotifications/GNUmakefile.postamble
Wed May 11 23:38:29 2016
@@ -1,9 +1,34 @@
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; see the file COPYING.LIB.
+# If not, see <http://www.gnu.org/licenses/> or write to the
+# Free Software Foundation, 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
+
+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
+
# Things to do before compiling
-before-all:: ToastNotifications-0.dll
- mkdir -p obj
+# before-all:: ToastNotifications-0.dll
+# mkdir -p obj
# Things to do after compiling
-# after-all::
+after-all:: ToastNotifications-0.dll
# Things to do after clean
after-clean::
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs