From: travisutk Date: Sat, 16 Apr 2011 20:34:14 +0000 (+0000) Subject: py2exe cleanup, for reviving the Windows port. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=7cc9ffda0fed2b23ced8370734fb59dfd81621a0;ds=sidebyside py2exe cleanup, for reviving the Windows port. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@989 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/client/Makefile b/client/Makefile index 8110c87..5fa3fc0 100644 --- a/client/Makefile +++ b/client/Makefile @@ -11,6 +11,7 @@ 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 + py2exe: #Run this from Win32 with Python, py2exe, py-serial, and GNU utils. #MSP430 Client @@ -21,10 +22,11 @@ py2exe: sed s/PYTHONCONSOLE/goodfet.monitor/ setup.py python setup.py py2exe mv dist/goodfet.exe dist/gfmon.exe -#BSL - sed s/PYTHONCONSOLE/goodfet.bsl/ setup.py +#JTAG + sed s/PYTHONCONSOLE/goodfet.jtag/ setup.py python setup.py py2exe - mv dist/goodfet.exe dist/gfbsl.exe + mv dist/goodfet.exe dist/gfjtag.exe + #BSL sed s/PYTHONCONSOLE/goodfet.bsl/ setup.py python setup.py py2exe @@ -33,6 +35,14 @@ py2exe: sed s/PYTHONCONSOLE/goodfet.avr/ setup.py python setup.py py2exe mv dist/goodfet.exe dist/gfavr.exe +#PIC + sed s/PYTHONCONSOLE/goodfet.pic/ setup.py + python setup.py py2exe + mv dist/goodfet.exe dist/gfpic.exe +#Chipcon SPI + sed s/PYTHONCONSOLE/goodfet.ccspi/ setup.py + python setup.py py2exe + mv dist/goodfet.exe dist/gfccspi.exe #Chipcon sed s/PYTHONCONSOLE/goodfet.cc/ setup.py python setup.py py2exe @@ -45,6 +55,15 @@ py2exe: sed s/PYTHONCONSOLE/goodfet.nrf/ setup.py python setup.py py2exe mv dist/goodfet.exe dist/gfnrf.exe +#RF + sed s/PYTHONCONSOLE/goodfet.rf/ setup.py + python setup.py py2exe + mv dist/goodfet.exe dist/gfrf.exe +#25C SPI EEPROM + sed s/PYTHONCONSOLE/goodfet.spi25c/ setup.py + python setup.py py2exe + mv dist/goodfet.exe dist/gfspi25.exe + #Goodfet. This must be last. sed s/PYTHONCONSOLE/goodfet/ setup.py python setup.py py2exe