]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk.inc
First part of fixes to make this work under MSW.
[wxWidgets.git] / src / gtk.inc
index 070e9c59fb54e46c786faed254ab42bb820122f9..5df08d7d71a0c3cef0280634fd032b42d90d2bfd 100644 (file)
@@ -13,6 +13,7 @@ LIB_CPP_SRC=\
  common/cmndata.cpp \
  common/config.cpp \
  common/date.cpp \
+ common/dcbase.cpp \
  common/docmdi.cpp \
  common/docview.cpp \
  common/dynarray.cpp \
@@ -122,6 +123,7 @@ LIB_CPP_SRC=\
  gtk/spinbutt.cpp \
  gtk/statbox.cpp \
  gtk/statbmp.cpp \
+ gtk/statline.cpp \
  gtk/stattext.cpp \
  gtk/tbargtk.cpp \
  gtk/textctrl.cpp \
@@ -133,6 +135,7 @@ LIB_CPP_SRC=\
 \
  unix/utilsunx.cpp \
 \
+ generic/caret.cpp \
  generic/choicdgg.cpp \
  generic/dcpsg.cpp \
  generic/colrdlgg.cpp \
@@ -157,7 +160,8 @@ LIB_CPP_SRC=\
  generic/textdlgg.cpp \
  generic/treectrl.cpp \
  generic/helpext.cpp \
- generic/helphtml.cpp
+ generic/helphtml.cpp \
+ generic/progdlgg.cpp
 
 LIB_C_SRC=\
  common/extended.c \