Changeset 7053 for trunk/src


Ignore:
Timestamp:
Oct 15, 2001, 12:54:34 AM (24 years ago)
Author:
bird
Message:

KKRNLLIBR3 and KKRNLLIBINCLUDE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/kKrnlLib/configure.cmd

    r6696 r7053  
    1 /* $Id: configure.cmd,v 1.1 2001-09-11 01:27:21 bird Exp $
     1/* $Id: configure.cmd,v 1.2 2001-10-14 22:54:34 bird Exp $
    22 *
    33 * Configuration script.
     
    3737                when (ch = '?' | ch = 'H' | substr(sArg, 1, 2) = '-H') then
    3838                do
    39                     say 'Odin32 Configure.cmd. $Revision: 1.1 $.'
     39                    say 'Odin32 Configure.cmd. $Revision: 1.2 $.'
    4040                    say 'syntax: Configure.cmd [-n] [-w]'
    4141                    say '  -n   Noninteractive.'
     
    7474        call lineout sIncFile, 'WIN32KELF2LX     =' kKrnlLibBase'\elf2lx'
    7575        call lineout sIncFile, 'WIN32KINCLUDE    =' kKrnlLibBase'\include'
     76        call lineout sIncFile, 'KKRNLLIBINCLUDE  =' kKrnlLibBase'\include'
    7677        call lineout sIncFile, 'WIN32KK32        =' kKrnlLibBase'\k32'
    7778        call lineout sIncFile, 'WIN32KLDR        =' kKrnlLibBase'\ldr'
     
    8384        call lineout sIncFile, 'WIN32KLIST       =' kKrnlLibBase'\out\list\debug.$(CCENV)'
    8485        call lineout sIncFile, 'WIN32KOBJ        =' kKrnlLibBase'\out\object\debug.$(CCENV)'
     86        call lineout sIncFile, 'KKRNLLIBR3       =' kKrnlLibBase'\out\r3lib\debug.$(CCENV)'
    8587        call lineout sIncFile, '!else'
    8688        call lineout sIncFile, 'WIN32KBIN        =' kKrnlLibBase'\out\bin\release.$(CCENV)'
    8789        call lineout sIncFile, 'WIN32KLIST       =' kKrnlLibBase'\out\list\release.$(CCENV)'
    8890        call lineout sIncFile, 'WIN32KOBJ        =' kKrnlLibBase'\out\object\release.$(CCENV)'
     91        call lineout sIncFile, 'KKRNLLIBR3       =' kKrnlLibBase'\out\r3lib\release.$(CCENV)'
    8992        call lineout sIncFile, '!endif'
    9093        call lineout sIncFile, 'WIN32KOBJECT     = $(WIN32KOBJ)'
Note: See TracChangeset for help on using the changeset viewer.