Changeset 1490 for trunk/src/kernel32/makefile
- Timestamp:
- Oct 28, 1999, 2:01:12 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/makefile
r1481 r1490 1 # $Id: makefile,v 1. 49 1999-10-27 18:11:39sandervl Exp $1 # $Id: makefile,v 1.50 1999-10-28 12:01:12 sandervl Exp $ 2 2 3 3 # … … 132 132 os2heap.h 133 133 134 initterm.OBJ: .\initterm.cpp initterm.h heapshared.h mmap.h134 initterm.OBJ: .\initterm.cpp initterm.h $(PDWIN32_INCLUDE)\heapshared.h mmap.h 135 135 136 136 thunk.OBJ: \ … … 310 310 .\hmopen32.h 311 311 312 hmmmap.obj: hmmmap.cpp hmdevice.h hmopen32.h mmap.h heapshared.h312 hmmmap.obj: hmmmap.cpp hmdevice.h hmopen32.h mmap.h $(PDWIN32_INCLUDE)\heapshared.h 313 313 314 314 conprop.OBJ: \ … … 327 327 328 328 virtual.obj: virtual.cpp $(PDWIN32_INCLUDE)\win\virtual.h $(PDWIN32_INCLUDE)\handlemanager.h mmap.h 329 mmap.obj: mmap.cpp mmap.h $(PDWIN32_INCLUDE)\vmutex.h oslibdos.h heapshared.h329 mmap.obj: mmap.cpp mmap.h $(PDWIN32_INCLUDE)\vmutex.h oslibdos.h $(PDWIN32_INCLUDE)\heapshared.h 330 330 331 331 pefile.OBJ: pefile.cpp $(PDWIN32_INCLUDE)\pefile.h $(PDWIN32_INCLUDE)\winres.h … … 362 362 toolhelp.obj: toolhelp.cpp 363 363 364 heapshared.obj: heapshared.cpp heapshared.h364 heapshared.obj: heapshared.cpp $(PDWIN32_INCLUDE)\heapshared.h 365 365 366 366
Note:
See TracChangeset
for help on using the changeset viewer.