[or-cvs] r12669: Add a Makefile for packaging up a vidalia test build (torpedo/trunk/build-scripts)

sjm217 at seul.org sjm217 at seul.org
Tue Dec 4 19:26:42 UTC 2007


Author: sjm217
Date: 2007-12-04 14:26:41 -0500 (Tue, 04 Dec 2007)
New Revision: 12669

Added:
   torpedo/trunk/build-scripts/Makefile
Log:
Add a Makefile for packaging up a vidalia test build

Added: torpedo/trunk/build-scripts/Makefile
===================================================================
--- torpedo/trunk/build-scripts/Makefile	                        (rev 0)
+++ torpedo/trunk/build-scripts/Makefile	2007-12-04 19:26:41 UTC (rev 12669)
@@ -0,0 +1,16 @@
+###
+### Makefile for testing Vidalia
+### Steven J. Murdoch <http://www.cl.cam.ac.uk/users/sjm217/>
+###
+
+MING=/c/MinGW/bin
+QT=/c/Qt/4.3.2/bin
+VIDALIA=vidalia-0.0.16/release
+
+## Package up all the Vidalia pre-requisites
+## Filenames extracted using Dependency Walker <http://www.dependencywalker.com/>
+all:
+	mkdir release
+	cp $(MING)/mingwm10.dll release
+	cp $(QT)/QtCore4.dll $(QT)/QtGui4.dll $(QT)/QtNetwork4.dll $(QT)/QtXml4.dll release 
+	cp $(VIDALIA)/vidalia.exe release



More information about the tor-commits mailing list