Mercurial > emacs
view nt/ebuild.bat @ 30900:2bec1c202b13
(set_clipboard_data): If there's not enough memory
to put text into clipboard, return 1, as Fw16_set_clipboard_data
expects. In case of other failures, return 3.
(system_error_msg): New error message.
(Fw16_set_clipboard_data): If set_clipboard_data returns 3, print
system_error_msg.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 17 Aug 2000 06:10:09 +0000 |
parents | 0c5df70bbee8 |
children | 695cf19ef79e |
line wrap: on
line source
@echo off if (%1) == () nmake -f makefile.nt all if not (%1) == () nmake -f makefile.nt %1 %2 %3 %4 %5 %6 %7 %8 %9