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

    r3534 r4358  
    1 # $Id: makefile,v 1.5 2000-05-13 16:04:43 bird Exp $
     1# $Id: makefile,v 1.6 2000-10-02 04:01:40 bird Exp $
    22
    33#
     
    1818#
    1919
    20 PDWIN32_INCLUDE = ..\..\include
    21 PDWIN32_TOOLS   = ..\bin
    22 !include $(PDWIN32_INCLUDE)\pdwin32.mk
    23 
    24 
    25 !ifdef DEBUG
    26 MAKE_CMD = $(MAKE) -nologo DEBUG=1
    27 !else
    28 MAKE_CMD = $(MAKE) -nologo
    29 !endif
     20!include ..\..\include\pdwin32.mk
    3021
    3122
     
    4839    @$(MAKE_CMD) OMF=1 -f makefile.gcc
    4940
     41kDump.exe: dummy
     42    -@echo $@
     43    @$(MAKE_CMD) -f makefile.icc kDump.exe
     44
    5045
    5146#a simple hack to make nmake process the target.
Note: See TracChangeset for help on using the changeset viewer.