default is gtk2 & unicode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-09-09 20:35:00 +00:00
parent 4b960c0f84
commit 0453da6205

View File

@ -33,7 +33,8 @@ python$PYVER -c "import sys;print '\n', sys.version, '\n'"
SETUP="python$PYVER -u setup.py"
FLAGS="USE_SWIG=1 SWIG=/opt/swig/bin/swig"
OTHERFLAGS=""
PORTFLAGS=""
PORTFLAGS="WXPORT=gtk2 UNICODE=1"
if [ "$1" = "gtk1" -o "$1" = "gtk" ]; then