]> git.saurik.com Git - wxWidgets.git/commitdiff
Enabled wxStaticLine for wxMotif. Added checklst.cpp and spinbutt.cpp to Motif compi...
authorMichael Bedward <mbedward@ozemail.com.au>
Fri, 3 Sep 1999 05:16:19 +0000 (05:16 +0000)
committerMichael Bedward <mbedward@ozemail.com.au>
Fri, 3 Sep 1999 05:16:19 +0000 (05:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3559 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

Makefile.in
configure.in

index 258acd17f775d722ff4e327499012ddeef73fc7e..146932dbd4d2c931da12ebd6387c0af9e2a58677 100644 (file)
@@ -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 \
index 7d556f41b735a3357576af15ae0cd667f2cb3e73..919de5ba6e6c9eea0db781801e7b30da8ae6eced 100644 (file)
@@ -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