File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 <sqlite3Dir >$(externalsDir)\sqlite-3.8.3.1</sqlite3Dir >
2121 <bz2Dir >$(externalsDir)\bzip2-1.0.6</bz2Dir >
2222 <lzmaDir >$(externalsDir)\xz-5.0.5</lzmaDir >
23- <opensslDir >$(externalsDir)\openssl-1.0.1j </opensslDir >
23+ <opensslDir >$(externalsDir)\openssl-1.0.1l </opensslDir >
2424 <tcltkDir >$(externalsDir)\tcltk</tcltkDir >
2525 <tcltk64Dir >$(externalsDir)\tcltk64</tcltk64Dir >
2626 <tcltkLib >$(tcltkDir)\lib\tcl86t.lib;$(tcltkDir)\lib\tk86t.lib</tcltkLib >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ cd externals
1414@ rem if exist tk-8.6.1.0 rd /s/q tk-8.6.1.0
1515@ rem if exist tix-8.4.3.4 rd /s/q tix-8.4.3.4
1616@ rem if exist db-4.4.20 rd /s/q db-4.4.20
17- @ rem if exist openssl-1.0.1j rd /s/q openssl-1.0.1j
17+ @ rem if exist openssl-1.0.1l rd /s/q openssl-1.0.1l
1818@ rem if exist sqlite-3.7.12 rd /s/q sqlite-3.7.12
1919
2020@ rem bzip
@@ -28,9 +28,9 @@ if not exist bzip2-1.0.6 (
2828if not exist nasm-2.11.06 svn export %SVNROOT% nasm-2.11.06
2929
3030@ rem OpenSSL
31- if not exist openssl-1.0.1j (
32- rd /s/q openssl-1.0.1i
33- svn export %SVNROOT% openssl-1.0.1j
31+ if not exist openssl-1.0.1l (
32+ rd /s/q openssl-1.0.1j
33+ svn export %SVNROOT% openssl-1.0.1l
3434)
3535
3636@ rem tcl/tk
You can’t perform that action at this time.
0 commit comments