From: Michael Bedward Date: Fri, 3 Sep 1999 05:16:19 +0000 (+0000) Subject: Enabled wxStaticLine for wxMotif. Added checklst.cpp and spinbutt.cpp to Motif compi... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d84b1219a54530d2663920689540f9c325d3a49a Enabled wxStaticLine for wxMotif. Added checklst.cpp and spinbutt.cpp to Motif compilation. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3559 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/Makefile.in b/Makefile.in index 258acd17f7..146932dbd4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ # -# This file was automatically generated by tmake at 15:02, 1999/08/29 +# This file was automatically generated by tmake at 14:36, 1999/09/03 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE UNX.T! # @@ -945,6 +945,7 @@ MOTIF_GENERICOBJS = \ sashwin.o \ scrolwin.o \ splitter.o \ + statline.o \ statusbr.o \ tabg.o \ textdlgg.o \ @@ -980,6 +981,7 @@ MOTIF_GENERICDEPS = \ sashwin.d \ scrolwin.d \ splitter.d \ + statline.d \ statusbr.d \ tabg.d \ textdlgg.d \ @@ -1170,6 +1172,7 @@ MOTIF_GUIOBJS = \ brush.o \ button.o \ checkbox.o \ + checklst.o \ choice.o \ clipbrd.o \ colour.o \ @@ -1205,6 +1208,7 @@ MOTIF_GUIOBJS = \ scrolbar.o \ settings.o \ slider.o \ + spinbutt.o \ statbmp.o \ statbox.o \ stattext.o \ @@ -1223,6 +1227,7 @@ MOTIF_GUIDEPS = \ brush.d \ button.d \ checkbox.d \ + checklst.d \ choice.d \ clipbrd.d \ colour.d \ @@ -1258,6 +1263,7 @@ MOTIF_GUIDEPS = \ scrolbar.d \ settings.d \ slider.d \ + spinbutt.d \ statbmp.d \ statbox.d \ stattext.d \ diff --git a/configure.in b/configure.in index 7d556f41b7..919de5ba6e 100644 --- a/configure.in +++ b/configure.in @@ -2533,11 +2533,7 @@ if test "$wxUSE_STATLINE" = "yes"; then if test "$wxUSE_WINE" = 1 ; then AC_MSG_WARN([wxStaticLine is not supported under WINE]) else - if test "$wxUSE_MOTIF" = 1 ; then - AC_MSG_WARN([wxStaticLine is not supported under Motif]) - else - AC_DEFINE(wxUSE_STATLINE) - fi + AC_DEFINE(wxUSE_STATLINE) fi fi