]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/files.lst
compilation fix for Mac and reformatted the code
[wxWidgets.git] / src / motif / files.lst
index b762acfad2818ebc1cb0f3232aa9fe1485af913e..91ad6317f6bcc6475aa304f61cafaf3fa2983aa5 100644 (file)
@@ -17,7 +17,6 @@ ALL_SOURCES = \
                generic/gridctrl.cpp \
                generic/gridsel.cpp \
                generic/helpext.cpp \
-               generic/helphtml.cpp \
                generic/imaglist.cpp \
                generic/laywin.cpp \
                generic/listctrl.cpp \
@@ -60,6 +59,7 @@ ALL_SOURCES = \
                common/cshelp.cpp \
                common/ctrlcmn.cpp \
                common/ctrlsub.cpp \
+               common/datacmn.cpp \
                common/datetime.cpp \
                common/datstrm.cpp \
                common/db.cpp \
@@ -216,7 +216,6 @@ ALL_SOURCES = \
                motif/palette.cpp \
                motif/radiobox.cpp \
                motif/radiobut.cpp \
-               motif/region.cpp \
                motif/scrolbar.cpp \
                motif/settings.cpp \
                motif/slider.cpp \
@@ -233,6 +232,7 @@ ALL_SOURCES = \
                x11/bitmap.cpp \
                x11/brush.cpp \
                x11/pen.cpp \
+               x11/region.cpp \
                x11/utilsx.cpp \
                unix/dialup.cpp \
                unix/dir.cpp \
@@ -367,7 +367,6 @@ ALL_HEADERS = \
                hashmap.h \
                help.h \
                helpbase.h \
-               helphtml.h \
                helpwin.h \
                icon.h \
                iconbndl.h \
@@ -520,6 +519,7 @@ ALL_HEADERS = \
                motif/cursor.h \
                motif/dataform.h \
                motif/dataobj.h \
+               motif/dataobj2.h \
                motif/dc.h \
                motif/dcclient.h \
                motif/dcmemory.h \
@@ -545,7 +545,6 @@ ALL_HEADERS = \
                motif/private.h \
                motif/radiobox.h \
                motif/radiobut.h \
-               motif/region.h \
                motif/scrolbar.h \
                motif/settings.h \
                motif/slider.h \
@@ -575,7 +574,6 @@ ALL_HEADERS = \
                generic/gridctrl.h \
                generic/gridg.h \
                generic/helpext.h \
-               generic/helphtml.h \
                generic/imaglist.h \
                generic/laywin.h \
                generic/listctrl.h \
@@ -624,7 +622,9 @@ ALL_HEADERS = \
                protocol/protocol.h \
                x11/bitmap.h \
                x11/brush.h \
-               x11/pen.h
+               x11/pen.h \
+               x11/privx.h \
+               x11/region.h
 
 COMMONOBJS = \
                accesscmn.o \
@@ -643,6 +643,7 @@ COMMONOBJS = \
                cshelp.o \
                ctrlcmn.o \
                ctrlsub.o \
+               datacmn.o \
                datetime.o \
                datstrm.o \
                db.o \
@@ -777,7 +778,6 @@ GENERICOBJS = \
                gridctrl.o \
                gridsel.o \
                helpext.o \
-               helphtml.o \
                imaglist.o \
                laywin.o \
                listctrl.o \
@@ -847,7 +847,6 @@ GUIOBJS = \
                palette.o \
                radiobox.o \
                radiobut.o \
-               region.o \
                scrolbar.o \
                settings.o \
                slider.o \
@@ -864,6 +863,7 @@ GUIOBJS = \
                bitmap.o \
                brush.o \
                pen.o \
+               region.o \
                utilsx.o
 
 UNIXOBJS = \