From 87e77be8a91429f828c19e47fe90fc57468a82bf Mon Sep 17 00:00:00 2001 From: travisutk Date: Sat, 16 Apr 2011 20:48:29 +0000 Subject: [PATCH] 'make py2exeinstall' for Win32. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@990 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- client/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/Makefile b/client/Makefile index 5fa3fc0..0ea6ec4 100644 --- a/client/Makefile +++ b/client/Makefile @@ -11,7 +11,10 @@ install: py2exepub: #publish the windows build. rsync --exclude .svn -ave ssh --progress --chmod=a+rx tmp/goodfet.zip travisutk,goodfet@web.sourceforge.net:htdocs/dist/gfwin.zip - +py2exeinstall: py2exe + rm -rf "c:\goodfet\bin" + md "c:\goodfet\bin" + copy "tmp\goodfet\*" "c:\goodfet\bin\" py2exe: #Run this from Win32 with Python, py2exe, py-serial, and GNU utils. #MSP430 Client -- 2.20.1