Differences From Artifact [a8f310fb41]:
- Executable file build/pre.sh — part of check-in [7df9b24c2c] at 2016-11-24 03:52:42 on branch tls-1-7 — More work towards cleaner releases: Remove duplicated files (user: rkeene, size: 68) [annotate] [blame] [check-ins using] [more...]
To Artifact [704afdfede]:
- Executable file build/pre.sh — part of check-in [8478c7ec08] at 2019-11-12 17:47:43 on branch readd-win-msvc — Started readding MSVC Windows build support (user: rkeene, size: 100) [annotate] [blame] [check-ins using]
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 |