Ignore:
Timestamp:
Jan 2, 2000, 11:51:12 PM (26 years ago)
Author:
sandervl
Message:

PB: Started with named pipe api implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/makefile

    r2298 r2300  
    1 # $Id: makefile,v 1.77 2000-01-02 22:09:01 sandervl Exp $
     1# $Id: makefile,v 1.78 2000-01-02 22:51:11 sandervl Exp $
    22
    33#
     
    240240    $(PDWIN32_INCLUDE)\win32util.h
    241241
    242 npipe.OBJ: \
    243     .\npipe.cpp \
    244     $(PDWIN32_INCLUDE)\misc.h
    245 
    246242unicode.OBJ: \
    247243    .\unicode.cpp \
     
    418414debug.obj:      debug.cpp oslibdebug.h
    419415oslibdebug.obj: oslibdebug.cpp oslibdebug.h
     416npipe.obj:      npipe.cpp oslibdos.h  $(PDWIN32_INCLUDE)\misc.h
    420417
    421418clean:
Note: See TracChangeset for help on using the changeset viewer.