Ignore:
Timestamp:
Dec 31, 1999, 11:47:12 AM (26 years ago)
Author:
sandervl
Message:

EB's debug support added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/makefile

    r2253 r2280  
    1 # $Id: makefile,v 1.75 1999-12-29 18:49:50 sandervl Exp $
     1# $Id: makefile,v 1.76 1999-12-31 10:47:11 sandervl Exp $
    22
    33#
     
    4747atom.obj disk.obj directory.obj cvtbitmap.obj hmmmap.obj winfakepeldr.obj \
    4848cvtaccel.obj cvticon.obj cvticongrp.obj oslibexcept.obj cpu.obj process.obj \
    49 cvtcursor.obj cvtcursorgrp.obj stubs.obj interlock.obj toolhelp.obj codepage.obj
     49cvtcursor.obj cvtcursorgrp.obj stubs.obj interlock.obj toolhelp.obj codepage.obj \
     50debug.obj oslibdebug.obj
    5051
    5152
     
    211212    $(PDWIN32_INCLUDE)\wprocess.h \
    212213    $(PDWIN32_INCLUDE)\win\thread.h \
     214    oslibdebug.h \
    213215    console2.h \
    214216    mmap.h \
     
    413415codepage.obj: codepage.cpp oslibdos.h profile.h $(PDWIN32_INCLUDE)\codepage.h
    414416
     417debug.obj:      debug.cpp oslibdebug.h
     418oslibdebug.obj: oslibdebug.cpp oslibdebug.h
     419
    415420clean:
    416421        $(RM) *.OBJ *.LIB *.dll *.lrf *.res *.map *.pch kernelrsrc.asm
Note: See TracChangeset for help on using the changeset viewer.