Differences From Artifact [818ba6fc75]:
- File
tcl/patchscripts/macosx-fixheaders.sh
— part of check-in
[b13d288f20]
at
2011-10-03 20:20:55
on branch trunk
— Updated to hide warnings while running kitcreator distclean in pre.sh
Added workaround for Mac OS X referencing headers in "tclInt.h" that it does not setup a way access using tclConfig.sh (user: rkeene, size: 42) [annotate] [blame] [check-ins using]
- File
tk/patchscripts/macosx-fixheaders.sh
— part of check-in
[b13d288f20]
at
2011-10-03 20:20:55
on branch trunk
— Updated to hide warnings while running kitcreator distclean in pre.sh
Added workaround for Mac OS X referencing headers in "tclInt.h" that it does not setup a way access using tclConfig.sh (user: rkeene, size: 42) [annotate] [blame] [check-ins using]
To Artifact [a2a67ecc4a]:
- File tcl/patchscripts/macosx-fixheaders.sh — part of check-in [8271861c61] at 2011-10-03 20:39:28 on branch trunk — Updated to copy more files from unix/ to macosx/ in Tcl and Tk (user: rkeene, size: 58) [annotate] [blame] [check-ins using]
- File tk/patchscripts/macosx-fixheaders.sh — part of check-in [8271861c61] at 2011-10-03 20:39:28 on branch trunk — Updated to copy more files from unix/ to macosx/ in Tcl and Tk (user: rkeene, size: 58) [annotate] [blame] [check-ins using]
1 2 | #! /bin/bash | | | 1 2 3 4 5 | #! /bin/bash cp unix/*.h unix/install-sh macosx/ exit 0 |