- Timestamp:
- Dec 15, 2000, 4:04:05 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/configure.cmd
r4793 r4797 1 /* $Id: configure.cmd,v 1.1 4 2000-12-12 19:09:48bird Exp $1 /* $Id: configure.cmd,v 1.15 2000-12-15 15:04:05 bird Exp $ 2 2 * 3 3 * Configuration script. … … 164 164 sEnv = arg(i-1); 165 165 sFile = arg(i); 166 say i':' sEnv '-' sFile;166 /* say i':' sEnv '-' sFile; */ 167 167 sPath = SysSearchPath(sEnv, sFile); 168 say 'SysSearchPath('sEnv',' sFile') ->' sPath;168 /* say 'SysSearchPath('sEnv',' sFile') ->' sPath; */ 169 169 if (sPath <> '') then 170 170 leave;
Note:
See TracChangeset
for help on using the changeset viewer.