Ignore:
Timestamp:
Dec 18, 1999, 10:46:19 PM (26 years ago)
Author:
sandervl
Message:

Added token handlemanager class + HMHandleGetUserData export

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/makefile

    r2053 r2129  
    1 # $Id: makefile,v 1.70 1999-12-10 14:06:12 sandervl Exp $
     1# $Id: makefile,v 1.71 1999-12-18 21:45:55 sandervl Exp $
    22
    33#
     
    4141winimagepe2lx.obj winimagepeldr.obj windllpe2lx.obj windlllx.obj windllpeldr.obj \
    4242winexepe2lx.obj winexelx.obj winexepeldr.obj WINRES.OBJ critsection.obj \
    43 pefile.OBJ winimgres.OBJ wintls.obj async.OBJ fileio.obj \
     43pefile.OBJ winimgres.OBJ wintls.obj async.OBJ fileio.obj hmtoken.obj \
    4444atom.obj disk.obj directory.obj cvtbitmap.obj hmmmap.obj winfakepeldr.obj \
    4545cvtaccel.obj cvticon.obj cvticongrp.obj oslibexcept.obj cpu.obj process.obj \
     
    293293        .\hmsemaphore.h \
    294294        .\hmmmap.h \
     295        .\hmtoken.h \
    295296        $(PDWIN32_INCLUDE)\winconst.h \
     297        $(PDWIN32_INCLUDE)\handlemanager.h
     298
     299hmtoken.obj: hmtoken.cpp \
     300        .\hmtoken.h \
     301        .\hmdevice.h \
    296302        $(PDWIN32_INCLUDE)\handlemanager.h
    297303
Note: See TracChangeset for help on using the changeset viewer.