Check-in [476b7c5f60]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:in undroid/vanillawish build scripts set macosx min version to 10.10
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 476b7c5f60c3d549ad5f6e3fafbc0a6d7cd34e9e
User & Date: chw 2019-07-16 04:57:52.683
Context
2019-07-16
20:36
add tcl upstream changes check-in: 6e36b8fa44 user: chw tags: trunk
05:01
merge with trunk check-in: c274bfeaf1 user: chw tags: wtf-8-experiment
04:57
in undroid/vanillawish build scripts set macosx min version to 10.10 check-in: 476b7c5f60 user: chw tags: trunk
04:55
add tk upstream changes check-in: ac417d65fd user: chw tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to undroid/build-undroidwish-macosx.sh.
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
echo "undroidwish - AndroWish sans the borg, a project just for pun."
echo

# the toolchain
STRIP="strip -S -x"
AR=ar
RANLIB=ranlib
CC="cc -DTCL_UTF_MAX=6"
CXX="c++ -fno-exceptions -fno-rtti -DTCL_UTF_MAX=6"
NM=nm
# RPATH for binaries
ADD_RPATH="/Applications/VLC.app/Contents/MacOS/lib"
export STRIP AR RANLIB CC CXX RC NM ADD_RPATH

SUBDIRS="tcl libressl zlib curl tcludp tdom tclvfs tclkit trofs tbcload"
SUBDIRS="${SUBDIRS} tls libwebsockets"







|
|







74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
echo "undroidwish - AndroWish sans the borg, a project just for pun."
echo

# the toolchain
STRIP="strip -S -x"
AR=ar
RANLIB=ranlib
CC="cc -DTCL_UTF_MAX=6 -mmacosx-version-min=10.10"
CXX="c++ -fno-exceptions -fno-rtti -DTCL_UTF_MAX=6 -mmacosx-version-min=10.10"
NM=nm
# RPATH for binaries
ADD_RPATH="/Applications/VLC.app/Contents/MacOS/lib"
export STRIP AR RANLIB CC CXX RC NM ADD_RPATH

SUBDIRS="tcl libressl zlib curl tcludp tdom tclvfs tclkit trofs tbcload"
SUBDIRS="${SUBDIRS} tls libwebsockets"
Changes to undroid/build-vanilla-macosx.sh.
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
echo "vanilla{tclsh,wish} - Build script for standard Tcl/Tk"
echo

# the toolchain
STRIP="strip -S -x"
AR=ar
RANLIB=ranlib
CC="cc -DTCL_UTF_MAX=6"
CXX="c++ -fno-exceptions -fno-rtti -DTCL_UTF_MAX=6"
NM=nm
# RPATH for binaries
ADD_RPATH="/Applications/VLC.app/Contents/MacOS/lib"
export STRIP AR RANLIB CC CXX RC NM ADD_RPATH

SUBDIRS="tcl libressl zlib curl tcludp tdom tclvfs tclkit trofs tbcload tls"
SUBDIRS="${SUBDIRS} Memchan TclCurl sdl2tk jpeg-turbo"







|
|







75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
echo "vanilla{tclsh,wish} - Build script for standard Tcl/Tk"
echo

# the toolchain
STRIP="strip -S -x"
AR=ar
RANLIB=ranlib
CC="cc -DTCL_UTF_MAX=6 -mmacosx-version-min=10.10"
CXX="c++ -fno-exceptions -fno-rtti -DTCL_UTF_MAX=6 -mmacosx-version-min=10.10"
NM=nm
# RPATH for binaries
ADD_RPATH="/Applications/VLC.app/Contents/MacOS/lib"
export STRIP AR RANLIB CC CXX RC NM ADD_RPATH

SUBDIRS="tcl libressl zlib curl tcludp tdom tclvfs tclkit trofs tbcload tls"
SUBDIRS="${SUBDIRS} Memchan TclCurl sdl2tk jpeg-turbo"