Ignore:
Timestamp:
Oct 2, 2000, 6:01:40 AM (25 years ago)
Author:
bird
Message:

Added some limited dump capabilities for PE executables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/common/makefile.icc

    r3592 r4358  
    1 # $Id: makefile.icc,v 1.10 2000-05-23 18:23:04 bird Exp $
     1# $Id: makefile.icc,v 1.11 2000-10-02 04:01:40 bird Exp $
    22
    33#
     
    5252
    5353
     54# CommonICC
    5455commonicc.lib: $(OBJDIR)\commonicc.lib
    5556    $(CP) $** $@
     
    5859    $(RM) $@
    5960    $(ILIB) /nobackup $@ $(OBJS: = +), NUL;
     61
     62# kDump
     63kDump.exe: $(OBJDIR)\kDump.exe
     64    $(CP) $** $@
     65
     66$(OBJDIR)\kDump.exe: commonicc.lib $(OBJDIR)\kDump.obj
     67    $(LD) $(LDFLAGS) -Fe$@ $** $(RTLLIB) OS2386.LIB
    6068
    6169
Note: See TracChangeset for help on using the changeset viewer.