Check-in [b6aa13660a]
Overview
Comment:Corrected instructions. Removed already applied patch
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | bug-604bb68b5c-nmake
Files: files | file ages | folders
SHA3-256: b6aa13660ae7ae9d9431c804cebab93178f0dd104607742307d13348cc02ad82
User & Date: oehhar on 2020-10-15 10:54:13
Other Links: branch diff | manifest | tags
Context
2021-01-14
12:56
Ticket [604bb68b5c] : rudimentary nmake build system check-in: b5c41cdeb6 user: oehhar tags: trunk
2020-10-15
10:54
Corrected instructions. Removed already applied patch Closed-Leaf check-in: b6aa13660a user: oehhar tags: bug-604bb68b5c-nmake
10:36
Ticket [604bb68b5c]. Add first sketch of a nmake build. check-in: 2babef91c5 user: oehhar tags: bug-604bb68b5c-nmake
Changes

Modified win/README.txt from [3b89a850d2] to [c9eebede2e].

50
51
52
53
54
55
56
57
58
59

60
61
62

63
64
65
66

50
51
52
53
54
55
56



57

58

59
60
61
62
63
64







-
-
-
+
-

-
+




+

cd C:\test\tcltls\tcltls-1.7.22\win

nmake -f makefile.vc TCLDIR=c:\test\tcl8610 SSL_INSTALL_FOLDER=C:\test\tcltls\openssl

nmake -f makefile.vc install TCLDIR=c:\test\tcl8610 INSTALLDIR=c:\test\tcltls SSL_INSTALL_FOLDER=C:\test\tcltls\openssl

tls.c: 
Lines 1779, 1839: replace
int Tls_Init by
3) Test
DLLEXPORT int  Tls_Init

tls.h: same change
Start tclsh or wish

lappend auto_path {C:\test\tcltls\tls1.7.22}
package require tls

A small "1.7.22" showing up is hopefully the end of this long way...