Differences From Artifact [610ea73aa0]:
- File tcl/patchscripts/win32-dllmain.sh — part of check-in [a49ee9121f] at 2011-03-03 05:01:51 on branch trunk — Added support for disabling "visibility=hidden" when building KitDLL (user: rkeene, size: 384) [annotate] [blame] [check-ins using] [more...]
To Artifact [1f8fbf8b3b]:
- File tcl/patchscripts/win32-dllmain.sh — part of check-in [4e8d261d38] at 2012-02-01 07:56:32 on branch trunk — Updated to call "/usr/bin/env" to locate "bash" in case it is not in "/bin" (user: rkeene, size: 392) [annotate] [blame] [check-ins using]
|
| | | 1 2 3 4 5 6 7 8 | #! /usr/bin/env bash if [ "${KITTARGET}" != "kitdll" ]; then exit 0 fi ## DllMain is needed when building KitDLL for filetopatch in win/tclWin32Dll.c win/tclWinInit.c; do |
︙ | ︙ |