Changeset 659 for trunk/src/kernel32/makefile
- Timestamp:
- Aug 24, 1999, 4:36:05 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/makefile
r657 r659 1 # $Id: makefile,v 1.2 7 1999-08-24 12:23:24 sandervlExp $1 # $Id: makefile,v 1.28 1999-08-24 14:36:05 phaller Exp $ 2 2 3 3 # … … 27 27 WIN32UTIL.OBJ heap.OBJ heapstring.obj os2heap.OBJ \ 28 28 vmutex.OBJ initterm.OBJ os2util.OBJ handlemanager.OBJ \ 29 hmdevice.obj hmopen32.obj hmobjects.obj hmevent.obj \29 hmdevice.obj hmopen32.obj hmobjects.obj hmevent.obj hmfilemapping.obj \ 30 30 hmmutex.obj hmsemaphore.obj wprocess.OBJ conprop.OBJ \ 31 31 winimage.OBJ windll.OBJ winexe.OBJ time.obj mmap.obj \ … … 33 33 atom.obj disk.obj directory.obj cvtbitmap.obj \ 34 34 cvtmenu.obj cvtaccel.obj cvticon.obj cvticongrp.obj \ 35 cvtcursor.obj cvtcursorgrp.obj stubs.obj 35 cvtcursor.obj cvtcursorgrp.obj stubs.obj 36 36 37 37 … … 286 286 .\hmopen32.h 287 287 288 hmfilemapping.obj: \ 289 .\hmfilemapping.cpp \ 290 .\hmfilemapping.h \ 291 .\hmdevice.h 292 288 293 conprop.OBJ: \ 289 294 .\conprop.h \
Note:
See TracChangeset
for help on using the changeset viewer.