Ignore:
Timestamp:
Aug 24, 1999, 4:36:05 PM (26 years ago)
Author:
phaller
Message:

Add: HandleManager support for memory mapped files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/makefile

    r657 r659  
    1 # $Id: makefile,v 1.27 1999-08-24 12:23:24 sandervl Exp $
     1# $Id: makefile,v 1.28 1999-08-24 14:36:05 phaller Exp $
    22
    33#
     
    2727 WIN32UTIL.OBJ heap.OBJ heapstring.obj os2heap.OBJ \
    2828 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 \
    3030 hmmutex.obj hmsemaphore.obj wprocess.OBJ conprop.OBJ \
    3131 winimage.OBJ windll.OBJ winexe.OBJ time.obj mmap.obj \
     
    3333 atom.obj disk.obj directory.obj cvtbitmap.obj \
    3434 cvtmenu.obj cvtaccel.obj cvticon.obj cvticongrp.obj \
    35  cvtcursor.obj cvtcursorgrp.obj stubs.obj 
     35 cvtcursor.obj cvtcursorgrp.obj stubs.obj
    3636
    3737
     
    286286        .\hmopen32.h
    287287
     288hmfilemapping.obj: \
     289        .\hmfilemapping.cpp \
     290        .\hmfilemapping.h \
     291        .\hmdevice.h
     292
    288293conprop.OBJ: \
    289294        .\conprop.h \
Note: See TracChangeset for help on using the changeset viewer.