]>
git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/files.lst
motif/app.cpp \
motif/bitmap.cpp \
motif/bmpbuttn.cpp \
- motif/brush.cpp \
motif/button.cpp \
motif/checkbox.cpp \
motif/checklst.cpp \
motif/minifram.cpp \
motif/msgdlg.cpp \
motif/palette.cpp \
- motif/pen.cpp \
motif/radiobox.cpp \
motif/radiobut.cpp \
motif/region.cpp \
motif/toplevel.cpp \
motif/utils.cpp \
motif/window.cpp \
+ x11/brush.cpp \
+ x11/pen.cpp \
unix/dialup.cpp \
unix/dir.cpp \
unix/fontenum.cpp \
motif/app.h \
motif/bitmap.h \
motif/bmpbuttn.h \
- motif/brush.h \
motif/button.h \
motif/checkbox.h \
motif/checklst.h \
motif/minifram.h \
motif/msgdlg.h \
motif/palette.h \
- motif/pen.h \
motif/print.h \
motif/printdlg.h \
motif/private.h \
motif/statbox.h \
motif/stattext.h \
motif/textctrl.h \
+ motif/tglbtn.h \
motif/timer.h \
motif/toolbar.h \
motif/toplevel.h \
protocol/file.h \
protocol/ftp.h \
protocol/http.h \
- protocol/protocol.h
+ protocol/protocol.h \
+ x11/brush.h \
+ x11/pen.h
COMMONOBJS = \
appcmn.o \
app.o \
bitmap.o \
bmpbuttn.o \
- brush.o \
button.o \
checkbox.o \
checklst.o \
minifram.o \
msgdlg.o \
palette.o \
- pen.o \
radiobox.o \
radiobut.o \
region.o \
toolbar.o \
toplevel.o \
utils.o \
- window.o
+ window.o \
+ brush.o \
+ pen.o
UNIXOBJS = \
dialup.o \