Changeset 2413 in kBuild for trunk/src/fastdep
- Timestamp:
- Sep 11, 2010 5:43:04 PM (14 years ago)
- Location:
- trunk/src/fastdep
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/fastdep/Makefile
r2243 r2413 6 6 # Makefile for the Quick-and-Dirty dependency utility. (FastDep) 7 7 # 8 # Copyright (c) 1999-20 09 knut st. osmundsen ([email protected])8 # Copyright (c) 1999-2010 knut st. osmundsen <[email protected]> 9 9 # 10 10 # GPL -
trunk/src/fastdep/Makefile.kmk
r2243 r2413 5 5 6 6 # 7 # Copyright (c) 2007-20 09 knut st. osmundsen <bird-kBuild-spami[email protected]>7 # Copyright (c) 2007-2010 knut st. osmundsen <bird-kBuild-spam[email protected]> 8 8 # 9 9 # This file is part of kBuild. -
trunk/src/fastdep/fastdep.c
r2243 r2413 3 3 * Fast dependents. (Fast = Quick and Dirty!) 4 4 * 5 * Copyright (c) 1999-20 09 knut st. osmundsen ([email protected])5 * Copyright (c) 1999-2010 knut st. osmundsen <[email protected]> 6 6 * 7 7 * GPL … … 1006 1006 "\n" 1007 1007 "Options and files could be mixed.\n" 1008 " copyright (c) 1999-20 09 knut st. osmundsen (bird-kBuild-spami[email protected])\n",1008 " copyright (c) 1999-2010 knut st. osmundsen (bird-kBuild-spam[email protected])\n", 1009 1009 ODIN32_BUILD_NR, 1010 1010 pszDefaultDepFile
Note:
See TracChangeset
for help on using the changeset viewer.