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/
_______________________________________________
Mldonkey-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/mldonkey-users