]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk.inc
Oh well, I'll just stuff in the rest of the Unicode changes I have made
[wxWidgets.git] / src / gtk.inc
index 07acc7f521659cd56934b2c4c8d599d4e9543c6e..7ea985ba2375095ac4a9c1d3c9481c557204e6b7 100644 (file)
@@ -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 \