Ignore:
Timestamp:
Dec 9, 1999, 12:59:28 PM (26 years ago)
Author:
sandervl
Message:

create reg keys for CSD version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/makefile

    r2042 r2044  
    1 # $Id: makefile,v 1.68 1999-12-09 11:00:40 sandervl Exp $
     1# $Id: makefile,v 1.69 1999-12-09 11:59:28 sandervl Exp $
    22
    33#
     
    3535LFILE.OBJ NPIPE.OBJ oslibdos.obj oslibmisc.obj MISC.OBJ EXCEPTUTIL.OBJ \
    3636LANG.OBJ ICCIO.OBJ MAP.OBJ WIN32UTIL.OBJ heap.OBJ heapstring.obj \
    37 os2heap.OBJ vmutex.OBJ initterm.OBJ handlemanager.OBJ environ.obj \
     37os2heap.OBJ vmutex.OBJ initterm.OBJ handlemanager.OBJ environ.obj initsystem.obj \
    3838hmdevice.obj hmopen32.obj hmobjects.obj hmevent.obj hmmutex.obj hmcomm.obj \
    3939hmsemaphore.obj wprocess.OBJ conprop.OBJ conprop2.obj winimagelx.obj \
     
    151151    initterm.h
    152152
    153 initterm.OBJ: .\initterm.cpp initterm.h  $(PDWIN32_INCLUDE)\heapshared.h  mmap.h directory.h hmdevio.h cpuhlp.h $(PDWIN32_INCLUDE)\heapcode.h
     153initterm.OBJ: .\initterm.cpp initterm.h  $(PDWIN32_INCLUDE)\heapshared.h  mmap.h directory.h hmdevio.h initsystem.h $(PDWIN32_INCLUDE)\heapcode.h
     154initsystem.obj: initsystem.cpp cpuhlp.h initsystem.h $(PDWIN32_INCLUDE)\misc.h directory.h
    154155
    155156thunk.OBJ: \
Note: See TracChangeset for help on using the changeset viewer.