X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FMakefile;h=8110c877369eda8c8c36955585e5af2a0b8a49e5;hp=ca49144ea52d959067c0799f389109ad8ac1ee4e;hb=105419853423fb0f37ac30db8d730ec9ab4f3cd9;hpb=ec467ea79778060b6d9aad4b1abcdf945ea79b39 diff --git a/client/Makefile b/client/Makefile index ca49144..8110c87 100644 --- a/client/Makefile +++ b/client/Makefile @@ -10,7 +10,7 @@ install: py2exepub: #publish the windows build. - rsync --exclude .svn -ave ssh tmp/goodfet.zip travisutk,goodfet@web.sourceforge.net:htdocs/dist/gfwin.zip + 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 @@ -41,13 +41,18 @@ py2exe: sed s/PYTHONCONSOLE/goodfet.spiflash/ setup.py python setup.py py2exe mv dist/goodfet.exe dist/gfspi.exe +#Nordic RF + sed s/PYTHONCONSOLE/goodfet.nrf/ setup.py + python setup.py py2exe + mv dist/goodfet.exe dist/gfnrf.exe #Goodfet. This must be last. sed s/PYTHONCONSOLE/goodfet/ setup.py python setup.py py2exe # mv dist/goodfet.exe dist/goodfet.exe #Now package it all. rm -rf tmp - mkdir -p tmp/goodfet +#mkdir -p tmp/goodfet + md tmp\goodfet mv dist/* tmp/goodfet/ cd tmp && zip -r goodfet.zip goodfet