~ubuntu-branches/ubuntu/trusty/python-pyo/trusty

« back to all changes in this revision

Viewing changes to scripts/win/build_installers_win.bat

  • Committer: Package Import Robot
  • Author(s): Tiago Bortoletto Vaz
  • Date: 2013-01-30 00:41:56 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: package-import@ubuntu.com-20130130004156-bznl6b78sxa2640d
Tags: upstream-0.6.3+svn1068
ImportĀ upstreamĀ versionĀ 0.6.3+svn1068

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
echo off
 
2
 
 
3
echo *** Build installer for python2.6 ***
 
4
Compil32 /cc "win_installer_py26.iss"
 
5
 
 
6
echo *** Build installer for python2.7 ***
 
7
Compil32 /cc "win_installer_py27.iss"