[Box Backup-dev] COMMIT r662 - box/chris/general

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Fri Jul 21 19:25:37 BST 2006


Author: chris
Date: 2006-07-21 18:25:34 +0000 (Fri, 21 Jul 2006)
New Revision: 662

Modified:
   box/chris/general/win32.bat
Log:
* win32.bat
- Quick hack to fix building on Win32 without Cygwin (hopefully), now that
  BoxPlatform.pm is supposed to be generated by configure


Modified: box/chris/general/win32.bat
===================================================================
--- box/chris/general/win32.bat	2006-07-20 20:51:14 UTC (rev 661)
+++ box/chris/general/win32.bat	2006-07-21 18:25:34 UTC (rev 662)
@@ -3,6 +3,8 @@
 echo quick and dirty to get up and running by generating the required files 
 echo using Cygwin and Perl
 
+copy .\infrastructure\BoxPlatform.pm.in .\infrastructure\BoxPlatform.pm
+
 cd .\bin\bbackupquery\ & perl ./../../bin/bbackupquery/makedocumentation.pl
 cd ..\..\
 




More information about the Boxbackup-dev mailing list