- Timestamp:
- Feb 21, 2001, 8:57:09 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/configure.cmd
r4797 r5229 1 /* $Id: configure.cmd,v 1.1 5 2000-12-15 15:04:05bird Exp $1 /* $Id: configure.cmd,v 1.16 2001-02-21 07:57:09 bird Exp $ 2 2 * 3 3 * Configuration script. … … 23 23 24 24 /* delete old target files */ 25 call SysFileDelete '.depend'; 25 /* This keeps spoiling things! 26 call SysFileDelete '.depend'; */ 26 27 call SysFileDelete sIncFile; 27 28 28 29 /* create empty .depend file */ 30 /* This keeps spoiling things! 29 31 call lineout '.depend', '# Run nmake dep' 30 32 call lineout '.depend' 33 */ 31 34 32 35 /* open target file */
Note:
See TracChangeset
for help on using the changeset viewer.