adds gtk1, which was not in wxGTK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2007-03-19 12:50:38 +00:00
parent 5799c14012
commit 43b544be3d

View File

@@ -68,7 +68,7 @@ getfilelist(){
fi
if [ $port = "gtk" ] || [ $port = "all" ]; then
filelist="$filelist gtk.rsp"
filelist="$filelist gtk.rsp gtk1.rsp"
fi
if [ $port = "motif" ] || [ $port = "all" ]; then