Ignore:
Timestamp:
Oct 3, 2000, 7:42:41 AM (25 years ago)
Author:
bird
Message:

Implemented .Def to WLINK directives/options converter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/common/makefile

    r4358 r4402  
    1 # $Id: makefile,v 1.6 2000-10-02 04:01:40 bird Exp $
     1# $Id: makefile,v 1.7 2000-10-03 05:42:39 bird Exp $
    22
    33#
     
    2424
    2525
    26 needed: commonicc.lib
     26needed: commonicc.lib $(PDWIN32_TOOLS)\kDef2Wat.exe
    2727
    2828
     
    3939    @$(MAKE_CMD) OMF=1 -f makefile.gcc
    4040
    41 kDump.exe: dummy
     41
     42$(PDWIN32_TOOLS)\kDump.exe $(OBJDIR)\kDump.exe kDump.exe: dummy
    4243    -@echo $@
    43     @$(MAKE_CMD) -f makefile.icc kDump.exe
     44    @$(MAKE_CMD) -f makefile.icc $@
     45
     46
     47$(PDWIN32_TOOLS)\kDef2Wat.exe $(OBJDIR)\kDef2Wat.exe kDef2Wat.exe: dummy
     48    -@echo $@
     49    @$(MAKE_CMD) -f makefile.icc $@
    4450
    4551
Note: See TracChangeset for help on using the changeset viewer.