Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca873ed

Browse files
committed
Windows build: update for 2.1a2, + get ucnhash out of the installer.
1 parent 0de88fc commit ca873ed

4 files changed

Lines changed: 9 additions & 15 deletions

File tree

PCbuild/BUILDno.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ How to change the Windows build number:
3333

3434
Windows Python BUILD numbers
3535
----------------------------
36+
10 2.1a2
37+
1-Feb-2001
3638
9 2.1a1
3739
17-Jan-2001
3840
8 2.0 (final)

PCbuild/python20.wse

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Document Type: WSE
22
item: Global
33
Version=5.0
4-
Title=Python 2.1 alpha 1
4+
Title=Python 2.1 alpha 2
55
Flags=00010100
66
Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
77
Japanese Font Name=MS Gothic
@@ -64,15 +64,15 @@ item: End Block
6464
end
6565
item: Set Variable
6666
Variable=APPTITLE
67-
Value=Python 2.1 alpha 1
67+
Value=Python 2.1 alpha 2
6868
end
6969
item: Set Variable
7070
Variable=GROUP
7171
Value=Python 2.1
7272
end
7373
item: Set Variable
7474
Variable=PY_VERSION
75-
Value=2.1a1
75+
Value=2.1a2
7676
end
7777
item: Set Variable
7878
Variable=MAINDIR
@@ -726,11 +726,6 @@ item: Install File
726726
Destination=%MAINDIR%\DLLs\select.pyd
727727
Flags=0000000000000010
728728
end
729-
item: Install File
730-
Source=%_SRC_%\PCbuild\ucnhash.pyd
731-
Destination=%MAINDIR%\DLLs\ucnhash.pyd
732-
Flags=0000000000000010
733-
end
734729
item: Install File
735730
Source=%_SRC_%\PCbuild\unicodedata.pyd
736731
Destination=%MAINDIR%\DLLs\unicodedata.pyd
@@ -796,11 +791,6 @@ item: Install File
796791
Destination=%MAINDIR%\libs\select.lib
797792
Flags=0000000000000010
798793
end
799-
item: Install File
800-
Source=%_SRC_%\PCbuild\ucnhash.lib
801-
Destination=%MAINDIR%\libs\ucnhash.lib
802-
Flags=0000000000000010
803-
end
804794
item: Install File
805795
Source=%_SRC_%\PCbuild\unicodedata.lib
806796
Destination=%MAINDIR%\libs\unicodedata.lib

PCbuild/pythoncore.dsp

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PCbuild/readme.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ bsddb
9191
This builds bsddb\Port\win32\db.lib, which the MSVC project links in.
9292
Note that if you're running Win9X, you'll need to run vcvars32.bat
9393
before running nmake (this batch file is in your MSVC installation).
94+
TODO: make this work like zlib (in particular, MSVC runs the prelink
95+
step in an enviroment that already has the correct envars set up).
9496

9597
pyexpat
9698
Python wrapper for accelerated XML parsing. Requires

0 commit comments

Comments
 (0)