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

Skip to content

Commit 21d77f5

Browse files
committed
Added _ssl.lib to the installer too. Restored alphabetical order of
DLL and lib sections.
1 parent b4ee4eb commit 21d77f5

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

PCbuild/python20.wse

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1700,13 +1700,13 @@ item: Install File
17001700
Flags=0000000000000010
17011701
end
17021702
item: Install File
1703-
Source=.\_ssl.pyd
1704-
Destination=%MAINDIR%\DLLs\_ssl.pyd
1703+
Source=.\_sre.pyd
1704+
Destination=%MAINDIR%\DLLs\_sre.pyd
17051705
Flags=0000000000000010
17061706
end
17071707
item: Install File
1708-
Source=.\_sre.pyd
1709-
Destination=%MAINDIR%\DLLs\_sre.pyd
1708+
Source=.\_ssl.pyd
1709+
Destination=%MAINDIR%\DLLs\_ssl.pyd
17101710
Flags=0000000000000010
17111711
end
17121712
item: Install File
@@ -1790,6 +1790,11 @@ item: Install File
17901790
Destination=%MAINDIR%\libs\_sre.lib
17911791
Flags=0000000000000010
17921792
end
1793+
item: Install File
1794+
Source=.\_ssl.lib
1795+
Destination=%MAINDIR%\libs\_ssl.lib
1796+
Flags=0000000000000010
1797+
end
17931798
item: Install File
17941799
Source=.\_symtable.lib
17951800
Destination=%MAINDIR%\libs\_symtable.lib

PCbuild/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ _ssl
245245
C:\Code\openssl-0.9.6g>set OPTS=no-asm
246246
Out of environment space
247247

248-
then you're in trouble, and will probable also see these errors near
248+
then you're in trouble, and will probably also see these errors near
249249
the end of the process:
250250

251251
NMAKE : fatal error U1073: don't know how to make

0 commit comments

Comments
 (0)