|
From: | su_blanc |
Subject: | [Mldonkey-users] [patch #4422] win32 goodies |
Date: | Sat, 17 Sep 2005 08:58:20 +0000 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050906 Firefox/1.0.6 (Debian package 1.0.6-4) |
Follow-up Comment #6, patch #4422 (project mldonkey): what we can do, is to modify the sources as follows: in Autoconf.ml.new.in let subsytem_windows = @SUBSYSTEM_WINDOWS@ in driverMain.ml if not !keep_console_output && not Autoconf.subsystem_windows then begin Pervasives.output_string Pervasives.stdout (Printf.sprintf "%sCore started\n" (log_time ())); Pervasives.flush Pervasives.stdout; end; if not Autoconf.subsystem_windows then begin lprintf_nl "%sWarning! this core cannot be spawned via the old style way" (log_time ()) end; so the impact will be only if the flag --enable-subsytem-windows is passed during configuration. Thus only thoses binaries couldn't be spawned via the old style way. Please any remark? _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/patch/?func=detailitem&item_id=4422> _______________________________________________ Message sent via/by Savannah http://savannah.nongnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |