]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk.inc
Moved main Makefile.am for wxGTK to /src/gtk
[wxWidgets.git] / src / gtk.inc
index 85ab1775eb37c259c9225768cf2bd43ec193b23c..5df08d7d71a0c3cef0280634fd032b42d90d2bfd 100644 (file)
@@ -3,8 +3,8 @@ NONE =
 
 # define library name
 LIB_TARGET=wx_gtk2
-LIB_MAJOR=0
-LIB_MINOR=1
+LIB_MAJOR=1
+LIB_MINOR=0
 
 # define library sources
 
@@ -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 \
@@ -26,6 +27,9 @@ 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 \
@@ -60,6 +64,7 @@ LIB_CPP_SRC=\
  common/valtext.cpp \
  common/variant.cpp \
  common/socket.cpp \
+ common/sckint.cpp \
  common/sckaddr.cpp \
  common/sckipc.cpp \
  common/protocol.cpp \
@@ -71,6 +76,7 @@ LIB_CPP_SRC=\
  common/resource.cpp \
  common/wxexpr.cpp \
  common/process.cpp \
+ common/wxchar.cpp \
 \
  gtk/accel.cpp \
  gtk/app.cpp \
@@ -117,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 \
@@ -128,6 +135,7 @@ LIB_CPP_SRC=\
 \
  unix/utilsunx.cpp \
 \
+ generic/caret.cpp \
  generic/choicdgg.cpp \
  generic/dcpsg.cpp \
  generic/colrdlgg.cpp \
@@ -152,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 \