Changeset 1628 for trunk/src/kernel32/makefile
- Timestamp:
- Nov 8, 1999, 2:43:13 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/makefile
r1492 r1628 1 # $Id: makefile,v 1.5 1 1999-10-28 15:22:09sandervl Exp $1 # $Id: makefile,v 1.52 1999-11-08 13:43:12 sandervl Exp $ 2 2 3 3 # … … 97 97 directory.obj: directory.cpp \ 98 98 $(PDWIN32_INCLUDE)\unicode.h \ 99 initterm.h 99 initterm.h directory.h oslibdos.h 100 100 101 101 disk.obj: disk.cpp \ … … 111 111 112 112 fileio.obj: fileio.cpp \ 113 $(PDWIN32_INCLUDE)\unicode.h 113 $(PDWIN32_INCLUDE)\unicode.h 114 114 115 115 thread.OBJ: \ … … 135 135 os2heap.h 136 136 137 initterm.OBJ: .\initterm.cpp initterm.h $(PDWIN32_INCLUDE)\heapshared.h mmap.h 137 initterm.OBJ: .\initterm.cpp initterm.h $(PDWIN32_INCLUDE)\heapshared.h mmap.h directory.h 138 138 139 139 thunk.OBJ: \
Note:
See TracChangeset
for help on using the changeset viewer.