Kaydet (Commit) 21d77f5e authored tarafından Tim Peters's avatar Tim Peters

Added _ssl.lib to the installer too. Restored alphabetical order of

DLL and lib sections.
üst b4ee4eb3
...@@ -1700,13 +1700,13 @@ item: Install File ...@@ -1700,13 +1700,13 @@ item: Install File
Flags=0000000000000010 Flags=0000000000000010
end end
item: Install File item: Install File
Source=.\_ssl.pyd Source=.\_sre.pyd
Destination=%MAINDIR%\DLLs\_ssl.pyd Destination=%MAINDIR%\DLLs\_sre.pyd
Flags=0000000000000010 Flags=0000000000000010
end end
item: Install File item: Install File
Source=.\_sre.pyd Source=.\_ssl.pyd
Destination=%MAINDIR%\DLLs\_sre.pyd Destination=%MAINDIR%\DLLs\_ssl.pyd
Flags=0000000000000010 Flags=0000000000000010
end end
item: Install File item: Install File
...@@ -1790,6 +1790,11 @@ item: Install File ...@@ -1790,6 +1790,11 @@ item: Install File
Destination=%MAINDIR%\libs\_sre.lib Destination=%MAINDIR%\libs\_sre.lib
Flags=0000000000000010 Flags=0000000000000010
end end
item: Install File
Source=.\_ssl.lib
Destination=%MAINDIR%\libs\_ssl.lib
Flags=0000000000000010
end
item: Install File item: Install File
Source=.\_symtable.lib Source=.\_symtable.lib
Destination=%MAINDIR%\libs\_symtable.lib Destination=%MAINDIR%\libs\_symtable.lib
......
...@@ -245,7 +245,7 @@ _ssl ...@@ -245,7 +245,7 @@ _ssl
C:\Code\openssl-0.9.6g>set OPTS=no-asm C:\Code\openssl-0.9.6g>set OPTS=no-asm
Out of environment space Out of environment space
then you're in trouble, and will probable also see these errors near then you're in trouble, and will probably also see these errors near
the end of the process: the end of the process:
NMAKE : fatal error U1073: don't know how to make NMAKE : fatal error U1073: don't know how to make
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment