Changeset 4358 for trunk/tools/common/makefile.icc
- Timestamp:
- Oct 2, 2000, 6:01:40 AM (25 years ago)
- File:
-
- 1 edited
-
trunk/tools/common/makefile.icc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/common/makefile.icc
r3592 r4358 1 # $Id: makefile.icc,v 1.1 0 2000-05-23 18:23:04bird Exp $1 # $Id: makefile.icc,v 1.11 2000-10-02 04:01:40 bird Exp $ 2 2 3 3 # … … 52 52 53 53 54 # CommonICC 54 55 commonicc.lib: $(OBJDIR)\commonicc.lib 55 56 $(CP) $** $@ … … 58 59 $(RM) $@ 59 60 $(ILIB) /nobackup $@ $(OBJS: = +), NUL; 61 62 # kDump 63 kDump.exe: $(OBJDIR)\kDump.exe 64 $(CP) $** $@ 65 66 $(OBJDIR)\kDump.exe: commonicc.lib $(OBJDIR)\kDump.obj 67 $(LD) $(LDFLAGS) -Fe$@ $** $(RTLLIB) OS2386.LIB 60 68 61 69
Note:
See TracChangeset
for help on using the changeset viewer.
