[or-cvs] r16652: {torvm} Fix inclusion of msys dll's in win32 qemu build script (torvm/trunk/build/win32/files)

coderman at seul.org coderman at seul.org
Mon Aug 25 07:32:10 UTC 2008


Author: coderman
Date: 2008-08-25 03:32:10 -0400 (Mon, 25 Aug 2008)
New Revision: 16652

Modified:
   torvm/trunk/build/win32/files/buildall.sh
Log:
Fix inclusion of msys dll's in win32 qemu build script

Modified: torvm/trunk/build/win32/files/buildall.sh
===================================================================
--- torvm/trunk/build/win32/files/buildall.sh	2008-08-25 07:06:55 UTC (rev 16651)
+++ torvm/trunk/build/win32/files/buildall.sh	2008-08-25 07:32:10 UTC (rev 16652)
@@ -4,8 +4,8 @@
 export ddir=/c/Tor_VM
 mkdir $ddir
 
-cp /bin/msys-z.dll $ddir/
-cp /bin/msys-1.0.dll $ddir/
+cp /usr/bin/msys-z.dll $ddir/
+cp /usr/bin/msys-1.0.dll $ddir/
 
 echo "Building pthreads-w32 ..."
 cd /usr/src
@@ -96,7 +96,10 @@
 cp pc-bios/vgabios.bin $ddir/
 cp pc-bios/vgabios-cirrus.bin $ddir/
 cp /usr/src/add/* $ddir/
-cp /usr/src/WinPcap-4.1-files/* $ddir/
 
+# still need to handle WinPcap installation; perhaps include link to 4.1 installer exe
+# or wget it at runtime if not present.
+# cp /usr/src/WinPcap-4.1-files/* $ddir/
+
 echo "DONE."
 exit 0



More information about the tor-commits mailing list