X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=build%2FMobileGTD3rd.bat;fp=build%2FMobileGTD3rd.bat;h=550a839a3feab35170be478d56834cd2dad4c556;hb=826cc2e9923c858d3c6a86c04f371cfb326e1728;hp=0000000000000000000000000000000000000000;hpb=44f7fa2ef41d54548aa800b2bb71a886261c5046;p=matthijs%2Fupstream%2Fmobilegtd.git diff --git a/build/MobileGTD3rd.bat b/build/MobileGTD3rd.bat new file mode 100644 index 0000000..550a839 --- /dev/null +++ b/build/MobileGTD3rd.bat @@ -0,0 +1,15 @@ +del /F /S /Q C:\temp\MobileGTD +xcopy *.py C:\temp\MobileGTD\ /R /S /Y +rem /EXCLUDE:ensymble +del /F /S /Q C:\temp\MobileGTD\build +del /F /S /Q C:\temp\MobileGTD\specs +del /F /S /Q C:\temp\MobileGTD\experimental +@rem This is for the standard build C:\Python25\python build\ensymble.py py2sis C:\temp\MobileGTD\ --vendor="Martin Mauch" --caps=ReadUserData build\MobileGTD.sis +@rem This is for new builds which should be able to install parallel (different UID) +@cd "C:\Program Files\PythonForS60\" +@C:\Python25\python "C:\Program Files\PythonForS60\ensymble.py" version +C:\Python25\python "C:\Program Files\PythonForS60\ensymble.py" py2sis C:\temp\MobileGTD\ --uid=0xA0008CDD --vendor="Martin Mauch" --caption="MobileGTD unstable" --caps=ReadUserData+WriteUserData C:\temp\MobileGTD.unstable.sis + + + +pause