Changeset 4131 for trunk/tools
- Timestamp:
- Aug 31, 2000, 5:05:05 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/dbginfo/makefile
r4130 r4131 1 # $Id: makefile,v 1. 5 2000-08-31 03:02:28bird Exp $1 # $Id: makefile,v 1.6 2000-08-31 03:05:05 bird Exp $ 2 2 # 3 3 # Makefile for debug info convertes - experimental. … … 33 33 34 34 # All rule - build objs, target dll, copies dll to bin and makes libs. 35 all: kHll 5.exeSym2Hll.exe dbgLXDumper.exe35 all: kHll.exe # Sym2Hll.exe dbgLXDumper.exe 36 36 37 37 … … 46 46 # New LX debug info dumper. 47 47 # 48 kHll 5.exe: kHll.obj kHllMain.obj $(COMMONLIB)48 kHll.exe: kHll.obj kHllMain.obj $(COMMONLIB) 49 49 $(LD2) $(LD2FLAGS) /PMTYPE:vio /EXEC /OUT:$@ $** $(RTLLIB) os2386.lib 50 50
Note:
See TracChangeset
for help on using the changeset viewer.