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 on 2019-11-12 17:47:43 |
Other Links: | branch diff | manifest | tags |
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
Modified .fossil-settings/ignore-glob from [053031e94a] to [b27459e977].
︙ | ︙ | |||
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 |
Modified build/pre.sh from [a8f310fb41] to [704afdfede].
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 |