Ignore:
Timestamp:
Aug 26, 1999, 5:05:14 PM (26 years ago)
Author:
sandervl
Message:

VirtualProtect bugfix + some additions to oslib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/makefile

    r705 r707  
    1 # $Id: makefile,v 1.34 1999-08-26 12:55:36 sandervl Exp $
     1# $Id: makefile,v 1.35 1999-08-26 15:05:14 sandervl Exp $
    22
    33#
     
    189189conin.OBJ: \
    190190    .\conin.h \
     191    .\hmdevice.h \
    191192    .\conin.cpp
    192193
    193194conout.OBJ: \
    194195    .\conout.h \
     196    .\hmdevice.h \
    195197    .\conout.cpp
    196198
    197199conbuffer.OBJ: \
    198200    .\conbuffer.h \
     201    .\hmdevice.h \
    199202    .\conbuffer.cpp
    200203
     
    265268hmopen32.OBJ: \
    266269        .\hmopen32.cpp \
     270        .\hmdevice.h \
    267271        .\hmopen32.h \
    268272        $(PDWIN32_INCLUDE)\handlemanager.h
     
    270274hmobjects.obj: \
    271275        .\hmobjects.cpp \
     276        .\hmdevice.h \
    272277        .\hmobjects.h \
    273278        $(PDWIN32_INCLUDE)\handlemanager.h
     
    304309
    305310virtual.obj:   virtual.cpp $(PDWIN32_INCLUDE)\win\virtual.h $(PDWIN32_INCLUDE)\handlemanager.h mmap.h
    306 mmap.obj:      mmap.cpp mmap.h $(PDWIN32_INCLUDE)\vmutex.h oslibdos.h
     311mmap.obj:      mmap.cpp mmap.h $(PDWIN32_INCLUDE)\vmutex.h oslibdos.h 
    307312
    308313pefile.OBJ:    pefile.cpp $(PDWIN32_INCLUDE)\pefile.h
Note: See TracChangeset for help on using the changeset viewer.