r19044 - gnucash/trunk/packaging/win32 - Move one more MSVC-only line inside the MSVC test

Geert Janssens gjanssens at code.gnucash.org
Tue Apr 20 13:13:41 EDT 2010


Author: gjanssens
Date: 2010-04-20 13:13:41 -0400 (Tue, 20 Apr 2010)
New Revision: 19044
Trac: http://svn.gnucash.org/trac/changeset/19044

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
Move one more MSVC-only line inside the MSVC test

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2010-04-20 16:13:13 UTC (rev 19043)
+++ gnucash/trunk/packaging/win32/install.sh	2010-04-20 17:13:41 UTC (rev 19044)
@@ -397,8 +397,8 @@
         if [ x"$(which pexports.exe > /dev/null 2>&1)" != x ]
         then
             pexports $_GUILE_UDIR/bin/libguile.dll > $_GUILE_UDIR/lib/libguile.def
+            ${DLLTOOL} -d $_GUILE_UDIR/lib/libguile.def -D $_GUILE_UDIR/bin/libguile.dll -l $_GUILE_UDIR/lib/libguile.lib
         fi
-        ${DLLTOOL} -d $_GUILE_UDIR/lib/libguile.def -D $_GUILE_UDIR/bin/libguile.dll -l $_GUILE_UDIR/lib/libguile.lib
         # Also, for MSVC compiler we need to slightly modify the gc.h header
         GC_H=$_GUILE_UDIR/include/libguile/gc.h
         grep -v 'extern .*_freelist2;' ${GC_H} > ${GC_H}.tmp



More information about the gnucash-changes mailing list