Ignore:
Timestamp:
Aug 24, 1999, 8:48:10 PM (26 years ago)
Author:
sandervl
Message:

Memory mapped file changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/makefile

    r659 r664  
    1 # $Id: makefile,v 1.28 1999-08-24 14:36:05 phaller Exp $
     1# $Id: makefile,v 1.29 1999-08-24 18:46:39 sandervl 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 hmfilemapping.obj \
     29 hmdevice.obj hmopen32.obj hmobjects.obj hmevent.obj \
    3030 hmmutex.obj hmsemaphore.obj wprocess.OBJ conprop.OBJ \
    3131 winimage.OBJ windll.OBJ winexe.OBJ time.obj mmap.obj \
    3232 pefile.OBJ winimgres.OBJ wintls.obj async.OBJ fileio.obj \
    33  atom.obj disk.obj directory.obj cvtbitmap.obj \
     33 atom.obj disk.obj directory.obj cvtbitmap.obj hmmmap.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
     
    251251handlemanager.OBJ: \
    252252        .\handlemanager.cpp \
     253        .\hmevent.h \
     254        .\hmmutex.h \
     255        .\hmopen32.h \
     256        .\hmsemaphore.h \
     257        .\hmmmap.h \
    253258        $(PDWIN32_INCLUDE)\handlemanager.h
    254259
     
    286291        .\hmopen32.h
    287292
    288 hmfilemapping.obj: \
    289         .\hmfilemapping.cpp \
    290         .\hmfilemapping.h \
    291         .\hmdevice.h
     293hmmmap.obj: hmmmap.cpp hmdevice.h hmopen32.h mmap.h
    292294
    293295conprop.OBJ: \
     
    301303        $(PDWIN32_INCLUDE)\unicode.h
    302304
    303 virtual.obj:   virtual.cpp $(PDWIN32_INCLUDE)\win\virtual.h mmap.h
     305virtual.obj:   virtual.cpp $(PDWIN32_INCLUDE)\win\virtual.h $(PDWIN32_INCLUDE)\handlemanager.h
    304306mmap.obj:      mmap.cpp mmap.h $(PDWIN32_INCLUDE)\vmutex.h
    305307
Note: See TracChangeset for help on using the changeset viewer.