Changeset 8306 for trunk/src


Ignore:
Timestamp:
Apr 29, 2002, 1:12:55 PM (23 years ago)
Author:
bird
Message:

Added kLib for R3 public lib building.

File:
1 edited

Legend:

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

    r8265 r8306  
    1 # $Id: Makefile,v 1.27 2002-04-15 23:13:26 bird Exp $
     1# $Id: Makefile,v 1.28 2002-04-29 11:12:55 bird Exp $
    22
    33#
     
    1616
    1717#
     18# kLib overrides variables.
     19#
     20!if [SET KLIB_INC=$(MAKEDIR)\kLibR3.inc]
     21!endif
     22
     23
     24#
    1825# Config.
    1926#
    2027TARGET_MODE = EMPTY
    2128TARGET_NAME = kKrnlLib_empty
     29!if [$(TOOL_EXISTS) kLib\Makefile] == 0
     30SUBDIRS     = kLib tools include
     31!else
    2232SUBDIRS     = tools include
     33!endif
    2334PREMAKEFILES= kKrnlLib.mak kKrnlLibR3Tst.mak
    2435BUILD_OWN_TESTCASE_RULE = 1
Note: See TracChangeset for help on using the changeset viewer.