Changeset 3592 for trunk/tools


Ignore:
Timestamp:
May 23, 2000, 8:23:05 PM (25 years ago)
Author:
bird
Message:

File I/O class - initial coding, not tested at all!

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:46 bird Exp $
     1# $Id: makefile.gcc,v 1.6 2000-05-23 18:23:04 bird Exp $
    22
    33#
     
    9292$(OBJDIR)\kFileDef.$(O) \
    9393$(OBJDIR)\kFileLx.$(O) \
    94 $(OBJDIR)\kFileFormatBase.$(O)
     94$(OBJDIR)\kFileFormatBase.$(O)\
     95$(OBJDIR)\kFile.$(O)
    9596
    9697
  • trunk/tools/common/makefile.icc

    r3537 r3592  
    1 # $Id: makefile.icc,v 1.9 2000-05-13 17:17:46 bird Exp $
     1# $Id: makefile.icc,v 1.10 2000-05-23 18:23:04 bird Exp $
    22
    33#
     
    4343$(OBJDIR)\kFileDef.obj\
    4444$(OBJDIR)\kFileLx.obj\
    45 $(OBJDIR)\kFileFormatBase.obj
     45$(OBJDIR)\kFileFormatBase.obj\
     46$(OBJDIR)\kFile.obj
    4647
    4748
     
    5657$(OBJDIR)\commonicc.lib: $(OBJS)
    5758    $(RM) $@
    58     $(ILIB) $@ $(OBJS: = +), NUL;
     59    $(ILIB) /nobackup $@ $(OBJS: = +), NUL;
    5960
    6061
Note: See TracChangeset for help on using the changeset viewer.