Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Started readding MSVC Windows build support |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | readd-win-msvc |
| Files: | files | file ages | folders |
| SHA3-256: |
8478c7ec087ff128cb8b9117d9a34a60 |
| User & Date: | rkeene 2019-11-12 17:47:43 |
Context
|
2019-11-12
| ||
| 17:48 | MSVC Win maker (WIP, got wiped out, re-constitution in progress) Leaf check-in: f92c42c849 user: rkeene tags: readd-win-msvc | |
| 17:47 | Started readding MSVC Windows build support check-in: 8478c7ec08 user: rkeene tags: readd-win-msvc | |
| 17:46 | Makefile cleanup check-in: b9af6e4772 user: rkeene tags: trunk | |
Changes
Changes to .fossil-settings/ignore-glob.
| ︙ | ︙ | |||
16 17 18 19 20 21 22 | tlsIO.o tlsX509.o tls.tcl.h tls.tcl.h.new.1 tls.tcl.h.new.2 build/work dh_params.h | > | 16 17 18 19 20 21 22 23 | tlsIO.o tlsX509.o tls.tcl.h tls.tcl.h.new.1 tls.tcl.h.new.2 build/work dh_params.h win |
Changes to build/pre.sh.
1 2 3 4 5 6 | #! /usr/bin/env bash ./autogen.sh || exit 1 rm -rf aclocal exit 0 | > | 1 2 3 4 5 6 7 | #! /usr/bin/env bash ./autogen.sh || exit 1 rm -rf aclocal ./build/make-msvc-win || exit 1 exit 0 |