File: bdist_zope.bat

package info (click to toggle)
egenix-mx-base 2.0.6-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,028 kB
  • ctags: 4,762
  • sloc: ansic: 14,965; python: 11,739; sh: 313; makefile: 117
file content (20 lines) | stat: -rwxr-xr-x 681 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@echo off
call vcvars32

echo --------------------------------------------------------------
echo Building for Zope 2.3 (Python 1.5.2)...
set PATH="d:\Python152;%PATH%"
python setup.py clean --all
python setup.py bdist_zope --format zip

echo --------------------------------------------------------------
echo Building for Zope 2.4-2.6 (Python 2.1)...
set PATH="d:\Python21;%PATH%"
python setup.py clean --all
python setup.py bdist_zope --format zip

echo --------------------------------------------------------------
echo Building for Zope 2.7 (Python 2.3)...
set PATH="d:\Python23;%PATH%"
python setup.py clean --all
python setup.py bdist_zope --format zip