Changeset 3602
- Timestamp:
- Oct 29, 2007, 1:24:04 AM (18 years ago)
- Location:
- trunk/kStuff
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kStuff/Config.kmk
r3598 r3602 1 1 # $Id$ 2 2 ## @file 3 #4 3 # kBuild configuration for kStuff 5 4 # 6 # Copyright (c) 2006-2007 knut st. osmundsen <bird@anduin.net> 5 7 6 # 7 # Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 # 9 # This file is part of k *.9 # This file is part of kStuff. 10 10 # 11 # k * is free software; you can redistribute it and/or modify12 # it under the terms of the GNU General Public License as published by13 # the Free Software Foundation; either version 2 of the License, or14 # (at your option) any later version.11 # kStuff is free software; you can redistribute it and/or 12 # modify it under the terms of the GNU Lesser General Public 13 # License as published by the Free Software Foundation; either 14 # version 2.1 of the License, or (at your option) any later version. 15 15 # 16 # k *is distributed in the hope that it will be useful,16 # kStuff is distributed in the hope that it will be useful, 17 17 # but WITHOUT ANY WARRANTY; without even the implied warranty of 18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 # GNUGeneral Public License for more details.18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 # Lesser General Public License for more details. 20 20 # 21 # You should have received a copy of the GNU General Public License 22 # along with k*; if not, write to the Free Software 23 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 # 21 # You should have received a copy of the GNU Lesser General Public 22 # License along with kStuff; if not, write to the Free Software 23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 25 24 # 26 25 … … 46 45 47 46 TEMPLATE_kStuff_DEFS.freebsd = KS_OS_FREEBSD 47 TEMPLATE_kStuff_DEFS.darwin = KS_OS_DARWIN 48 48 TEMPLATE_kStuff_DEFS.linux = KS_OS_LINUX 49 TEMPLATE_kStuff_DEFS.netbsd = KS_OS_NETBSD 50 TEMPLATE_kStuff_DEFS.openbsd = KS_OS_OPENBSD 49 51 TEMPLATE_kStuff_DEFS.os2 = KS_OS_OS2 52 TEMPLATE_kStuff_DEFS.solaris = KS_OS_SOLARIS 50 53 TEMPLATE_kStuff_DEFS.win = KS_OS_WINDOWS _CRT_SECURE_NO_DEPRECATE _CRT_NONSTDC_NO_WARNINGS 51 54 -
trunk/kStuff/Makefile.kmk
r3585 r3602 5 5 6 6 # 7 # Copyright (c) 200 6-2007 knut st. osmundsen <bird-src-spam@anduin.net>7 # Copyright (c) 2007 knut st. osmundsen <bird-kStuff-spam@anduin.net> 8 8 # 9 9 # This file is part of kStuff. … … 22 22 # License along with kStuff; if not, write to the Free Software 23 23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 24 #25 24 # 26 25
Note:
See TracChangeset
for help on using the changeset viewer.