]> git.saurik.com Git - wxWidgets.git/blob - src/gtk.inc
Added validation support
[wxWidgets.git] / src / gtk.inc
1 # needed for unactivated
2 NONE =
3
4 # define library name
5 LIB_TARGET=wx_gtk
6 LIB_MAJOR=1
7 LIB_MINOR=91
8
9 # define library sources
10
11 LIB_CPP_SRC=\
12 \
13 common/cmndata.cpp \
14 common/config.cpp \
15 common/date.cpp \
16 common/docmdi.cpp \
17 common/docview.cpp \
18 common/dynarray.cpp \
19 common/dynlib.cpp \
20 common/event.cpp \
21 common/file.cpp \
22 common/fileconf.cpp \
23 common/filefn.cpp \
24 common/gdicmn.cpp \
25 common/hash.cpp \
26 common/helpbase.cpp \
27 common/intl.cpp \
28 common/ipcbase.cpp \
29 common/layout.cpp \
30 common/list.cpp \
31 common/log.cpp \
32 common/matrix.cpp \
33 common/memory.cpp \
34 common/module.cpp \
35 common/object.cpp \
36 common/odbc.cpp \
37 common/postscrp.cpp \
38 common/prntbase.cpp \
39 common/resource.cpp \
40 common/serbase.cpp \
41 common/string.cpp \
42 common/textfile.cpp \
43 common/time.cpp \
44 common/timercmn.cpp \
45 common/utilscmn.cpp \
46 common/wincmn.cpp \
47 common/framecmn.cpp \
48 common/stream.cpp \
49 common/datstrm.cpp \
50 common/fstream.cpp \
51 common/mstream.cpp \
52 common/zstream.cpp \
53 common/objstrm.cpp \
54 common/validate.cpp \
55 common/valtext.cpp \
56 common/wxexpr.cpp \
57 \
58 gtk/app.cpp \
59 gtk/bitmap.cpp \
60 gtk/bmpbuttn.cpp \
61 gtk/brush.cpp \
62 gtk/button.cpp \
63 gtk/checkbox.cpp \
64 gtk/choice.cpp \
65 gtk/colour.cpp \
66 gtk/control.cpp \
67 gtk/combobox.cpp \
68 gtk/cursor.cpp \
69 gtk/data.cpp \
70 gtk/dc.cpp \
71 gtk/dcclient.cpp \
72 gtk/dcmemory.cpp \
73 gtk/dcscreen.cpp \
74 gtk/dnd.cpp \
75 gtk/dialog.cpp \
76 gtk/filedlg.cpp \
77 gtk/font.cpp \
78 gtk/frame.cpp \
79 gtk/gauge.cpp \
80 gtk/gdiobj.cpp \
81 gtk/icon.cpp \
82 gtk/listbox.cpp \
83 gtk/mdi.cpp \
84 gtk/menu.cpp \
85 gtk/notebook.cpp \
86 gtk/palette.cpp \
87 gtk/pen.cpp \
88 gtk/radiobox.cpp \
89 gtk/radiobut.cpp \
90 gtk/region.cpp \
91 gtk/scrolbar.cpp \
92 gtk/settings.cpp \
93 gtk/slider.cpp \
94 gtk/statbox.cpp \
95 gtk/statbmp.cpp \
96 gtk/stattext.cpp \
97 gtk/tbargtk.cpp \
98 gtk/textctrl.cpp \
99 gtk/timer.cpp \
100 gtk/utilsgtk.cpp \
101 gtk/utilsres.cpp \
102 gtk/window.cpp \
103 \
104 generic/choicdgg.cpp \
105 generic/colrdlgg.cpp \
106 generic/fontdlgg.cpp \
107 generic/gridg.cpp \
108 generic/imaglist.cpp \
109 generic/listctrl.cpp \
110 generic/msgdlgg.cpp \
111 generic/panelg.cpp \
112 generic/printps.cpp \
113 generic/prntdlgg.cpp \
114 generic/scrolwin.cpp \
115 generic/splitter.cpp \
116 generic/statusbr.cpp \
117 generic/tabg.cpp \
118 generic/textdlgg.cpp \
119 generic/treectrl.cpp
120
121
122 LIB_C_SRC=\
123 common/extended.c \
124 \
125 gtk/win_gtk.c \
126 \
127 png/png.c \
128 png/pngset.c \
129 png/pngget.c \
130 png/pngrutil.c \
131 png/pngtrans.c \
132 png/pngwutil.c \
133 png/pngread.c \
134 png/pngrio.c \
135 png/pngwio.c \
136 png/pngwrite.c \
137 png/pngrtran.c \
138 png/pngwtran.c \
139 png/pngmem.c \
140 png/pngerror.c \
141 png/pngpread.c \
142 \
143 zlib/adler32.c \
144 zlib/compress.c \
145 zlib/crc32.c \
146 zlib/gzio.c \
147 zlib/uncompr.c \
148 zlib/deflate.c \
149 zlib/trees.c \
150 zlib/zutil.c \
151 zlib/inflate.c \
152 zlib/infblock.c \
153 zlib/inftrees.c \
154 zlib/infcodes.c \
155 zlib/infutil.c \
156 zlib/inffast.c \
157 \
158 gdk_imlib/cache.c \
159 gdk_imlib/colors.c \
160 gdk_imlib/globals.c \
161 gdk_imlib/load.c \
162 gdk_imlib/misc.c \
163 gdk_imlib/rend.c \
164 gdk_imlib/save.c \
165 gdk_imlib/utils.c \
166 \
167 iodbc/dlf.c \
168 iodbc/dlproc.c \
169 iodbc/herr.c \
170 iodbc/henv.c \
171 iodbc/hdbc.c \
172 iodbc/hstmt.c \
173 iodbc/connect.c \
174 iodbc/prepare.c \
175 iodbc/result.c \
176 iodbc/execute.c \
177 iodbc/fetch.c \
178 iodbc/info.c \
179 iodbc/catalog.c \
180 iodbc/misc.c \
181 iodbc/itrace.c