Changeset 9036 for trunk/src


Ignore:
Timestamp:
Aug 20, 2002, 6:41:59 AM (23 years ago)
Author:
bird
Message:

New kLib structure (which doesn't mess up cvs).

Location:
trunk/src/win32k/kKrnlLib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/kKrnlLib/kLib.inc

    r9034 r9036  
    1 # $Id: kLib.inc,v 1.3 2002-08-20 04:37:58 bird Exp $
     1# $Id: kLib.inc,v 1.4 2002-08-20 04:41:59 bird Exp $
    22
    33#
     
    2626!include $(PATH_ROOT)\make\setup.mak
    2727
    28 
    29 
  • trunk/src/win32k/kKrnlLib/kLibR3.inc

    r9034 r9036  
    1 # $Id: kLibR3.inc,v 1.3 2002-08-20 04:37:58 bird Exp $
     1# $Id: kLibR3.inc,v 1.4 2002-08-20 04:41:59 bird Exp $
    22
    33#
     
    2020#
    2121ALL_INCLUDES    = -I$(PATH_KKRNLLIB:\=/)/include -I$(PATH_KKRNLLIB:\=/)/kLib/include
    22 ALL_DEFINES     = -DKKRNLLIB
     22#ALL_DEFINES     =
    2323KLIB_POSTFIX    = R3
     24TARGET_MODE     = LIB
    2425PATH_ROOT       = $(PATH_WIN32K)\..\..
    2526!include $(PATH_ROOT)\make\setup.mak
    2627
    27 
    28 
Note: See TracChangeset for help on using the changeset viewer.