Use UNICODE=0 for ansi builds

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-02-24 01:03:18 +00:00
parent 1d6e57680c
commit 1d84f787f4
2 changed files with 13 additions and 13 deletions

View File

@ -90,20 +90,20 @@ elif [ "$1" = "a" ]; then
shift
CMD=
# $0 22 d
# $0 22 h
# $0 22 r
# $0 22 d UNICODE=1
# $0 22 h UNICODE=1
# $0 22 r UNICODE=1
$0 23 d
$0 23 h
$0 23 r
$0 23 d UNICODE=0
$0 23 h UNICODE=0
$0 23 r UNICODE=0
$0 23 d UNICODE=1
$0 23 h UNICODE=1
$0 23 r UNICODE=1
$0 24 d UNICODE=0
$0 24 h UNICODE=0
$0 24 r UNICODE=0
$0 24 d UNICODE=1
$0 24 h UNICODE=1
$0 24 r UNICODE=1
# "b" --> both debug and hybrid builds
elif [ "$1" = "b" ]; then

View File

@ -108,9 +108,9 @@ mkdir -p dist
for ver in $PYVER; do
echo $ver
b $ver d USE_SWIG=0
b $ver h USE_SWIG=0 EP_ADD_OPTS=1
b $ver r USE_SWIG=0
b $ver d UNICODE=0 USE_SWIG=0
b $ver h UNICODE=0 USE_SWIG=0 EP_ADD_OPTS=1
b $ver r UNICODE=0 USE_SWIG=0
b $ver d UNICODE=1 USE_SWIG=0
b $ver h UNICODE=1 USE_SWIG=0 EP_ADD_OPTS=1
b $ver r UNICODE=1 USE_SWIG=0