Mercurial > hg > xemacs-beta
comparison nt/xemacs.mak @ 669:5c696033aec4
[xemacs-hg @ 2001-09-28 15:31:01 by adrian]
[PATCH APPROVE] xemacs-21.5: Use xcopy /r in xemacs.mak for NT 4.0 compatibility <uk7yjzo5w.fsf@rapier.ecf.teradyne.com>
author | adrian |
---|---|
date | Fri, 28 Sep 2001 15:31:01 +0000 |
parents | 2538b7200a20 |
children | 943eaba38521 |
comparison
equal
deleted
inserted
replaced
668:91da4ecd9da0 | 669:5c696033aec4 |
---|---|
54 # So only delete one glob at a time. Override flags in config.inc. | 54 # So only delete one glob at a time. Override flags in config.inc. |
55 DEL=del | 55 DEL=del |
56 | 56 |
57 # Define the 'copy' command to use | 57 # Define the 'copy' command to use |
58 # Suppress confirmation for overwriting files | 58 # Suppress confirmation for overwriting files |
59 COPY=xcopy /q /y | 59 # Use /r (instead of /y), which exists on Windows NT 4 and 5. |
60 COPYDIR=xcopy /q /y /e | 60 COPY=xcopy /q /r |
61 COPYDIR=xcopy /q /r /e | |
61 | 62 |
62 # Program name and version | 63 # Program name and version |
63 | 64 |
64 !include "$(XEMACS)\version.sh" | 65 !include "$(XEMACS)\version.sh" |
65 | 66 |