Changeset 2019 for trunk/src/lib
- Timestamp:
- Nov 2, 2008, 1:21:05 AM (17 years ago)
- Location:
- trunk/src/lib
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/Makefile.kmk
r1665 r2019 5 5 6 6 # 7 # Copyright (c) 2006-2008 knut st. osmundsen <bird- kBuild-spam@anduin.net>7 # Copyright (c) 2006-2008 knut st. osmundsen <bird-src-spam@anduin.net> 8 8 # 9 9 # This file is part of kBuild. … … 11 11 # kBuild is free software; you can redistribute it and/or modify 12 12 # it under the terms of the GNU General Public License as published by 13 # the Free Software Foundation; either version 2of the License, or13 # the Free Software Foundation; either version 3 of the License, or 14 14 # (at your option) any later version. 15 15 # … … 20 20 # 21 21 # You should have received a copy of the GNU General Public License 22 # along with kBuild; if not, write to the Free Software 23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 22 # along with kBuild. If not, see <http://www.gnu.org/licenses/> 24 23 # 25 24 # -
trunk/src/lib/kDep.c
r1733 r2019 1 1 /* $Id$ */ 2 2 /** @file 3 *4 3 * kDep - Common Dependency Managemnt Code. 5 * 6 * Copyright (c) 2004-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net> 7 * 4 */ 5 6 /* 7 * Copyright (c) 2004-2008 knut st. osmundsen <bird-src-spam@anduin.net> 8 8 * 9 9 * This file is part of kBuild. … … 11 11 * kBuild is free software; you can redistribute it and/or modify 12 12 * it under the terms of the GNU General Public License as published by 13 * the Free Software Foundation; either version 2of the License, or13 * the Free Software Foundation; either version 3 of the License, or 14 14 * (at your option) any later version. 15 15 * … … 20 20 * 21 21 * You should have received a copy of the GNU General Public License 22 * along with kBuild; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 * 25 */ 26 22 * along with kBuild. If not, see <http://www.gnu.org/licenses/> 23 * 24 */ 27 25 28 26 /******************************************************************************* … … 328 326 if (!pDep) 329 327 { 330 fprintf(stderr, "\nOut of memory! (requested %lx bytes)\n\n", 328 fprintf(stderr, "\nOut of memory! (requested %lx bytes)\n\n", 331 329 (unsigned long)(sizeof(*pDep) + cchFilename)); 332 330 exit(1); -
trunk/src/lib/kDep.h
r1165 r2019 1 1 /* $Id$ */ 2 2 /** @file 3 *4 3 * kDep - Common Dependency Managemnt Code. 5 * 6 * Copyright (c) 2004-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net> 7 * 4 */ 5 6 /* 7 * Copyright (c) 2004-2008 knut st. osmundsen <bird-src-spam@anduin.net> 8 8 * 9 9 * This file is part of kBuild. … … 11 11 * kBuild is free software; you can redistribute it and/or modify 12 12 * it under the terms of the GNU General Public License as published by 13 * the Free Software Foundation; either version 2of the License, or13 * the Free Software Foundation; either version 3 of the License, or 14 14 * (at your option) any later version. 15 15 * … … 20 20 * 21 21 * You should have received a copy of the GNU General Public License 22 * along with kBuild; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 * along with kBuild. If not, see <http://www.gnu.org/licenses/> 24 23 * 25 24 */ 26 25 27 28 #ifndef __kDep_h__ 29 #define __kDep_h__ 26 #ifndef ___kDep_h 27 #define ___kDep_h 30 28 31 29 /** A dependency. */ -
trunk/src/lib/mytypes.h
-
Property svn:keywords
changed from
Id
toAuthor Date Id Revision
r1009 r2019 1 1 /* $Id$ */ 2 2 /** @file 3 *4 3 * mytypes - wrapper that ensures the necessary uintXY_t types are defined. 5 * 6 * Copyright (c) 2007 knut st. osmundsen <bird-src-spam@anduin.net> 7 * 4 */ 5 6 /* 7 * Copyright (c) 2007-2008 knut st. osmundsen <bird-src-spam@anduin.net> 8 8 * 9 9 * This file is part of kBuild. … … 11 11 * kBuild is free software; you can redistribute it and/or modify 12 12 * it under the terms of the GNU General Public License as published by 13 * the Free Software Foundation; either version 2of the License, or13 * the Free Software Foundation; either version 3 of the License, or 14 14 * (at your option) any later version. 15 15 * … … 20 20 * 21 21 * You should have received a copy of the GNU General Public License 22 * along with kBuild; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 * along with kBuild. If not, see <http://www.gnu.org/licenses/> 24 23 * 25 24 */ … … 40 39 #endif 41 40 42 #endif 41 #endif 43 42 -
Property svn:keywords
changed from
-
trunk/src/lib/nt_fullpath.c
-
Property svn:keywords
changed from
Id
toAuthor Date Id Revision
r1643 r2019 5 5 6 6 /* 7 * Copyright (c) 2004-200 7knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2004-2008 knut st. osmundsen <bird-src-spam@anduin.net> 8 8 * 9 9 * This file is part of kBuild. … … 11 11 * kBuild is free software; you can redistribute it and/or modify 12 12 * it under the terms of the GNU General Public License as published by 13 * the Free Software Foundation; either version 2of the License, or13 * the Free Software Foundation; either version 3 of the License, or 14 14 * (at your option) any later version. 15 15 * … … 20 20 * 21 21 * You should have received a copy of the GNU General Public License 22 * along with kBuild; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 22 * along with kBuild. If not, see <http://www.gnu.org/licenses/> 24 23 * 25 24 */ 26 25 26 /******************************************************************************* 27 * Header Files * 28 *******************************************************************************/ 27 29 #include <Windows.h> 28 30 #include <stdio.h> -
Property svn:keywords
changed from
-
trunk/src/lib/startuphacks-win.c
-
Property svn:keywords
changed from
Id
toAuthor Date Id Revision
r1106 r2019 1 1 /* $Id$ */ 2 2 /** @file 3 *4 3 * kBuild - Alternative argument parser for the windows startup code. 5 4 * 5 * @todo Update license when SED is updated. 6 */ 7 8 /* 6 9 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net> 7 10 * … … 26 29 * 27 30 */ 28 29 31 30 32 /******************************************************************************* -
Property svn:keywords
changed from
-
trunk/src/lib/wrapper.c
-
Property svn:keywords
changed from
Id
toAuthor Date Id Revision
r1322 r2019 5 5 6 6 /* 7 * Copyright (c) 2007 knut st. osmundsen <bird-src-spam@anduin.net>7 * Copyright (c) 2007-2008 knut st. osmundsen <bird-src-spam@anduin.net> 8 8 * 9 9 * This file is part of kBuild. … … 11 11 * kBuild is free software; you can redistribute it and/or modify 12 12 * it under the terms of the GNU General Public License as published by 13 * the Free Software Foundation; either version 2of the License, or13 * the Free Software Foundation; either version 3 of the License, or 14 14 * (at your option) any later version. 15 15 * … … 20 20 * 21 21 * You should have received a copy of the GNU General Public License 22 * along with kBuild; if not, write to the Free Software 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 22 * along with kBuild. If not, see <http://www.gnu.org/licenses/> 24 23 * 25 24 */ 26 25 26 /******************************************************************************* 27 * Header Files * 28 *******************************************************************************/ 27 29 #include <stdio.h> 28 30 #include <string.h> -
Property svn:keywords
changed from
Note:
See TracChangeset
for help on using the changeset viewer.