- Timestamp:
- Aug 5, 1999, 9:47:22 PM (26 years ago)
- Location:
- trunk/src/kernel32
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/makefile
r358 r425 1 # $Id: makefile,v 1.1 3 1999-07-21 17:19:00 sandervlExp $1 # $Id: makefile,v 1.14 1999-08-05 19:46:46 phaller Exp $ 2 2 3 3 # … … 50 50 WIN32UTIL.OBJ \ 51 51 heap.OBJ \ 52 heapstring.obj \ 52 53 os2heap.OBJ \ 53 54 vmutex.OBJ \ … … 138 139 heap.OBJ: \ 139 140 .\heap.cpp \ 141 .\heap.h \ 140 142 os2heap.h 143 144 heapstring.obj: \ 145 .\heapstring.cpp \ 146 .\heap.h \ 147 .\heapstring.h 141 148 142 149 os2heap.OBJ: \
Note:
See TracChangeset
for help on using the changeset viewer.