still chugging away. place-holder. once again to the breach!
[goodfet] / client / Makefile
index 3310cbe..8110c87 100644 (file)
@@ -10,7 +10,7 @@ install:
 
 py2exepub:
 #publish the windows build.
-       rsync --exclude .svn -ave ssh --progress 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/ <p2e.txt >setup.py
        python setup.py py2exe
        mv dist/goodfet.exe dist/gfspi.exe
+#Nordic RF
+       sed s/PYTHONCONSOLE/goodfet.nrf/ <p2e.txt >setup.py
+       python setup.py py2exe
+       mv dist/goodfet.exe dist/gfnrf.exe
 #Goodfet.  This must be last.
        sed s/PYTHONCONSOLE/goodfet/ <p2e.txt >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