r15541 - gnucash/trunk/packaging/win32 - Dist.sh: Set subsystem of libexec/gconfd-2.exe to GUI.

Andreas Köhler andi5 at cvs.gnucash.org
Fri Feb 9 17:03:44 EST 2007


Author: andi5
Date: 2007-02-09 17:03:44 -0500 (Fri, 09 Feb 2007)
New Revision: 15541
Trac: http://svn.gnucash.org/trac/changeset/15541

Modified:
   gnucash/trunk/packaging/win32/dist.sh
Log:
Dist.sh: Set subsystem of libexec/gconfd-2.exe to GUI.


Modified: gnucash/trunk/packaging/win32/dist.sh
===================================================================
--- gnucash/trunk/packaging/win32/dist.sh	2007-02-09 21:54:40 UTC (rev 15540)
+++ gnucash/trunk/packaging/win32/dist.sh	2007-02-09 22:03:44 UTC (rev 15541)
@@ -25,6 +25,7 @@
     _AUTOTOOLS_UDIR=`unix_path $AUTOTOOLS_DIR`
     _GUILE_UDIR=`unix_path $GUILE_DIR`
     _WIN_UDIR=`unix_path $WINDIR`
+    _EXETYPE_UDIR=`unix_path $EXETYPE_DIR`
     _LIBXML2_UDIR=`unix_path $LIBXML2_DIR`
     _GNOME_UDIR=`unix_path $GNOME_DIR`
     _LIBGSF_UDIR=`unix_path $LIBGSF_DIR`
@@ -39,6 +40,7 @@
     _INNO_UDIR=`unix_path $INNO_DIR`
     add_to_env $_UNZIP_UDIR/bin PATH # unzip
     add_to_env $_GNOME_UDIR/bin PATH # gconftool-2
+    add_to_env $_EXETYPE_UDIR/bin PATH # exetype
 }
 
 function dist_regex() {
@@ -185,6 +187,8 @@
     done
     gconftool-2 --shutdown
 
+    exetype $DIST_UDIR/libexec/gconfd-2.exe windows
+
     # Strip redirections in distributed libtool .la files
     for file in $DIST_UDIR/lib/*.la; do
         cat $file | sed 's,^libdir=,#libdir=,' > $file.new



More information about the gnucash-changes mailing list