Ignore:
Timestamp:
Aug 26, 2007, 3:13:35 AM (18 years ago)
Author:
bird
Message:

made kDbg compile again (not linking yet though).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/kDbg/Makefile.kmk

    r3537 r3550  
    3131# kDbg - The profiler module.
    3232#
    33 DLLS += kDbg
     33#DLLS += kDbg - disabled for now.
    3434kDbg_TEMPLATE = kStuffDLL
    3535kDbg_DEFS = KDBG_BUILDING KDBG_RESIDES_IN_DLL
     
    3737kDbg_SOURCES := \
    3838        kDbgModule.cpp \
    39         kDbgModPE.cpp \
    40         \
    4139        kDbgLine.cpp \
    42         \
    43         kDbgSymbol.cpp \
    44         \
    45         kDbgHlpCrt.cpp
     40        kDbgSymbol.cpp
    4641
    4742kDbg_SOURCES += \
     
    6661kDbgDump_LIBS = \
    6762        $(TARGET_kDbgStatic) \
    68         $(TARGET_kDbgStatic:kDbgStatic=kLdrStatic)
     63        $(subst kDbg,kLdr,$(TARGET_kDbgStatic)) \
     64        $(subst kDbg,kRdr,$(TARGET_kDbgStatic))
    6965
    7066# Generate the rules
Note: See TracChangeset for help on using the changeset viewer.