Changeset 2044 for trunk/src/kernel32/makefile
- Timestamp:
- Dec 9, 1999, 12:59:28 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/makefile
r2042 r2044 1 # $Id: makefile,v 1.6 8 1999-12-09 11:00:40sandervl Exp $1 # $Id: makefile,v 1.69 1999-12-09 11:59:28 sandervl Exp $ 2 2 3 3 # … … 35 35 LFILE.OBJ NPIPE.OBJ oslibdos.obj oslibmisc.obj MISC.OBJ EXCEPTUTIL.OBJ \ 36 36 LANG.OBJ ICCIO.OBJ MAP.OBJ WIN32UTIL.OBJ heap.OBJ heapstring.obj \ 37 os2heap.OBJ vmutex.OBJ initterm.OBJ handlemanager.OBJ environ.obj \37 os2heap.OBJ vmutex.OBJ initterm.OBJ handlemanager.OBJ environ.obj initsystem.obj \ 38 38 hmdevice.obj hmopen32.obj hmobjects.obj hmevent.obj hmmutex.obj hmcomm.obj \ 39 39 hmsemaphore.obj wprocess.OBJ conprop.OBJ conprop2.obj winimagelx.obj \ … … 151 151 initterm.h 152 152 153 initterm.OBJ: .\initterm.cpp initterm.h $(PDWIN32_INCLUDE)\heapshared.h mmap.h directory.h hmdevio.h cpuhlp.h $(PDWIN32_INCLUDE)\heapcode.h 153 initterm.OBJ: .\initterm.cpp initterm.h $(PDWIN32_INCLUDE)\heapshared.h mmap.h directory.h hmdevio.h initsystem.h $(PDWIN32_INCLUDE)\heapcode.h 154 initsystem.obj: initsystem.cpp cpuhlp.h initsystem.h $(PDWIN32_INCLUDE)\misc.h directory.h 154 155 155 156 thunk.OBJ: \
Note:
See TracChangeset
for help on using the changeset viewer.