- Timestamp:
- Feb 26, 2000, 6:52:09 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/configure.cmd
r2903 r2907 1 /* $Id: configure.cmd,v 1. 6 2000-02-26 16:21:13bird Exp $1 /* $Id: configure.cmd,v 1.7 2000-02-26 17:52:09 bird Exp $ 2 2 * 3 3 * Configuration script. … … 42 42 sWin32kBase = directory(); 43 43 call lineout sIncFile, 'WIN32KBASE =' sWin32kBase; 44 call lineout sIncFile, 'WIN32KINCLUDE =' sWin32kBase'\include' 45 call lineout sIncFile, 'WIN32KLIB =' sWin32kBase'\lib' 46 call lineout sIncFile, 'WIN32KLIST =' sWin32kBase'\list' 44 47 call lineout sIncFile, 'WIN32KOBJ =' sWin32kBase'\object' 45 call lineout sIncFile, 'WIN32KLIST =' sWin32kBase'\list'46 48 sPDWin32Base = substr(sWin32kBase, 1, lastpos('\', sWin32kBase, lastpos('\', sWin32kBase)-1)-1); 47 49 call lineout sIncFile, 'PDWIN32BASE =' sPDWin32Base
Note:
See TracChangeset
for help on using the changeset viewer.