]> git.saurik.com Git - wxWidgets.git/blob - src/stubs.inc
Added a generic wxProgressDialog and made wxPostscriptPrinter use it.
[wxWidgets.git] / src / stubs.inc
1 # needed for unactivated
2 NONE =
3
4 # define library name
5 LIB_TARGET=wx_stubs
6 LIB_MAJOR=1
7 LIB_MINOR=0
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/paper.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/wfstream.cpp \
51 common/mstream.cpp \
52 common/zstream.cpp \
53 common/objstrm.cpp \
54 common/sckstrm.cpp \
55 common/validate.cpp \
56 common/valgen.cpp \
57 common/valtext.cpp \
58 common/variant.cpp \
59 common/wxexpr.cpp \
60 common/socket.cpp \
61 common/sckaddr.cpp \
62 common/sckipc.cpp \
63 common/protocol.cpp \
64 common/ftp.cpp \
65 common/http.cpp \
66 common/url.cpp \
67 common/tokenzr.cpp \
68 common/wxchar.cpp \
69 \
70 stubs/accel.cpp \
71 stubs/app.cpp \
72 stubs/bitmap.cpp \
73 stubs/bmpbuttn.cpp \
74 stubs/brush.cpp \
75 stubs/button.cpp \
76 stubs/checkbox.cpp \
77 stubs/choice.cpp \
78 stubs/clipbrd.cpp \
79 stubs/colour.cpp \
80 stubs/colordlg.cpp \
81 stubs/control.cpp \
82 stubs/combobox.cpp \
83 stubs/cursor.cpp \
84 stubs/data.cpp \
85 stubs/dc.cpp \
86 stubs/dcclient.cpp \
87 stubs/dcmemory.cpp \
88 stubs/dcscreen.cpp \
89 stubs/dialog.cpp \
90 stubs/dirdlg.cpp \
91 stubs/dnd.cpp \
92 stubs/filedlg.cpp \
93 stubs/font.cpp \
94 stubs/fontdlg.cpp \
95 stubs/frame.cpp \
96 stubs/gauge.cpp \
97 stubs/gdiobj.cpp \
98 stubs/helpxxxx.cpp \
99 stubs/icon.cpp \
100 stubs/imaglist.cpp \
101 stubs/listbox.cpp \
102 stubs/joystick.cpp \
103 stubs/main.cpp \
104 stubs/mdi.cpp \
105 stubs/menu.cpp \
106 stubs/menuitem.cpp \
107 stubs/metafile.cpp \
108 stubs/minifram.cpp \
109 stubs/msgdlg.cpp \
110 stubs/notebook.cpp \
111 stubs/palette.cpp \
112 stubs/pen.cpp \
113 stubs/print.cpp \
114 stubs/radiobox.cpp \
115 stubs/radiobut.cpp \
116 stubs/region.cpp \
117 stubs/scrolbar.cpp \
118 stubs/settings.cpp \
119 stubs/slider.cpp \
120 stubs/spinbutt.cpp \
121 stubs/statbox.cpp \
122 stubs/statbmp.cpp \
123 stubs/stattext.cpp \
124 stubs/statusbr.cpp \
125 stubs/taskbar.cpp \
126 stubs/textctrl.cpp \
127 stubs/thread.cpp \
128 stubs/timer.cpp \
129 stubs/toolbar.cpp \
130 stubs/treectrl.cpp \
131 stubs/utils.cpp \
132 stubs/utilsexc.cpp \
133 stubs/wave.cpp \
134 stubs/window.cpp \
135 \
136 generic/choicdgg.cpp \
137 generic/colrdlgg.cpp \
138 generic/dcpsg.cpp \
139 generic/fontdlgg.cpp \
140 generic/gridg.cpp \
141 generic/imaglist.cpp \
142 generic/listctrl.cpp \
143 generic/laywin.cpp \
144 generic/msgdlgg.cpp \
145 generic/panelg.cpp \
146 generic/printps.cpp \
147 generic/prntdlgg.cpp \
148 generic/sashwin.cpp \
149 generic/scrolwin.cpp \
150 generic/splitter.cpp \
151 generic/statusbr.cpp \
152 generic/tabg.cpp \
153 generic/textdlgg.cpp \
154 generic/treectrl.cpp \
155 generic/progdlgg.cpp
156
157 LIB_C_SRC=\
158 common/extended.c \
159 png/png.c \
160 png/pngset.c \
161 png/pngget.c \
162 png/pngrutil.c \
163 png/pngtrans.c \
164 png/pngwutil.c \
165 png/pngread.c \
166 png/pngrio.c \
167 png/pngwio.c \
168 png/pngwrite.c \
169 png/pngrtran.c \
170 png/pngwtran.c \
171 png/pngmem.c \
172 png/pngerror.c \
173 png/pngpread.c \
174 \
175 zlib/adler32.c \
176 zlib/compress.c \
177 zlib/crc32.c \
178 zlib/gzio.c \
179 zlib/uncompr.c \
180 zlib/deflate.c \
181 zlib/trees.c \
182 zlib/zutil.c \
183 zlib/inflate.c \
184 zlib/infblock.c \
185 zlib/inftrees.c \
186 zlib/infcodes.c \
187 zlib/infutil.c \
188 zlib/inffast.c \
189 \
190 iodbc/dlf.c \
191 iodbc/dlproc.c \
192 iodbc/herr.c \
193 iodbc/henv.c \
194 iodbc/hdbc.c \
195 iodbc/hstmt.c \
196 iodbc/connect.c \
197 iodbc/prepare.c \
198 iodbc/result.c \
199 iodbc/execute.c \
200 iodbc/fetch.c \
201 iodbc/info.c \
202 iodbc/catalog.c \
203 iodbc/misc.c \
204 iodbc/itrace.c