libbonobo r3525 - trunk/activation-server
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: libbonobo r3525 - trunk/activation-server
- Date: Tue, 27 Jan 2009 17:34:10 +0000 (UTC)
Author: tml
Date: Tue Jan 27 17:34:10 2009
New Revision: 3525
URL: http://svn.gnome.org/viewvc/libbonobo?rev=3525&view=rev
Log:
2009-01-27 Tor Lillqvist <tml novell com>
* activation-server/Makefile.am: Link as a "GUI" exe file on
Windows to avoid console windows.
* activation-server/activation-server-main.c (main): Use the verb
"started" instead of "forked" in error message.
On Windows, if the BONOBO_ACTIVATION_DEBUG_OUTPUT environment
variable is set, do ensure that stdout and stderr goes
somewhere. If necessary open a new console. If somebody attempts
to run bonobo-activation-server directly, always ensure the
ensuing error message is visible.
(ensure_output_visible) (wait_console_key): New functions used on
Windows to ensure output goes somewhere even if the executable is
a "GUI" one.
Modified:
trunk/activation-server/Makefile.am
Modified: trunk/activation-server/Makefile.am
==============================================================================
--- trunk/activation-server/Makefile.am (original)
+++ trunk/activation-server/Makefile.am Tue Jan 27 17:34:10 2009
@@ -40,6 +40,10 @@
activation-server-main.c \
server.h
+if OS_WIN32
+bonobo_activation_server_LDFLAGS = -mwindows
+endif
+
LDADD= \
$(top_builddir)/bonobo/libbonobo-2.la \
$(top_builddir)/bonobo-activation/libbonobo-activation.la \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]