X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a1a2adef0792a4accda1a7c48052dbfd9511c5fa..d0fff5cb110810d3bee6fa255292f161f7752911:/src/gtk.inc diff --git a/src/gtk.inc b/src/gtk.inc index 2a35a5b834..ab11a9c095 100644 --- a/src/gtk.inc +++ b/src/gtk.inc @@ -16,6 +16,7 @@ LIB_CPP_SRC=\ common/docmdi.cpp \ common/docview.cpp \ common/dynarray.cpp \ + common/dynlib.cpp \ common/event.cpp \ common/file.cpp \ common/fileconf.cpp \ @@ -35,6 +36,8 @@ LIB_CPP_SRC=\ common/odbc.cpp \ common/postscrp.cpp \ common/prntbase.cpp \ + common/resource.cpp \ + common/serbase.cpp \ common/string.cpp \ common/textfile.cpp \ common/time.cpp \ @@ -48,11 +51,13 @@ LIB_CPP_SRC=\ common/mstream.cpp \ common/zstream.cpp \ common/objstrm.cpp \ - common/framecmn.cpp \ - common/wincmn.cpp \ + common/validate.cpp \ + common/valtext.cpp \ + common/wxexpr.cpp \ \ gtk/app.cpp \ gtk/bitmap.cpp \ + gtk/bmpbuttn.cpp \ gtk/brush.cpp \ gtk/button.cpp \ gtk/checkbox.cpp \ @@ -87,6 +92,7 @@ LIB_CPP_SRC=\ gtk/settings.cpp \ gtk/slider.cpp \ gtk/statbox.cpp \ + gtk/statbmp.cpp \ gtk/stattext.cpp \ gtk/tbargtk.cpp \ gtk/textctrl.cpp \ @@ -111,8 +117,7 @@ LIB_CPP_SRC=\ generic/tabg.cpp \ generic/textdlgg.cpp \ generic/treectrl.cpp - -# common/dynlib.cpp Disabled until I write support for DLL on all platforms + LIB_C_SRC=\ common/extended.c \