[Box Backup-dev] COMMIT r329 - in box/chris/win32/timestamp-fixes: . infrastructure

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Fri Jan 20 21:50:58 GMT 2006


Author: chris
Date: 2006-01-20 21:50:51 +0000 (Fri, 20 Jan 2006)
New Revision: 329

Modified:
   box/chris/win32/timestamp-fixes/infrastructure/makeparcels.pl
   box/chris/win32/timestamp-fixes/parcels.txt
Log:
Important fixes for anyone trying to build parcels for Win32 on MinGW

* parcels.txt
- Include mgwz.dll and mingwm10.dll in the parcel, because most users
  don't have them

* infrastructure/makeparcels.pl
- Name the parcels according to the target rather than the build host,
  useful when building for MinGW on Cygwin


Modified: box/chris/win32/timestamp-fixes/infrastructure/makeparcels.pl
===================================================================
--- box/chris/win32/timestamp-fixes/infrastructure/makeparcels.pl	2006-01-20 19:31:49 UTC (rev 328)
+++ box/chris/win32/timestamp-fixes/infrastructure/makeparcels.pl	2006-01-20 21:50:51 UTC (rev 329)
@@ -169,7 +169,7 @@
 
 sub parcel_root
 {
-	$product_name.'-'.$product_version.'-'.$_[0].'-'.$build_os.$os_suffix
+	$product_name.'-'.$product_version.'-'.$_[0].'-'.$target_os.$os_suffix
 }
 
 sub parcel_dir

Modified: box/chris/win32/timestamp-fixes/parcels.txt
===================================================================
--- box/chris/win32/timestamp-fixes/parcels.txt	2006-01-20 19:31:49 UTC (rev 328)
+++ box/chris/win32/timestamp-fixes/parcels.txt	2006-01-20 21:50:51 UTC (rev 329)
@@ -12,6 +12,11 @@
 	script bin/bbackupd/win32/ReadMe.txt 
 	script bin/bbackupd/win32/bbackupd.conf
 
+	ONLY:mingw32
+	script /bin/mgwz.dll
+	script /bin/mingwm10.dll
+	END-ONLY
+
 OMIT:mingw32
 OMIT:CYGWIN
 




More information about the Boxbackup-dev mailing list