Ignore:
Timestamp:
Aug 23, 2007, 2:28:15 AM (18 years ago)
Author:
bird
Message:

hacking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kDbg/Makefile.kmk

    r3530 r3534  
    6161## kDbgDump - Test program which dumps whatever is thrown at it.
    6262##
    63 #PROGRAMS += kDbgDump
     63PROGRAMS += kDbgDump
    6464kDbgDump_TEMPLATE = kStuffEXE
    6565kDbgDump_SOURCES = kDbgDump.cpp
    66 kDbgDump_LIBS = $(TARGET_kDbgStatic)
     66kDbgDump_LIBS = \
     67        $(TARGET_kDbgStatic) \
     68        $(TARGET_kDbgStatic:kDbgStatic=kLdrStatic)
    6769
    6870# Generate the rules
Note: See TracChangeset for help on using the changeset viewer.