GTK2 is now the default for builds.

Removed the "p"(re) from the version number.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-08-06 00:22:50 +00:00
parent 08ecc92023
commit 5924e48d2e
3 changed files with 23 additions and 9 deletions

View File

@@ -36,8 +36,8 @@ OTHERFLAGS=""
PORTFLAGS=""
if [ "$1" = "gtk1" ]; then
PORTFLAGS=""
if [ "$1" = "gtk1" -o "$1" = "gtk" ]; then
PORTFLAGS="WXPORT=gtk UNICODE=0"
shift
elif [ "$1" = "gtk2" ]; then
PORTFLAGS="WXPORT=gtk2 UNICODE=1"