~ubuntu-branches/ubuntu/oneiric/magicor/oneiric

« back to all changes in this revision

Viewing changes to winstaller/make_installer.bat

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2010-01-02 13:18:28 UTC
  • mfrom: (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100102131828-o4p3gthk8m1dopv5
Tags: 1.1-1ubuntu1
* Merge with Debian testing. Remaining changes: 
  + debian/control: As Ubuntu's cdbs symlinks identical files, magicor needs
    a strict versioned Depends on magicor-data for the symlinked files to be
    in the same version.
* debian/magicor.install: Update to also work for Python 2.6. 
* debian/magicor.dirs: Unneeded as Makefile.debian creates them too.
* debian/Makefile.debian: Use /usr/share/python/python.mk to determine the
  correct Python library directory.
* debian/control: Update python dependency to >= 2.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
rem aca se podria borrar el subdir editor, pero de momento no lo hacemos
12
12
 
13
13
rem hide a problem with magicor.conf path search
14
 
%pythonpath% undirty.py
 
14
undirty.py
15
15
 
16
16
rem build a binary distribution with py2exe
17
17
copy make_bin_distro.py .\magi\*.*
18
18
cd magi
19
 
%pythonpath%  make_bin_distro.py py2exe
 
19
..\make_bin_distro.py py2exe
20
20
cd ..
21
21
svn export ..\data .\magi\dist\data
 
22
rd  /Q /S .\magi\dist\data\levels\_test 
22
23
 
23
24
copy ..\magicor.conf .\magi\dist\*.*
24
25
 
25
26
rem add cleaned docs, convert line endings
26
27
copy ..\LICENSE .\magi\dist\LICENCE.TXT
27
 
%pythonpath% un2dos.py
 
28
un2dos.py
28
29
copy readme_win.txt .\magi\dist\README.TXT
29
30
 
30
31
copy penguin_icon3.ico .\magi\dist\penguin_icon3.ico