Ignore:
Timestamp:
Mar 27, 2000, 12:18:42 PM (26 years ago)
Author:
bird
Message:

Added simple LX support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/common/makefile.icc

    r2759 r3246  
    1 # $Id: makefile.icc,v 1.5 2000-02-11 18:35:53 bird Exp $
     1# $Id: makefile.icc,v 1.6 2000-03-27 10:18:42 bird Exp $
    22
    33#
     
    2323
    2424
    25 commonicc.lib: kFilePe.obj kFileDef.obj
     25commonicc.lib: kFilePe.obj kFileDef.obj kFileLx.obj kFileFormatBase.obj
    2626    -$(RM) $@
    27     $(AR) $@ -+kFilePe.obj -+kFileDef.obj, NUL;
     27    $(AR) $@ -+kFilePe.obj -+kFileDef.obj -+kFileLx.obj -+kFileFormatBase.obj, NUL;
    2828
    2929
Note: See TracChangeset for help on using the changeset viewer.