ooo-build r15352 - trunk



Author: tml
Date: Tue Feb 17 13:51:06 2009
New Revision: 15352
URL: http://svn.gnome.org/viewvc/ooo-build?rev=15352&view=rev

Log:
2009-02-17  Tor Lillqvist  <tml novell com>

	* download.in: As unicows.dll and instmsia.exe are not needed for
	NovellWin32 builds, see ChangeLog entry from 2008-12-15, don't
	bother downloading them then either.



Modified:
   trunk/ChangeLog
   trunk/download.in

Modified: trunk/download.in
==============================================================================
--- trunk/download.in	(original)
+++ trunk/download.in	Tue Feb 17 13:51:06 2009
@@ -234,9 +234,10 @@
 # Misc. bits for Win32
 if ('@BUILD_WIN32@' ne '') 
 {
-    push @files, ( 'unicows.exe', 'dbghinst.EXE' );
+    push @files, ( 'unicows.exe' ) unless '@DISTRO@' =~ m/NovellWin32|GoOoWin32/;
+    push @files, ( 'dbghinst.EXE' );
     push @files, ( 'instmsiw.exe' );
-    push @files, ( 'instmsia.exe' );
+    push @files, ( 'instmsia.exe' ) unless '@DISTRO@' =~ m/NovellWin32|GoOoWin32/;
     # instmsiw.exe can't be downloaded without Genuine Windows validation
 
     push @files, ( "apache-ant-1.7.0-bin.tar.gz" );



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]