- Timestamp:
- Oct 15, 2001, 12:54:34 AM (24 years ago)
- 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:21bird Exp $1 /* $Id: configure.cmd,v 1.2 2001-10-14 22:54:34 bird Exp $ 2 2 * 3 3 * Configuration script. … … 37 37 when (ch = '?' | ch = 'H' | substr(sArg, 1, 2) = '-H') then 38 38 do 39 say 'Odin32 Configure.cmd. $Revision: 1. 1$.'39 say 'Odin32 Configure.cmd. $Revision: 1.2 $.' 40 40 say 'syntax: Configure.cmd [-n] [-w]' 41 41 say ' -n Noninteractive.' … … 74 74 call lineout sIncFile, 'WIN32KELF2LX =' kKrnlLibBase'\elf2lx' 75 75 call lineout sIncFile, 'WIN32KINCLUDE =' kKrnlLibBase'\include' 76 call lineout sIncFile, 'KKRNLLIBINCLUDE =' kKrnlLibBase'\include' 76 77 call lineout sIncFile, 'WIN32KK32 =' kKrnlLibBase'\k32' 77 78 call lineout sIncFile, 'WIN32KLDR =' kKrnlLibBase'\ldr' … … 83 84 call lineout sIncFile, 'WIN32KLIST =' kKrnlLibBase'\out\list\debug.$(CCENV)' 84 85 call lineout sIncFile, 'WIN32KOBJ =' kKrnlLibBase'\out\object\debug.$(CCENV)' 86 call lineout sIncFile, 'KKRNLLIBR3 =' kKrnlLibBase'\out\r3lib\debug.$(CCENV)' 85 87 call lineout sIncFile, '!else' 86 88 call lineout sIncFile, 'WIN32KBIN =' kKrnlLibBase'\out\bin\release.$(CCENV)' 87 89 call lineout sIncFile, 'WIN32KLIST =' kKrnlLibBase'\out\list\release.$(CCENV)' 88 90 call lineout sIncFile, 'WIN32KOBJ =' kKrnlLibBase'\out\object\release.$(CCENV)' 91 call lineout sIncFile, 'KKRNLLIBR3 =' kKrnlLibBase'\out\r3lib\release.$(CCENV)' 89 92 call lineout sIncFile, '!endif' 90 93 call lineout sIncFile, 'WIN32KOBJECT = $(WIN32KOBJ)'
Note:
See TracChangeset
for help on using the changeset viewer.