Changeset 4402 for trunk/tools/common/makefile
- Timestamp:
- Oct 3, 2000, 7:42:41 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/common/makefile
r4358 r4402 1 # $Id: makefile,v 1. 6 2000-10-02 04:01:40bird Exp $1 # $Id: makefile,v 1.7 2000-10-03 05:42:39 bird Exp $ 2 2 3 3 # … … 24 24 25 25 26 needed: commonicc.lib 26 needed: commonicc.lib $(PDWIN32_TOOLS)\kDef2Wat.exe 27 27 28 28 … … 39 39 @$(MAKE_CMD) OMF=1 -f makefile.gcc 40 40 41 kDump.exe: dummy 41 42 $(PDWIN32_TOOLS)\kDump.exe $(OBJDIR)\kDump.exe kDump.exe: dummy 42 43 -@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 $@ 44 50 45 51
Note:
See TracChangeset
for help on using the changeset viewer.