X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FMakefile;h=d0b4c5f85bd77a893a0c75c27db5b9b4660a76b7;hp=5fa3fc01b0f6cca0e2f0e3ba233420b204f48ce5;hb=3d7ed4a7b57e5ea5738a3d8c5abab22fd697505f;hpb=7cc9ffda0fed2b23ced8370734fb59dfd81621a0 diff --git a/client/Makefile b/client/Makefile index 5fa3fc0..d0b4c5f 100644 --- a/client/Makefile +++ b/client/Makefile @@ -11,7 +11,11 @@ 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\\ + rem Be sure to add C:\goodfet\bin to %Path%. py2exe: #Run this from Win32 with Python, py2exe, py-serial, and GNU utils. #MSP430 Client @@ -63,6 +67,10 @@ py2exe: sed s/PYTHONCONSOLE/goodfet.spi25c/ setup.py python setup.py py2exe mv dist/goodfet.exe dist/gfspi25.exe +#Silicon Labs C2 + sed s/PYTHONCONSOLE/goodfet.slc2/ setup.py + python setup.py py2exe + mv dist/goodfet.exe dist/gfslc2.exe #Goodfet. This must be last. sed s/PYTHONCONSOLE/goodfet/ setup.py