Changeset 4131 for trunk/tools


Ignore:
Timestamp:
Aug 31, 2000, 5:05:05 AM (25 years ago)
Author:
bird
Message:

Set back target name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/dbginfo/makefile

    r4130 r4131  
    1 # $Id: makefile,v 1.5 2000-08-31 03:02:28 bird Exp $
     1# $Id: makefile,v 1.6 2000-08-31 03:05:05 bird Exp $
    22#
    33# Makefile for debug info convertes - experimental.
     
    3333
    3434# All rule - build objs, target dll, copies dll to bin and makes libs.
    35 all: kHll5.exe Sym2Hll.exe dbgLXDumper.exe
     35all: kHll.exe # Sym2Hll.exe dbgLXDumper.exe
    3636
    3737
     
    4646# New LX debug info dumper.
    4747#
    48 kHll5.exe: kHll.obj kHllMain.obj $(COMMONLIB)
     48kHll.exe: kHll.obj kHllMain.obj $(COMMONLIB)
    4949    $(LD2) $(LD2FLAGS) /PMTYPE:vio /EXEC /OUT:$@ $** $(RTLLIB) os2386.lib
    5050
Note: See TracChangeset for help on using the changeset viewer.