generic/tipdlg.cpp \
generic/tipwin.cpp \
generic/treectlg.cpp \
- generic/treelay.cpp \
generic/wizard.cpp \
common/accesscmn.cpp \
common/appcmn.cpp \
common/cshelp.cpp \
common/ctrlcmn.cpp \
common/ctrlsub.cpp \
+ common/datacmn.cpp \
common/datetime.cpp \
common/datstrm.cpp \
common/db.cpp \
common/stream.cpp \
common/string.cpp \
common/sysopt.cpp \
+ common/taskbarcmn.cpp \
common/tbarbase.cpp \
common/textbuf.cpp \
common/textcmn.cpp \
common/zstream.cpp \
motif/accel.cpp \
motif/app.cpp \
- motif/bitmap.cpp \
motif/bmpbuttn.cpp \
motif/bmpmotif.cpp \
motif/button.cpp \
motif/toplevel.cpp \
motif/utils.cpp \
motif/window.cpp \
+ x11/bitmap.cpp \
x11/brush.cpp \
x11/pen.cpp \
+ x11/utilsx.cpp \
unix/dialup.cpp \
unix/dir.cpp \
unix/fontenum.cpp \
unix/gsocket.c \
unix/mimetype.cpp \
unix/snglinst.cpp \
+ unix/taskbarx11.cpp \
unix/threadpsx.cpp \
unix/utilsunx.cpp \
unix/utilsx11.cpp \
zstream.h \
motif/accel.h \
motif/app.h \
- motif/bitmap.h \
motif/bmpbuttn.h \
motif/bmpmotif.h \
motif/button.h \
unix/fontutil.h \
unix/gsockunx.h \
unix/mimetype.h \
+ unix/taskbarx11.h \
unix/utilsx11.h \
html/forcelnk.h \
html/helpctrl.h \
protocol/ftp.h \
protocol/http.h \
protocol/protocol.h \
+ x11/bitmap.h \
x11/brush.h \
x11/pen.h
cshelp.o \
ctrlcmn.o \
ctrlsub.o \
+ datacmn.o \
datetime.o \
datstrm.o \
db.o \
stream.o \
string.o \
sysopt.o \
+ taskbarcmn.o \
tbarbase.o \
textbuf.o \
textcmn.o \
tipdlg.o \
tipwin.o \
treectlg.o \
- treelay.o \
wizard.o
GUIOBJS = \
xmcombo.o \
accel.o \
app.o \
- bitmap.o \
bmpbuttn.o \
bmpmotif.o \
button.o \
toplevel.o \
utils.o \
window.o \
+ bitmap.o \
brush.o \
- pen.o
+ pen.o \
+ utilsx.o
UNIXOBJS = \
dialup.o \
gsocket.o \
mimetype.o \
snglinst.o \
+ taskbarx11.o \
threadpsx.o \
utilsunx.o \
utilsx11.o