]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/files.lst
use jast major.minor, not major.minor.micro, in the DLL names
[wxWidgets.git] / src / motif / files.lst
index 17147823483741768c052f9acf3e5d55c5a79ed1..7a4fcad4844c6aa5577d44db9b5daa7ac2fec28d 100644 (file)
@@ -182,7 +182,6 @@ ALL_SOURCES = \
                motif/app.cpp \
                motif/bitmap.cpp \
                motif/bmpbuttn.cpp \
-               motif/brush.cpp \
                motif/button.cpp \
                motif/checkbox.cpp \
                motif/checklst.cpp \
@@ -218,7 +217,6 @@ ALL_SOURCES = \
                motif/minifram.cpp \
                motif/msgdlg.cpp \
                motif/palette.cpp \
-               motif/pen.cpp \
                motif/radiobox.cpp \
                motif/radiobut.cpp \
                motif/region.cpp \
@@ -235,6 +233,8 @@ ALL_SOURCES = \
                motif/toplevel.cpp \
                motif/utils.cpp \
                motif/window.cpp \
+               x11/brush.cpp \
+               x11/pen.cpp \
                unix/dialup.cpp \
                unix/dir.cpp \
                unix/fontenum.cpp \
@@ -513,7 +513,6 @@ ALL_HEADERS = \
                motif/app.h \
                motif/bitmap.h \
                motif/bmpbuttn.h \
-               motif/brush.h \
                motif/button.h \
                motif/checkbox.h \
                motif/checklst.h \
@@ -550,7 +549,6 @@ ALL_HEADERS = \
                motif/minifram.h \
                motif/msgdlg.h \
                motif/palette.h \
-               motif/pen.h \
                motif/print.h \
                motif/printdlg.h \
                motif/private.h \
@@ -565,6 +563,7 @@ ALL_HEADERS = \
                motif/statbox.h \
                motif/stattext.h \
                motif/textctrl.h \
+               motif/tglbtn.h \
                motif/timer.h \
                motif/toolbar.h \
                motif/toplevel.h \
@@ -630,7 +629,9 @@ ALL_HEADERS = \
                protocol/file.h \
                protocol/ftp.h \
                protocol/http.h \
-               protocol/protocol.h
+               protocol/protocol.h \
+               x11/brush.h \
+               x11/pen.h
 
 COMMONOBJS = \
                appcmn.o \
@@ -819,7 +820,6 @@ GUIOBJS = \
                app.o \
                bitmap.o \
                bmpbuttn.o \
-               brush.o \
                button.o \
                checkbox.o \
                checklst.o \
@@ -855,7 +855,6 @@ GUIOBJS = \
                minifram.o \
                msgdlg.o \
                palette.o \
-               pen.o \
                radiobox.o \
                radiobut.o \
                region.o \
@@ -871,7 +870,9 @@ GUIOBJS = \
                toolbar.o \
                toplevel.o \
                utils.o \
-               window.o
+               window.o \
+               brush.o \
+               pen.o
 
 UNIXOBJS = \
                dialup.o \