X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1acd7ba6f2ffc10369ed74a2ac4d8a28eadf1151..9d2f3c71d83c52fc4db6c8041de533562816b1d6:/src/gtk.inc diff --git a/src/gtk.inc b/src/gtk.inc index 07acc7f521..7ea985ba23 100644 --- a/src/gtk.inc +++ b/src/gtk.inc @@ -3,12 +3,11 @@ NONE = # define library name LIB_TARGET=wx_gtk2 -LIB_MAJOR=0 -LIB_MINOR=1 +LIB_MAJOR=1 +LIB_MINOR=0 # define library sources - LIB_CPP_SRC=\ \ common/cmndata.cpp \ @@ -27,23 +26,28 @@ LIB_CPP_SRC=\ common/helpbase.cpp \ common/intl.cpp \ common/image.cpp \ + common/imagjpeg.cpp \ + common/imagpng.cpp \ + common/imaggif.cpp \ common/ipcbase.cpp \ common/layout.cpp \ common/list.cpp \ common/log.cpp \ common/matrix.cpp \ common/memory.cpp \ + common/mimetype.cpp \ common/module.cpp \ common/object.cpp \ common/db.cpp \ common/dbtable.cpp \ - common/postscrp.cpp \ common/prntbase.cpp \ common/serbase.cpp \ + common/paper.cpp \ common/string.cpp \ common/textfile.cpp \ common/time.cpp \ common/timercmn.cpp \ + common/tbarsmpl.cpp \ common/utilscmn.cpp \ common/wincmn.cpp \ common/framecmn.cpp \ @@ -55,6 +59,7 @@ LIB_CPP_SRC=\ common/objstrm.cpp \ common/sckstrm.cpp \ common/validate.cpp \ + common/valgen.cpp \ common/valtext.cpp \ common/variant.cpp \ common/socket.cpp \ @@ -64,9 +69,12 @@ LIB_CPP_SRC=\ common/http.cpp \ common/ftp.cpp \ common/url.cpp \ + common/tbarbase.cpp \ common/tokenzr.cpp \ common/resource.cpp \ common/wxexpr.cpp \ + common/process.cpp \ + common/wxchar.cpp \ \ gtk/accel.cpp \ gtk/app.cpp \ @@ -87,7 +95,6 @@ LIB_CPP_SRC=\ gtk/dc.cpp \ gtk/dcclient.cpp \ gtk/dcmemory.cpp \ - gtk/dcps.cpp \ gtk/dcscreen.cpp \ gtk/dnd.cpp \ gtk/dialog.cpp \ @@ -118,11 +125,15 @@ LIB_CPP_SRC=\ gtk/tbargtk.cpp \ gtk/textctrl.cpp \ gtk/timer.cpp \ + gtk/tooltip.cpp \ gtk/utilsgtk.cpp \ gtk/utilsres.cpp \ gtk/window.cpp \ +\ + unix/utilsunx.cpp \ \ generic/choicdgg.cpp \ + generic/dcpsg.cpp \ generic/colrdlgg.cpp \ generic/dirdlgg.cpp \ generic/fontdlgg.cpp \ @@ -144,7 +155,8 @@ LIB_CPP_SRC=\ generic/tabg.cpp \ generic/textdlgg.cpp \ generic/treectrl.cpp \ - generic/helpext.cpp + generic/helpext.cpp \ + generic/helphtml.cpp LIB_C_SRC=\ common/extended.c \