From 1d84f787f4b881b3c5ee1c8fa3b535db6148dd67 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 24 Feb 2006 01:03:18 +0000 Subject: [PATCH] Use UNICODE=0 for ansi builds git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/b.win32 | 20 ++++++++++---------- wxPython/distrib/all/do-build-windows | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/wxPython/b.win32 b/wxPython/b.win32 index 8444a1dece..80a20cd43b 100644 --- a/wxPython/b.win32 +++ b/wxPython/b.win32 @@ -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 diff --git a/wxPython/distrib/all/do-build-windows b/wxPython/distrib/all/do-build-windows index 58d0bc886c..871ec7696f 100755 --- a/wxPython/distrib/all/do-build-windows +++ b/wxPython/distrib/all/do-build-windows @@ -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 -- 2.45.2