Changeset 785 in kBuild for trunk/src/lib/kDep.c
- Timestamp:
- Jan 24, 2007 10:21:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/kDep.c
r733 r785 2 2 /** @file 3 3 * 4 * kDep - Common Dependency Managemnt Code. 5 * 6 * Copyright (c) 2004-200 6 knut st. osmundsen <[email protected]>4 * kDep - Common Dependency Managemnt Code. 5 * 6 * Copyright (c) 2004-2007 knut st. osmundsen <[email protected]> 7 7 * 8 8 * … … 84 84 #ifdef __WIN32__ 85 85 /** 86 * Corrects the case of a path and changes any path components containing 86 * Corrects the case of a path and changes any path components containing 87 87 * spaces with the short name (which can be longer). 88 * 88 * 89 89 * Expects a _fullpath! 90 90 *
Note:
See TracChangeset
for help on using the changeset viewer.