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: |
b6aa13660ae7ae9d9431c804cebab931 |
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 | 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 | < < | < | > | 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 3) Test 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... |