Ignore:
Timestamp:
Jul 6, 1999, 5:48:48 PM (26 years ago)
Author:
phaller
Message:

Add: HandleManager support for kernel objects, various fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/makefile

    r262 r278  
    1 # $Id: makefile,v 1.10 1999-07-04 09:41:33 sandervl Exp $
     1# $Id: makefile,v 1.11 1999-07-06 15:48:48 phaller Exp $
    22
    33#
     
    5757       hmdevice.obj \
    5858       hmopen32.obj \
     59       hmobjects.obj \
     60       hmevent.obj \
     61       hmmutex.obj \
     62       hmsemaphore.obj \
    5963       wprocess.OBJ \
    6064       conprop.OBJ \
     
    297301        $(PDWIN32_INCLUDE)\handlemanager.h
    298302
     303hmobjects.obj: \
     304        .\hmobjects.cpp \
     305        .\hmobjects.h \
     306        $(PDWIN32_INCLUDE)\handlemanager.h
     307
     308hmevent.obj: \
     309        .\hmevent.cpp \
     310        .\hmevent.h \
     311        .\hmdevice.h \
     312        .\hmopen32.h
     313
     314hmmutex.obj: \
     315        .\hmmutex.cpp \
     316        .\hmmutex.h \
     317        .\hmdevice.h \
     318        .\hmopen32.h
     319
     320hmsemaphore.obj: \
     321        .\hmsemaphore.cpp \
     322        .\hmsemaphore.h \
     323        .\hmdevice.h \
     324        .\hmopen32.h
    299325
    300326conprop.OBJ: \
Note: See TracChangeset for help on using the changeset viewer.