Changeset 3592 for trunk/tools/common
- Timestamp:
- May 23, 2000, 8:23:05 PM (25 years ago)
- Location:
- trunk/tools/common
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/common/makefile.gcc
r3537 r3592 1 # $Id: makefile.gcc,v 1. 5 2000-05-13 17:17:46bird Exp $1 # $Id: makefile.gcc,v 1.6 2000-05-23 18:23:04 bird Exp $ 2 2 3 3 # … … 92 92 $(OBJDIR)\kFileDef.$(O) \ 93 93 $(OBJDIR)\kFileLx.$(O) \ 94 $(OBJDIR)\kFileFormatBase.$(O) 94 $(OBJDIR)\kFileFormatBase.$(O)\ 95 $(OBJDIR)\kFile.$(O) 95 96 96 97 -
trunk/tools/common/makefile.icc
r3537 r3592 1 # $Id: makefile.icc,v 1. 9 2000-05-13 17:17:46bird Exp $1 # $Id: makefile.icc,v 1.10 2000-05-23 18:23:04 bird Exp $ 2 2 3 3 # … … 43 43 $(OBJDIR)\kFileDef.obj\ 44 44 $(OBJDIR)\kFileLx.obj\ 45 $(OBJDIR)\kFileFormatBase.obj 45 $(OBJDIR)\kFileFormatBase.obj\ 46 $(OBJDIR)\kFile.obj 46 47 47 48 … … 56 57 $(OBJDIR)\commonicc.lib: $(OBJS) 57 58 $(RM) $@ 58 $(ILIB) $@ $(OBJS: = +), NUL;59 $(ILIB) /nobackup $@ $(OBJS: = +), NUL; 59 60 60 61
Note:
See TracChangeset
for help on using the changeset viewer.