Add files from the old svn, r101.
[matthijs/upstream/mobilegtd.git] / build / MobileGTD3rd.bat
1 del /F /S /Q C:\temp\MobileGTD
2 xcopy  *.py C:\temp\MobileGTD\ /R /S /Y 
3 rem /EXCLUDE:ensymble
4 del /F /S /Q C:\temp\MobileGTD\build
5 del /F /S /Q C:\temp\MobileGTD\specs
6 del /F /S /Q C:\temp\MobileGTD\experimental
7 @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
8 @rem This is for new builds which should be able to install parallel (different UID)
9 @cd "C:\Program Files\PythonForS60\"
10 @C:\Python25\python "C:\Program Files\PythonForS60\ensymble.py" version
11 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
12
13
14
15 pause