- Timestamp:
- Feb 27, 2000, 3:11:44 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/configure.cmd
r2917 r2921 1 /* $Id: configure.cmd,v 1. 8 2000-02-26 20:21:20bird Exp $1 /* $Id: configure.cmd,v 1.9 2000-02-27 02:11:44 bird Exp $ 2 2 * 3 3 * Configuration script. … … 42 42 sWin32kBase = directory(); 43 43 call lineout sIncFile, 'WIN32KBASE =' sWin32kBase; 44 call lineout sIncFile, 'WIN32KDEV16 =' sWin32kBase'\dev16' 45 call lineout sIncFile, 'WIN32KDEV32 =' sWin32kBase'\dev32' 46 call lineout sIncFile, 'WIN32KELF2LX =' sWin32kBase'\elf2lx' 44 47 call lineout sIncFile, 'WIN32KINCLUDE =' sWin32kBase'\include' 48 call lineout sIncFile, 'WIN32KK32 =' sWin32kBase'\k32' 49 call lineout sIncFile, 'WIN32KLDR =' sWin32kBase'\ldr' 45 50 call lineout sIncFile, 'WIN32KLIB =' sWin32kBase'\lib' 46 51 call lineout sIncFile, 'WIN32KLIST =' sWin32kBase'\list' 52 call lineout sIncFile, 'WIN32KMISC =' sWin32kBase'\misc' 53 call lineout sIncFile, 'WIN32KPE2LX =' sWin32kBase'\pe2lx' 47 54 call lineout sIncFile, 'WIN32KOBJ =' sWin32kBase'\object' 55 call lineout sIncFile, 'WIN32KOBJECT = $(WIN32KOBJ)' 48 56 sPDWin32Base = substr(sWin32kBase, 1, lastpos('\', sWin32kBase, lastpos('\', sWin32kBase)-1)-1); 49 57 call lineout sIncFile, 'PDWIN32BASE =' sPDWin32Base
Note:
See TracChangeset
for help on using the changeset viewer.