Changeset 9040 for trunk/src


Ignore:
Timestamp:
Aug 20, 2002, 7:49:14 AM (23 years ago)
Author:
bird
Message:

Corrected config.

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

Legend:

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

    r9038 r9040  
    1 # $Id: Makefile,v 1.31 2002-08-20 05:05:37 bird Exp $
     1# $Id: Makefile,v 1.32 2002-08-20 05:49:14 bird Exp $
    22
    33#
     
    2323BUILD_OWN_TESTCASE_RULE = 1
    2424!ifdef WITH_KLIB
    25 SUBDIRS     = kLib\src tools include src
     25SUBDIRS     = kLib\src tools
    2626!endif
    2727PREMAKEFILES=\
  • trunk/src/win32k/kKrnlLib/kKrnlLib.mak

    r8212 r9040  
    1 # $Id: kKrnlLib.mak,v 1.4 2002-04-07 22:40:16 bird Exp $
     1# $Id: kKrnlLib.mak,v 1.5 2002-08-20 05:49:14 bird Exp $
    22
    33#
     
    6666$(PATH_OBJ)\kKrnlLib_last.$(EXT_LIB)\kKrnlLib_last.$(EXT_LIB)
    6767
    68 SUBDIRS     = include src kLib
     68SUBDIRS     = include src kLib\src
    6969PREMAKEFILES= clib16.mak devhelp16.mak
    7070
     
    7676!include $(MAKE_INCLUDE_PROCESS)
    7777
    78 
    79 #
    80 # Commandline for working in kLib.
    81 #
    82 cmd:
    83     $(COMSPEC) /K
    8478
    8579#
     
    9791$(TARGET_IDEF): .force
    9892    $(TOOL_DODIRS) "src" $(TOOL_MAKE) -f MkCallTab.mak ..\$(TARGET_IDEF)
     93
Note: See TracChangeset for help on using the changeset viewer.