Changeset 1120 for trunk/src


Ignore:
Timestamp:
Oct 4, 1999, 12:39:42 PM (26 years ago)
Author:
bird
Message:

Corrected dependants for clib.lib.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/Makefile

    r1118 r1120  
    11################################################################################
    2 # $Id: Makefile,v 1.3 1999-10-04 09:56:03 sandervl Exp $
     2# $Id: Makefile,v 1.4 1999-10-04 10:39:42 bird Exp $
    33#
    44# Copyright 1998-1999 knut st. osmundsen
     
    2121ILIB        = ilib /nofree
    2222!else
    23 ILIB        = ilib 
     23ILIB        = ilib
    2424!endif
    2525LD          = ilink
     
    233233#   ilib /nologo /nobackup /convformat $@;
    234234
    235 clib.lib: $(MSCPATH)\lib\slibcep.lib libconv.exe
     235clib.lib: $(MSCPATH)\lib\clibcep.lib libconv.exe
    236236    libconv $(MSCPATH)\lib\clibcep.lib $@ > nul
    237237    $(ILIB) /nologo /nobackup /convformat $@;
Note: See TracChangeset for help on using the changeset viewer.