Changeset 6836 for trunk/src


Ignore:
Timestamp:
Sep 27, 2001, 5:01:41 AM (24 years ago)
Author:
bird
Message:

Added lib rule and corrected 'not configured' bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/kKrnlLib/Makefile

    r6818 r6836  
    1 # $Id: Makefile,v 1.11 2001-09-26 04:00:09 bird Exp $
     1# $Id: Makefile,v 1.12 2001-09-27 03:01:41 bird Exp $
    22
    33#
     
    3131!if "$(DDKPATH)" != "" && "$(MSCPATH)" != ""  && "$(TOOLKIT)" != "" && "$(VACPATH)" != ""
    3232all:    $(WIN32KBIN)\$(NAME).sys \
    33         $(ODIN32_LIB)\$(NAME).lib
     33        lib
     34lib:    $(ODIN32_LIB)\$(NAME).lib
     35!else
     36all:
     37lib:
    3438!endif
    3539
Note: See TracChangeset for help on using the changeset viewer.