]>
Commit | Line | Data |
---|---|---|
b7f4f350 VZ |
1 | # Microsoft Developer Studio Project File - Name="wxUniv" - Package Owner=<4> |
2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00 | |
3 | # ** DO NOT EDIT ** | |
4 | ||
5 | # TARGTYPE "Win32 (x86) Static Library" 0x0104 | |
6 | ||
7 | CFG=wxUniv - Win32 Debug | |
8 | !MESSAGE This is not a valid makefile. To build this project using NMAKE, | |
9 | !MESSAGE use the Export Makefile command and run | |
10 | !MESSAGE | |
11 | !MESSAGE NMAKE /f "wxUniv.mak". | |
12 | !MESSAGE | |
13 | !MESSAGE You can specify a configuration when running NMAKE | |
14 | !MESSAGE by defining the macro CFG on the command line. For example: | |
15 | !MESSAGE | |
16 | !MESSAGE NMAKE /f "wxUniv.mak" CFG="wxUniv - Win32 Debug" | |
17 | !MESSAGE | |
18 | !MESSAGE Possible choices for configuration are: | |
19 | !MESSAGE | |
20 | !MESSAGE "wxUniv - Win32 Release" (based on "Win32 (x86) Static Library") | |
21 | !MESSAGE "wxUniv - Win32 Debug" (based on "Win32 (x86) Static Library") | |
22 | !MESSAGE | |
23 | ||
24 | # Begin Project | |
25 | # PROP AllowPerConfigDependencies 0 | |
8e7b0418 VZ |
26 | # PROP Scc_ProjName "" |
27 | # PROP Scc_LocalPath "" | |
b7f4f350 VZ |
28 | CPP=cl.exe |
29 | RSC=rc.exe | |
30 | ||
31 | !IF "$(CFG)" == "wxUniv - Win32 Release" | |
32 | ||
33 | # PROP BASE Use_MFC 0 | |
34 | # PROP BASE Use_Debug_Libraries 0 | |
35 | # PROP BASE Output_Dir "../lib" | |
36 | # PROP BASE Intermediate_Dir "../UnivRelease" | |
37 | # PROP BASE Target_Dir "" | |
38 | # PROP Use_MFC 0 | |
39 | # PROP Use_Debug_Libraries 0 | |
40 | # PROP Output_Dir "../lib" | |
41 | # PROP Intermediate_Dir "../UnivRelease" | |
42 | # PROP Target_Dir "" | |
43 | # ADD BASE CPP /nologo /MD /W4 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MT" /YX /FD /c | |
44 | # ADD CPP /nologo /MD /W4 /O2 /I "../lib/univ" /I "../include" /I "./zlib" /I "./jpeg" /I "./png" /I "./regex" /I "./tiff" /D "WIN32" /D "NDEBUG" /D WINVER=0x0400 /D "STRICT" /D "__WXUNIVERSAL__" /Yu"wx/wxprec.h" /FD /c | |
45 | # ADD BASE RSC /l 0x409 | |
46 | # ADD RSC /l 0x409 | |
47 | BSC32=bscmake.exe | |
48 | # ADD BASE BSC32 /nologo | |
49 | # ADD BSC32 /nologo | |
50 | LIB32=link.exe -lib | |
51 | # ADD BASE LIB32 /nologo | |
91f5c4d0 | 52 | # ADD LIB32 /nologo /out:"..\lib\wxuniv.lib" |
b7f4f350 VZ |
53 | |
54 | !ELSEIF "$(CFG)" == "wxUniv - Win32 Debug" | |
55 | ||
56 | # PROP BASE Use_MFC 0 | |
57 | # PROP BASE Use_Debug_Libraries 1 | |
58 | # PROP BASE Output_Dir "../lib" | |
59 | # PROP BASE Intermediate_Dir "../UnivDebug" | |
60 | # PROP BASE Target_Dir "" | |
61 | # PROP Use_MFC 0 | |
62 | # PROP Use_Debug_Libraries 1 | |
63 | # PROP Output_Dir "../lib" | |
64 | # PROP Intermediate_Dir "../UnivDebug" | |
65 | # PROP Target_Dir "" | |
66 | # ADD BASE CPP /nologo /MDd /W4 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c | |
67 | # ADD CPP /nologo /MDd /W4 /Zi /Od /I "../lib/univd" /I "../include" /I "./zlib" /I "./jpeg" /I "./png" /I "./regex" /I "./tiff" /D "WIN32" /D "_DEBUG" /D "__WXDEBUG__" /D WINVER=0x0400 /D "STRICT" /D "__WXUNIVERSAL__" /Yu"wx/wxprec.h" /FD /c | |
68 | # ADD BASE RSC /l 0x409 | |
69 | # ADD RSC /l 0x409 | |
70 | BSC32=bscmake.exe | |
71 | # ADD BASE BSC32 /nologo | |
72 | # ADD BSC32 /nologo | |
73 | LIB32=link.exe -lib | |
74 | # ADD BASE LIB32 /nologo | |
75 | # ADD LIB32 /nologo /out:"..\lib\wxunivd.lib" | |
76 | ||
77 | !ENDIF | |
78 | ||
79 | # Begin Target | |
80 | ||
81 | # Name "wxUniv - Win32 Release" | |
82 | # Name "wxUniv - Win32 Debug" | |
83 | # Begin Group "Common Files" | |
84 | ||
85 | # PROP Default_Filter "" | |
86 | # Begin Source File | |
87 | ||
88 | SOURCE=.\common\appcmn.cpp | |
89 | # End Source File | |
90 | # Begin Source File | |
91 | ||
f435c1f0 VS |
92 | SOURCE=.\common\artprov.cpp |
93 | # End Source File | |
94 | # Begin Source File | |
95 | ||
96 | SOURCE=.\common\artstd.cpp | |
97 | # End Source File | |
98 | # Begin Source File | |
99 | ||
2e8b69c7 VS |
100 | SOURCE=.\common\bmpbase.cpp |
101 | # End Source File | |
102 | # Begin Source File | |
103 | ||
b7f4f350 VZ |
104 | SOURCE=.\common\choiccmn.cpp |
105 | # End Source File | |
106 | # Begin Source File | |
107 | ||
108 | SOURCE=.\common\clipcmn.cpp | |
109 | # End Source File | |
110 | # Begin Source File | |
111 | ||
91f5c4d0 VZ |
112 | SOURCE=.\common\clntdata.cpp |
113 | # End Source File | |
114 | # Begin Source File | |
115 | ||
b7f4f350 VZ |
116 | SOURCE=.\common\cmdline.cpp |
117 | # End Source File | |
118 | # Begin Source File | |
119 | ||
120 | SOURCE=.\common\cmdproc.cpp | |
121 | # End Source File | |
122 | # Begin Source File | |
123 | ||
124 | SOURCE=.\common\cmndata.cpp | |
125 | # End Source File | |
126 | # Begin Source File | |
127 | ||
128 | SOURCE=.\common\config.cpp | |
129 | # End Source File | |
130 | # Begin Source File | |
131 | ||
132 | SOURCE=.\common\containr.cpp | |
133 | # End Source File | |
134 | # Begin Source File | |
135 | ||
136 | SOURCE=.\common\cshelp.cpp | |
137 | # End Source File | |
138 | # Begin Source File | |
139 | ||
140 | SOURCE=.\common\ctrlcmn.cpp | |
141 | # End Source File | |
142 | # Begin Source File | |
143 | ||
144 | SOURCE=.\common\ctrlsub.cpp | |
145 | # End Source File | |
146 | # Begin Source File | |
147 | ||
148 | SOURCE=.\common\datetime.cpp | |
149 | # End Source File | |
150 | # Begin Source File | |
151 | ||
152 | SOURCE=.\common\datstrm.cpp | |
153 | # End Source File | |
154 | # Begin Source File | |
155 | ||
156 | SOURCE=.\common\db.cpp | |
157 | # End Source File | |
158 | # Begin Source File | |
159 | ||
160 | SOURCE=.\common\dbgrid.cpp | |
161 | # End Source File | |
162 | # Begin Source File | |
163 | ||
164 | SOURCE=.\common\dbtable.cpp | |
165 | # End Source File | |
166 | # Begin Source File | |
167 | ||
168 | SOURCE=.\common\dcbase.cpp | |
169 | # End Source File | |
170 | # Begin Source File | |
171 | ||
172 | SOURCE=.\common\dircmn.cpp | |
173 | # End Source File | |
174 | # Begin Source File | |
175 | ||
176 | SOURCE=.\common\dlgcmn.cpp | |
177 | # End Source File | |
178 | # Begin Source File | |
179 | ||
180 | SOURCE=.\common\dndcmn.cpp | |
181 | # End Source File | |
182 | # Begin Source File | |
183 | ||
184 | SOURCE=.\common\dobjcmn.cpp | |
185 | # End Source File | |
186 | # Begin Source File | |
187 | ||
188 | SOURCE=.\common\docmdi.cpp | |
189 | # End Source File | |
190 | # Begin Source File | |
191 | ||
192 | SOURCE=.\common\docview.cpp | |
193 | # End Source File | |
194 | # Begin Source File | |
195 | ||
10eb1f1e VZ |
196 | SOURCE=.\common\dseldlg.cpp |
197 | # End Source File | |
198 | # Begin Source File | |
199 | ||
b7f4f350 VZ |
200 | SOURCE=.\common\dynarray.cpp |
201 | # End Source File | |
202 | # Begin Source File | |
203 | ||
204 | SOURCE=.\common\dynlib.cpp | |
205 | # End Source File | |
206 | # Begin Source File | |
207 | ||
0b9ab0bd RL |
208 | SOURCE=.\common\dynload.cpp |
209 | # End Source File | |
210 | # Begin Source File | |
211 | ||
b7f4f350 VZ |
212 | SOURCE=.\common\effects.cpp |
213 | # End Source File | |
214 | # Begin Source File | |
215 | ||
216 | SOURCE=.\common\encconv.cpp | |
217 | # End Source File | |
218 | # Begin Source File | |
219 | ||
220 | SOURCE=.\common\event.cpp | |
221 | # End Source File | |
222 | # Begin Source File | |
223 | ||
224 | SOURCE=.\common\fddlgcmn.cpp | |
225 | # End Source File | |
226 | # Begin Source File | |
227 | ||
228 | SOURCE=.\common\ffile.cpp | |
229 | # End Source File | |
230 | # Begin Source File | |
231 | ||
232 | SOURCE=.\common\file.cpp | |
233 | # End Source File | |
234 | # Begin Source File | |
235 | ||
236 | SOURCE=.\common\fileconf.cpp | |
237 | # End Source File | |
238 | # Begin Source File | |
239 | ||
240 | SOURCE=.\common\filefn.cpp | |
241 | # End Source File | |
242 | # Begin Source File | |
243 | ||
244 | SOURCE=.\common\filename.cpp | |
245 | # End Source File | |
246 | # Begin Source File | |
247 | ||
248 | SOURCE=.\common\filesys.cpp | |
249 | # End Source File | |
250 | # Begin Source File | |
251 | ||
252 | SOURCE=.\common\fontcmn.cpp | |
253 | # End Source File | |
254 | # Begin Source File | |
255 | ||
256 | SOURCE=.\common\fontmap.cpp | |
257 | # End Source File | |
258 | # Begin Source File | |
259 | ||
260 | SOURCE=.\common\framecmn.cpp | |
261 | # End Source File | |
262 | # Begin Source File | |
263 | ||
264 | SOURCE=.\common\fs_inet.cpp | |
265 | # End Source File | |
266 | # Begin Source File | |
267 | ||
268 | SOURCE=.\common\fs_mem.cpp | |
269 | # End Source File | |
270 | # Begin Source File | |
271 | ||
272 | SOURCE=.\common\fs_zip.cpp | |
273 | # End Source File | |
274 | # Begin Source File | |
275 | ||
276 | SOURCE=.\common\ftp.cpp | |
277 | # End Source File | |
278 | # Begin Source File | |
279 | ||
280 | SOURCE=.\common\gaugecmn.cpp | |
281 | # End Source File | |
282 | # Begin Source File | |
283 | ||
284 | SOURCE=.\common\gdicmn.cpp | |
285 | # End Source File | |
286 | # Begin Source File | |
287 | ||
288 | SOURCE=.\common\geometry.cpp | |
289 | # End Source File | |
290 | # Begin Source File | |
291 | ||
292 | SOURCE=.\common\gifdecod.cpp | |
293 | # End Source File | |
294 | # Begin Source File | |
295 | ||
296 | SOURCE=.\common\hash.cpp | |
297 | # End Source File | |
298 | # Begin Source File | |
299 | ||
d74b838c MB |
300 | SOURCE=.\common\hashmap.cpp |
301 | # End Source File | |
302 | # Begin Source File | |
303 | ||
b7f4f350 VZ |
304 | SOURCE=.\common\helpbase.cpp |
305 | # End Source File | |
306 | # Begin Source File | |
307 | ||
308 | SOURCE=.\common\http.cpp | |
309 | # End Source File | |
310 | # Begin Source File | |
311 | ||
f618020a MB |
312 | SOURCE=.\common\iconbndl.cpp |
313 | # End Source File | |
314 | # Begin Source File | |
315 | ||
b7f4f350 VZ |
316 | SOURCE=.\common\imagall.cpp |
317 | # End Source File | |
318 | # Begin Source File | |
319 | ||
320 | SOURCE=.\common\imagbmp.cpp | |
321 | # End Source File | |
322 | # Begin Source File | |
323 | ||
324 | SOURCE=.\common\image.cpp | |
325 | # End Source File | |
326 | # Begin Source File | |
327 | ||
0fa78457 JS |
328 | SOURCE=.\common\imagfill.cpp |
329 | # End Source File | |
330 | # Begin Source File | |
331 | ||
b7f4f350 VZ |
332 | SOURCE=.\common\imaggif.cpp |
333 | # End Source File | |
334 | # Begin Source File | |
335 | ||
6556acfa RD |
336 | SOURCE=.\common\imagiff.cpp |
337 | # End Source File | |
338 | # Begin Source File | |
339 | ||
b7f4f350 VZ |
340 | SOURCE=.\common\imagjpeg.cpp |
341 | # End Source File | |
342 | # Begin Source File | |
343 | ||
344 | SOURCE=.\common\imagpcx.cpp | |
345 | # End Source File | |
346 | # Begin Source File | |
347 | ||
348 | SOURCE=.\common\imagpng.cpp | |
349 | # End Source File | |
350 | # Begin Source File | |
351 | ||
352 | SOURCE=.\common\imagpnm.cpp | |
353 | # End Source File | |
354 | # Begin Source File | |
355 | ||
356 | SOURCE=.\common\imagtiff.cpp | |
357 | # End Source File | |
358 | # Begin Source File | |
359 | ||
360 | SOURCE=.\common\imagxpm.cpp | |
361 | # End Source File | |
362 | # Begin Source File | |
363 | ||
364 | SOURCE=.\common\intl.cpp | |
365 | # End Source File | |
366 | # Begin Source File | |
367 | ||
368 | SOURCE=.\common\ipcbase.cpp | |
369 | # End Source File | |
370 | # Begin Source File | |
371 | ||
372 | SOURCE=.\common\layout.cpp | |
373 | # End Source File | |
374 | # Begin Source File | |
375 | ||
376 | SOURCE=.\common\lboxcmn.cpp | |
377 | # End Source File | |
378 | # Begin Source File | |
379 | ||
380 | SOURCE=.\common\list.cpp | |
381 | # End Source File | |
382 | # Begin Source File | |
383 | ||
384 | SOURCE=.\common\log.cpp | |
385 | # End Source File | |
386 | # Begin Source File | |
387 | ||
388 | SOURCE=.\common\longlong.cpp | |
389 | # End Source File | |
390 | # Begin Source File | |
391 | ||
392 | SOURCE=.\common\matrix.cpp | |
393 | # End Source File | |
394 | # Begin Source File | |
395 | ||
396 | SOURCE=.\common\memory.cpp | |
397 | # End Source File | |
398 | # Begin Source File | |
399 | ||
400 | SOURCE=.\common\menucmn.cpp | |
401 | # End Source File | |
402 | # Begin Source File | |
403 | ||
404 | SOURCE=.\common\mimecmn.cpp | |
405 | # End Source File | |
406 | # Begin Source File | |
407 | ||
408 | SOURCE=.\common\module.cpp | |
409 | # End Source File | |
410 | # Begin Source File | |
411 | ||
dc0e23b8 MB |
412 | SOURCE=.\common\msgout.cpp |
413 | # End Source File | |
414 | # Begin Source File | |
415 | ||
b7f4f350 VZ |
416 | SOURCE=.\common\mstream.cpp |
417 | # End Source File | |
418 | # Begin Source File | |
419 | ||
420 | SOURCE=.\common\nbkbase.cpp | |
421 | # End Source File | |
422 | # Begin Source File | |
423 | ||
424 | SOURCE=.\common\object.cpp | |
425 | # End Source File | |
426 | # Begin Source File | |
427 | ||
b7f4f350 VZ |
428 | SOURCE=.\common\odbc.cpp |
429 | # End Source File | |
430 | # Begin Source File | |
431 | ||
432 | SOURCE=.\common\paper.cpp | |
433 | # End Source File | |
434 | # Begin Source File | |
435 | ||
436 | SOURCE=.\common\popupcmn.cpp | |
437 | # End Source File | |
438 | # Begin Source File | |
439 | ||
440 | SOURCE=.\common\prntbase.cpp | |
441 | # End Source File | |
442 | # Begin Source File | |
443 | ||
444 | SOURCE=.\common\process.cpp | |
445 | # End Source File | |
446 | # Begin Source File | |
447 | ||
448 | SOURCE=.\common\protocol.cpp | |
449 | # End Source File | |
450 | # Begin Source File | |
451 | ||
452 | SOURCE=.\common\quantize.cpp | |
453 | # End Source File | |
454 | # Begin Source File | |
455 | ||
456 | SOURCE=.\common\radiocmn.cpp | |
457 | # End Source File | |
458 | # Begin Source File | |
459 | ||
460 | SOURCE=.\common\regex.cpp | |
461 | # End Source File | |
462 | # Begin Source File | |
463 | ||
464 | SOURCE=.\common\resource.cpp | |
465 | # End Source File | |
466 | # Begin Source File | |
467 | ||
468 | SOURCE=.\common\sckaddr.cpp | |
469 | # End Source File | |
470 | # Begin Source File | |
471 | ||
472 | SOURCE=.\common\sckfile.cpp | |
473 | # End Source File | |
474 | # Begin Source File | |
475 | ||
476 | SOURCE=.\common\sckipc.cpp | |
477 | # End Source File | |
478 | # Begin Source File | |
479 | ||
480 | SOURCE=.\common\sckstrm.cpp | |
481 | # End Source File | |
482 | # Begin Source File | |
483 | ||
c15521c6 RR |
484 | SOURCE=.\common\settcmn.cpp |
485 | # End Source File | |
486 | # Begin Source File | |
487 | ||
b7f4f350 VZ |
488 | SOURCE=.\common\sizer.cpp |
489 | # End Source File | |
490 | # Begin Source File | |
491 | ||
492 | SOURCE=.\common\socket.cpp | |
493 | # End Source File | |
494 | # Begin Source File | |
495 | ||
71e03035 VZ |
496 | SOURCE=.\common\statbar.cpp |
497 | # End Source File | |
498 | # Begin Source File | |
499 | ||
b7f4f350 VZ |
500 | SOURCE=.\common\strconv.cpp |
501 | # End Source File | |
502 | # Begin Source File | |
503 | ||
504 | SOURCE=.\common\stream.cpp | |
505 | # End Source File | |
506 | # Begin Source File | |
507 | ||
508 | SOURCE=.\common\string.cpp | |
509 | # End Source File | |
510 | # Begin Source File | |
511 | ||
512 | SOURCE=.\common\sysopt.cpp | |
513 | # End Source File | |
514 | # Begin Source File | |
515 | ||
516 | SOURCE=.\common\tbarbase.cpp | |
517 | # End Source File | |
518 | # Begin Source File | |
519 | ||
a3a584a7 VZ |
520 | SOURCE=.\common\textbuf.cpp |
521 | # End Source File | |
522 | # Begin Source File | |
523 | ||
b7f4f350 VZ |
524 | SOURCE=.\common\textcmn.cpp |
525 | # End Source File | |
526 | # Begin Source File | |
527 | ||
528 | SOURCE=.\common\textfile.cpp | |
529 | # End Source File | |
530 | # Begin Source File | |
531 | ||
532 | SOURCE=.\common\timercmn.cpp | |
533 | # End Source File | |
534 | # Begin Source File | |
535 | ||
536 | SOURCE=.\common\tokenzr.cpp | |
537 | # End Source File | |
538 | # Begin Source File | |
539 | ||
540 | SOURCE=.\common\toplvcmn.cpp | |
541 | # End Source File | |
542 | # Begin Source File | |
543 | ||
544 | SOURCE=.\common\treebase.cpp | |
545 | # End Source File | |
546 | # Begin Source File | |
547 | ||
548 | SOURCE=.\common\txtstrm.cpp | |
549 | # End Source File | |
550 | # Begin Source File | |
551 | ||
552 | SOURCE=.\common\url.cpp | |
553 | # End Source File | |
554 | # Begin Source File | |
555 | ||
556 | SOURCE=.\common\utilscmn.cpp | |
557 | # End Source File | |
558 | # Begin Source File | |
559 | ||
560 | SOURCE=.\common\valgen.cpp | |
561 | # End Source File | |
562 | # Begin Source File | |
563 | ||
564 | SOURCE=.\common\validate.cpp | |
565 | # End Source File | |
566 | # Begin Source File | |
567 | ||
568 | SOURCE=.\common\valtext.cpp | |
569 | # End Source File | |
570 | # Begin Source File | |
571 | ||
572 | SOURCE=.\common\variant.cpp | |
573 | # End Source File | |
574 | # Begin Source File | |
575 | ||
576 | SOURCE=.\common\wfstream.cpp | |
577 | # End Source File | |
578 | # Begin Source File | |
579 | ||
580 | SOURCE=.\common\wincmn.cpp | |
581 | # End Source File | |
582 | # Begin Source File | |
583 | ||
584 | SOURCE=.\common\wxchar.cpp | |
585 | # End Source File | |
586 | # Begin Source File | |
587 | ||
588 | SOURCE=.\common\wxexpr.cpp | |
589 | # End Source File | |
590 | # Begin Source File | |
591 | ||
592 | SOURCE=.\common\xpmdecod.cpp | |
593 | # End Source File | |
594 | # Begin Source File | |
595 | ||
596 | SOURCE=.\common\zipstrm.cpp | |
597 | # End Source File | |
598 | # Begin Source File | |
599 | ||
600 | SOURCE=.\common\zstream.cpp | |
601 | # End Source File | |
91f5c4d0 VZ |
602 | |
603 | # Begin Source File | |
604 | ||
605 | SOURCE=.\common\extended.c | |
606 | # SUBTRACT CPP /YX /Yc /Yu | |
607 | # End Source File | |
608 | # Begin Source File | |
609 | ||
610 | SOURCE=.\common\unzip.c | |
611 | # SUBTRACT CPP /YX /Yc /Yu | |
612 | # End Source File | |
613 | ||
b7f4f350 VZ |
614 | # End Group |
615 | # Begin Group "Generic Files" | |
616 | ||
617 | # PROP Default_Filter "" | |
618 | # Begin Source File | |
619 | ||
620 | SOURCE=.\generic\accel.cpp | |
621 | # End Source File | |
622 | # Begin Source File | |
623 | ||
624 | SOURCE=.\generic\busyinfo.cpp | |
625 | # End Source File | |
626 | # Begin Source File | |
627 | ||
628 | SOURCE=.\generic\calctrl.cpp | |
629 | # End Source File | |
630 | # Begin Source File | |
631 | ||
632 | SOURCE=.\generic\choicdgg.cpp | |
633 | # End Source File | |
634 | # Begin Source File | |
635 | ||
636 | SOURCE=.\generic\colrdlgg.cpp | |
637 | # End Source File | |
638 | # Begin Source File | |
639 | ||
67e2efca RL |
640 | SOURCE=.\generic\dcbuffer.cpp |
641 | # End Source File | |
642 | # Begin Source File | |
643 | ||
b7f4f350 VZ |
644 | SOURCE=.\generic\dcpsg.cpp |
645 | # End Source File | |
646 | # Begin Source File | |
647 | ||
648 | SOURCE=.\generic\dirctrlg.cpp | |
649 | # End Source File | |
650 | # Begin Source File | |
651 | ||
652 | SOURCE=.\generic\dirdlgg.cpp | |
653 | # End Source File | |
654 | # Begin Source File | |
655 | ||
656 | SOURCE=.\generic\dragimgg.cpp | |
657 | # End Source File | |
658 | # Begin Source File | |
659 | ||
660 | SOURCE=.\generic\fdrepdlg.cpp | |
661 | # End Source File | |
662 | # Begin Source File | |
663 | ||
664 | SOURCE=.\generic\filedlgg.cpp | |
665 | # End Source File | |
666 | # Begin Source File | |
667 | ||
668 | SOURCE=.\generic\fontdlgg.cpp | |
669 | # End Source File | |
670 | # Begin Source File | |
671 | ||
672 | SOURCE=.\generic\grid.cpp | |
673 | # End Source File | |
674 | # Begin Source File | |
675 | ||
676 | SOURCE=.\generic\gridctrl.cpp | |
677 | # End Source File | |
678 | # Begin Source File | |
679 | ||
680 | SOURCE=.\generic\gridsel.cpp | |
681 | # End Source File | |
682 | # Begin Source File | |
683 | ||
684 | SOURCE=.\generic\helpext.cpp | |
685 | # End Source File | |
686 | # Begin Source File | |
687 | ||
688 | SOURCE=.\generic\helphtml.cpp | |
689 | # End Source File | |
690 | # Begin Source File | |
691 | ||
b7f4f350 VZ |
692 | SOURCE=.\generic\laywin.cpp |
693 | # End Source File | |
694 | # Begin Source File | |
695 | ||
696 | SOURCE=.\generic\listctrl.cpp | |
697 | # End Source File | |
698 | # Begin Source File | |
699 | ||
700 | SOURCE=.\generic\logg.cpp | |
701 | # End Source File | |
702 | # Begin Source File | |
703 | ||
704 | SOURCE=.\generic\msgdlgg.cpp | |
705 | # End Source File | |
706 | # Begin Source File | |
707 | ||
708 | SOURCE=.\generic\numdlgg.cpp | |
709 | # End Source File | |
710 | # Begin Source File | |
711 | ||
712 | SOURCE=.\generic\panelg.cpp | |
713 | # End Source File | |
714 | # Begin Source File | |
715 | ||
716 | SOURCE=.\generic\printps.cpp | |
717 | # End Source File | |
718 | # Begin Source File | |
719 | ||
720 | SOURCE=.\generic\prntdlgg.cpp | |
721 | # End Source File | |
722 | # Begin Source File | |
723 | ||
724 | SOURCE=.\generic\progdlgg.cpp | |
725 | # End Source File | |
726 | # Begin Source File | |
727 | ||
728 | SOURCE=.\generic\prop.cpp | |
729 | # End Source File | |
730 | # Begin Source File | |
731 | ||
732 | SOURCE=.\generic\propform.cpp | |
733 | # End Source File | |
734 | # Begin Source File | |
735 | ||
736 | SOURCE=.\generic\proplist.cpp | |
737 | # End Source File | |
738 | # Begin Source File | |
739 | ||
740 | SOURCE=.\generic\sashwin.cpp | |
741 | # End Source File | |
742 | # Begin Source File | |
743 | ||
744 | SOURCE=.\generic\scrlwing.cpp | |
745 | # End Source File | |
746 | # Begin Source File | |
747 | ||
748 | SOURCE=.\generic\spinctlg.cpp | |
749 | # End Source File | |
750 | # Begin Source File | |
751 | ||
752 | SOURCE=.\generic\splash.cpp | |
753 | # End Source File | |
754 | # Begin Source File | |
755 | ||
756 | SOURCE=.\generic\splitter.cpp | |
757 | # End Source File | |
758 | # Begin Source File | |
759 | ||
b7f4f350 VZ |
760 | SOURCE=.\generic\tabg.cpp |
761 | # End Source File | |
762 | # Begin Source File | |
763 | ||
764 | SOURCE=.\generic\tbarsmpl.cpp | |
765 | # End Source File | |
766 | # Begin Source File | |
767 | ||
768 | SOURCE=.\generic\textdlgg.cpp | |
769 | # End Source File | |
770 | # Begin Source File | |
771 | ||
772 | SOURCE=.\generic\tipdlg.cpp | |
773 | # End Source File | |
774 | # Begin Source File | |
775 | ||
776 | SOURCE=.\generic\tipwin.cpp | |
777 | # End Source File | |
778 | # Begin Source File | |
779 | ||
780 | SOURCE=.\generic\treectlg.cpp | |
781 | # End Source File | |
782 | # Begin Source File | |
783 | ||
784 | SOURCE=.\generic\treelay.cpp | |
785 | # End Source File | |
786 | # Begin Source File | |
787 | ||
788 | SOURCE=.\generic\wizard.cpp | |
789 | # End Source File | |
91f5c4d0 | 790 | |
b7f4f350 VZ |
791 | # End Group |
792 | # Begin Group "wxHTML Files" | |
793 | ||
794 | # PROP Default_Filter "" | |
795 | # Begin Source File | |
796 | ||
797 | SOURCE=.\html\helpctrl.cpp | |
798 | # End Source File | |
799 | # Begin Source File | |
800 | ||
801 | SOURCE=.\html\helpdata.cpp | |
802 | # End Source File | |
803 | # Begin Source File | |
804 | ||
805 | SOURCE=.\html\helpfrm.cpp | |
806 | # End Source File | |
807 | # Begin Source File | |
808 | ||
809 | SOURCE=.\html\htmlcell.cpp | |
810 | # End Source File | |
811 | # Begin Source File | |
812 | ||
813 | SOURCE=.\html\htmlfilt.cpp | |
814 | # End Source File | |
815 | # Begin Source File | |
816 | ||
817 | SOURCE=.\html\htmlpars.cpp | |
818 | # End Source File | |
819 | # Begin Source File | |
820 | ||
821 | SOURCE=.\html\htmltag.cpp | |
822 | # End Source File | |
823 | # Begin Source File | |
824 | ||
825 | SOURCE=.\html\htmlwin.cpp | |
826 | # End Source File | |
827 | # Begin Source File | |
828 | ||
829 | SOURCE=.\html\htmprint.cpp | |
830 | # End Source File | |
831 | # Begin Source File | |
832 | ||
833 | SOURCE=.\html\m_dflist.cpp | |
834 | # End Source File | |
835 | # Begin Source File | |
836 | ||
837 | SOURCE=.\html\m_fonts.cpp | |
838 | # End Source File | |
839 | # Begin Source File | |
840 | ||
841 | SOURCE=.\html\m_hline.cpp | |
842 | # End Source File | |
843 | # Begin Source File | |
844 | ||
845 | SOURCE=.\html\m_image.cpp | |
846 | # End Source File | |
847 | # Begin Source File | |
848 | ||
849 | SOURCE=.\html\m_layout.cpp | |
850 | # End Source File | |
851 | # Begin Source File | |
852 | ||
853 | SOURCE=.\html\m_links.cpp | |
854 | # End Source File | |
855 | # Begin Source File | |
856 | ||
857 | SOURCE=.\html\m_list.cpp | |
858 | # End Source File | |
859 | # Begin Source File | |
860 | ||
861 | SOURCE=.\html\m_meta.cpp | |
862 | # End Source File | |
863 | # Begin Source File | |
864 | ||
865 | SOURCE=.\html\m_pre.cpp | |
866 | # End Source File | |
867 | # Begin Source File | |
868 | ||
c44fdc94 VS |
869 | SOURCE=.\html\m_style.cpp |
870 | # End Source File | |
871 | # Begin Source File | |
872 | ||
b7f4f350 VZ |
873 | SOURCE=.\html\m_tables.cpp |
874 | # End Source File | |
875 | # Begin Source File | |
876 | ||
877 | SOURCE=.\html\winpars.cpp | |
878 | # End Source File | |
91f5c4d0 | 879 | |
b7f4f350 VZ |
880 | # End Group |
881 | # Begin Group "MSW Files" | |
882 | ||
883 | # PROP Default_Filter "" | |
884 | # Begin Source File | |
885 | ||
91f5c4d0 VZ |
886 | SOURCE=.\msw\dummy.cpp |
887 | # ADD CPP /Yc"wx/wxprec.h" | |
888 | # End Source File | |
889 | # Begin Source File | |
890 | ||
b7f4f350 VZ |
891 | SOURCE=.\msw\app.cpp |
892 | # End Source File | |
893 | # Begin Source File | |
894 | ||
895 | SOURCE=.\msw\bitmap.cpp | |
896 | # End Source File | |
897 | # Begin Source File | |
898 | ||
899 | SOURCE=.\msw\brush.cpp | |
900 | # End Source File | |
901 | # Begin Source File | |
902 | ||
903 | SOURCE=.\msw\caret.cpp | |
904 | # End Source File | |
905 | # Begin Source File | |
906 | ||
907 | SOURCE=.\msw\clipbrd.cpp | |
908 | # End Source File | |
909 | # Begin Source File | |
910 | ||
911 | SOURCE=.\msw\colour.cpp | |
912 | # End Source File | |
913 | # Begin Source File | |
914 | ||
915 | SOURCE=.\msw\cursor.cpp | |
916 | # End Source File | |
917 | # Begin Source File | |
918 | ||
919 | SOURCE=.\msw\data.cpp | |
920 | # End Source File | |
921 | # Begin Source File | |
922 | ||
923 | SOURCE=.\msw\dc.cpp | |
924 | # End Source File | |
925 | # Begin Source File | |
926 | ||
927 | SOURCE=.\msw\dcclient.cpp | |
928 | # End Source File | |
929 | # Begin Source File | |
930 | ||
931 | SOURCE=.\msw\dcmemory.cpp | |
932 | # End Source File | |
933 | # Begin Source File | |
934 | ||
935 | SOURCE=.\msw\dcprint.cpp | |
936 | # End Source File | |
937 | # Begin Source File | |
938 | ||
939 | SOURCE=.\msw\dcscreen.cpp | |
940 | # End Source File | |
941 | # Begin Source File | |
942 | ||
943 | SOURCE=.\msw\dde.cpp | |
944 | # End Source File | |
945 | # Begin Source File | |
946 | ||
947 | SOURCE=.\msw\dib.cpp | |
948 | # End Source File | |
949 | # Begin Source File | |
950 | ||
951 | SOURCE=.\msw\dir.cpp | |
952 | # End Source File | |
953 | # Begin Source File | |
954 | ||
955 | SOURCE=.\msw\evtloop.cpp | |
956 | # End Source File | |
957 | # Begin Source File | |
958 | ||
959 | SOURCE=.\msw\font.cpp | |
960 | # End Source File | |
961 | # Begin Source File | |
962 | ||
963 | SOURCE=.\msw\fontenum.cpp | |
964 | # End Source File | |
965 | # Begin Source File | |
966 | ||
967 | SOURCE=.\msw\fontutil.cpp | |
968 | # End Source File | |
969 | # Begin Source File | |
970 | ||
971 | SOURCE=.\msw\gdiimage.cpp | |
972 | # End Source File | |
973 | # Begin Source File | |
974 | ||
975 | SOURCE=.\msw\gdiobj.cpp | |
976 | # End Source File | |
977 | # Begin Source File | |
978 | ||
979 | SOURCE=.\msw\icon.cpp | |
980 | # End Source File | |
981 | # Begin Source File | |
982 | ||
983 | SOURCE=.\msw\imaglist.cpp | |
984 | # End Source File | |
985 | # Begin Source File | |
986 | ||
987 | SOURCE=.\msw\main.cpp | |
988 | # End Source File | |
989 | # Begin Source File | |
990 | ||
991 | SOURCE=.\msw\mimetype.cpp | |
992 | # End Source File | |
993 | # Begin Source File | |
994 | ||
995 | SOURCE=.\msw\palette.cpp | |
996 | # End Source File | |
997 | # Begin Source File | |
998 | ||
999 | SOURCE=.\msw\pen.cpp | |
1000 | # End Source File | |
1001 | # Begin Source File | |
1002 | ||
3a03c143 VZ |
1003 | SOURCE=.\msw\popupwin.cpp |
1004 | # End Source File | |
1005 | # Begin Source File | |
1006 | ||
b7f4f350 VZ |
1007 | SOURCE=.\msw\regconf.cpp |
1008 | # End Source File | |
1009 | # Begin Source File | |
1010 | ||
1011 | SOURCE=.\msw\region.cpp | |
1012 | # End Source File | |
1013 | # Begin Source File | |
1014 | ||
1015 | SOURCE=.\msw\registry.cpp | |
1016 | # End Source File | |
1017 | # Begin Source File | |
1018 | ||
1019 | SOURCE=.\msw\settings.cpp | |
1020 | # End Source File | |
1021 | # Begin Source File | |
1022 | ||
1023 | SOURCE=.\msw\snglinst.cpp | |
1024 | # End Source File | |
1025 | # Begin Source File | |
1026 | ||
1027 | SOURCE=.\msw\thread.cpp | |
1028 | # End Source File | |
1029 | # Begin Source File | |
1030 | ||
1031 | SOURCE=.\msw\timer.cpp | |
1032 | # End Source File | |
1033 | # Begin Source File | |
1034 | ||
1035 | SOURCE=.\msw\toplevel.cpp | |
1036 | # End Source File | |
1037 | # Begin Source File | |
1038 | ||
1039 | SOURCE=.\msw\utils.cpp | |
1040 | # End Source File | |
1041 | # Begin Source File | |
1042 | ||
1043 | SOURCE=.\msw\utilsexc.cpp | |
1044 | # End Source File | |
1045 | # Begin Source File | |
1046 | ||
a0cb0ba5 VS |
1047 | SOURCE=.\msw\volume.cpp |
1048 | # End Source File | |
1049 | # Begin Source File | |
1050 | ||
b7f4f350 VZ |
1051 | SOURCE=.\msw\window.cpp |
1052 | # End Source File | |
71e03035 | 1053 | |
b7f4f350 VZ |
1054 | # Begin Source File |
1055 | ||
91f5c4d0 VZ |
1056 | SOURCE=.\msw\gsocket.c |
1057 | # SUBTRACT CPP /YX /Yc /Yu | |
b7f4f350 VZ |
1058 | # End Source File |
1059 | # Begin Source File | |
1060 | ||
91f5c4d0 VZ |
1061 | SOURCE=.\msw\gsockmsw.c |
1062 | # SUBTRACT CPP /YX /Yc /Yu | |
b7f4f350 | 1063 | # End Source File |
91f5c4d0 | 1064 | |
b7f4f350 | 1065 | # End Group |
91f5c4d0 VZ |
1066 | # Begin Group "Universal Files" |
1067 | ||
1068 | # PROP Default_Filter "" | |
b7f4f350 VZ |
1069 | # Begin Source File |
1070 | ||
1071 | SOURCE=.\univ\bmpbuttn.cpp | |
1072 | # End Source File | |
1073 | # Begin Source File | |
1074 | ||
1075 | SOURCE=.\univ\button.cpp | |
1076 | # End Source File | |
1077 | # Begin Source File | |
1078 | ||
1079 | SOURCE=.\univ\checkbox.cpp | |
1080 | # End Source File | |
1081 | # Begin Source File | |
1082 | ||
1083 | SOURCE=.\univ\checklst.cpp | |
1084 | # End Source File | |
1085 | # Begin Source File | |
1086 | ||
c1ec1ccf VS |
1087 | SOURCE=.\univ\choice.cpp |
1088 | # End Source File | |
1089 | # Begin Source File | |
1090 | ||
b7f4f350 VZ |
1091 | SOURCE=.\univ\colschem.cpp |
1092 | # End Source File | |
1093 | # Begin Source File | |
1094 | ||
1095 | SOURCE=.\univ\combobox.cpp | |
1096 | # End Source File | |
1097 | # Begin Source File | |
1098 | ||
1099 | SOURCE=.\univ\control.cpp | |
1100 | # End Source File | |
1101 | # Begin Source File | |
1102 | ||
1103 | SOURCE=.\univ\dialog.cpp | |
1104 | # End Source File | |
1105 | # Begin Source File | |
1106 | ||
1107 | SOURCE=.\univ\framuniv.cpp | |
1108 | # End Source File | |
1109 | # Begin Source File | |
1110 | ||
1111 | SOURCE=.\univ\gauge.cpp | |
1112 | # End Source File | |
1113 | # Begin Source File | |
1114 | ||
dc0e23b8 MB |
1115 | SOURCE=.\univ\gtk.cpp |
1116 | # End Source File | |
1117 | # Begin Source File | |
1118 | ||
b7f4f350 VZ |
1119 | SOURCE=.\univ\inpcons.cpp |
1120 | # End Source File | |
1121 | # Begin Source File | |
1122 | ||
1123 | SOURCE=.\univ\inphand.cpp | |
1124 | # End Source File | |
1125 | # Begin Source File | |
1126 | ||
1127 | SOURCE=.\univ\listbox.cpp | |
1128 | # End Source File | |
1129 | # Begin Source File | |
1130 | ||
1131 | SOURCE=.\univ\menu.cpp | |
1132 | # End Source File | |
1133 | # Begin Source File | |
1134 | ||
dc0e23b8 MB |
1135 | SOURCE=.\univ\metal.cpp |
1136 | # End Source File | |
1137 | # Begin Source File | |
1138 | ||
b7f4f350 VZ |
1139 | SOURCE=.\univ\notebook.cpp |
1140 | # End Source File | |
1141 | # Begin Source File | |
1142 | ||
1143 | SOURCE=.\univ\radiobox.cpp | |
1144 | # End Source File | |
1145 | # Begin Source File | |
1146 | ||
1147 | SOURCE=.\univ\radiobut.cpp | |
1148 | # End Source File | |
1149 | # Begin Source File | |
1150 | ||
1151 | SOURCE=.\univ\renderer.cpp | |
1152 | # End Source File | |
1153 | # Begin Source File | |
1154 | ||
1155 | SOURCE=.\univ\scrarrow.cpp | |
1156 | # End Source File | |
1157 | # Begin Source File | |
1158 | ||
1159 | SOURCE=.\univ\scrolbar.cpp | |
1160 | # End Source File | |
1161 | # Begin Source File | |
1162 | ||
1163 | SOURCE=.\univ\scrthumb.cpp | |
1164 | # End Source File | |
1165 | # Begin Source File | |
1166 | ||
1167 | SOURCE=.\univ\slider.cpp | |
1168 | # End Source File | |
1169 | # Begin Source File | |
1170 | ||
1171 | SOURCE=.\univ\spinbutt.cpp | |
1172 | # End Source File | |
1173 | # Begin Source File | |
1174 | ||
1175 | SOURCE=.\univ\statbmp.cpp | |
1176 | # End Source File | |
1177 | # Begin Source File | |
1178 | ||
1179 | SOURCE=.\univ\statbox.cpp | |
1180 | # End Source File | |
1181 | # Begin Source File | |
1182 | ||
1183 | SOURCE=.\univ\statline.cpp | |
1184 | # End Source File | |
1185 | # Begin Source File | |
1186 | ||
1187 | SOURCE=.\univ\stattext.cpp | |
1188 | # End Source File | |
1189 | # Begin Source File | |
1190 | ||
71e03035 VZ |
1191 | SOURCE=.\univ\statusbr.cpp |
1192 | # End Source File | |
1193 | # Begin Source File | |
1194 | ||
b7f4f350 VZ |
1195 | SOURCE=.\univ\textctrl.cpp |
1196 | # End Source File | |
1197 | # Begin Source File | |
1198 | ||
1199 | SOURCE=.\univ\theme.cpp | |
1200 | # End Source File | |
1201 | # Begin Source File | |
1202 | ||
c08a4f00 RR |
1203 | SOURCE=.\univ\toolbar.cpp |
1204 | # End Source File | |
1205 | # Begin Source File | |
1206 | ||
b7f4f350 VZ |
1207 | SOURCE=.\univ\topluniv.cpp |
1208 | # End Source File | |
1209 | # Begin Source File | |
1210 | ||
dc0e23b8 | 1211 | SOURCE=.\univ\win32.cpp |
91f5c4d0 VZ |
1212 | # End Source File |
1213 | # Begin Source File | |
1214 | ||
dc0e23b8 | 1215 | SOURCE=.\univ\winuniv.cpp |
67d947ba | 1216 | # End Source File |
67d947ba | 1217 | |
dc0e23b8 | 1218 | # Begin Group "Theme Files" |
91f5c4d0 | 1219 | |
dc0e23b8 | 1220 | # PROP Default_Filter "" |
91f5c4d0 | 1221 | # End Group |
b7f4f350 VZ |
1222 | # End Group |
1223 | # Begin Group "Headers" | |
1224 | ||
1225 | # PROP Default_Filter "" | |
1226 | # Begin Group "Setup" | |
1227 | ||
1228 | # PROP Default_Filter "" | |
1229 | # Begin Source File | |
1230 | ||
1231 | SOURCE=..\include\wx\univ\setup.h | |
1232 | !IF "$(CFG)" == "wxUniv - Win32 Release" | |
835074fe | 1233 | # Begin Custom Build - Creating lib\univ\wx\setup.h from $(InputPath) |
b7f4f350 VZ |
1234 | InputPath=..\include\wx\univ\setup.h |
1235 | ||
1236 | "../lib/univ/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | |
4175e952 | 1237 | copy "$(InputPath)" ..\lib\univ\wx\setup.h |
b7f4f350 VZ |
1238 | |
1239 | # End Custom Build | |
1240 | !ELSEIF "$(CFG)" == "wxUniv - Win32 Debug" | |
835074fe | 1241 | # Begin Custom Build - Creating lib\univd\wx\setup.h from $(InputPath) |
b7f4f350 VZ |
1242 | InputPath=..\include\wx\univ\setup.h |
1243 | ||
1244 | "../lib/univd/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | |
4175e952 | 1245 | copy "$(InputPath)" ..\lib\univd\wx\setup.h |
b7f4f350 VZ |
1246 | |
1247 | # End Custom Build | |
1248 | !ENDIF | |
1249 | # End Source File | |
1250 | # End Group | |
1251 | # Begin Group "Common" | |
1252 | ||
1253 | # PROP Default_Filter "" | |
1254 | # Begin Source File | |
1255 | ||
1256 | SOURCE=..\include\wx\accel.h | |
1257 | # End Source File | |
1258 | # Begin Source File | |
1259 | ||
1260 | SOURCE=..\include\wx\app.h | |
1261 | # End Source File | |
1262 | # Begin Source File | |
1263 | ||
f435c1f0 VS |
1264 | SOURCE=..\include\wx\artprov.h |
1265 | # End Source File | |
1266 | # Begin Source File | |
1267 | ||
b7f4f350 VZ |
1268 | SOURCE=..\include\wx\bitmap.h |
1269 | # End Source File | |
1270 | # Begin Source File | |
1271 | ||
1272 | SOURCE=..\include\wx\bmpbuttn.h | |
1273 | # End Source File | |
1274 | # Begin Source File | |
1275 | ||
1276 | SOURCE=..\include\wx\brush.h | |
1277 | # End Source File | |
1278 | # Begin Source File | |
1279 | ||
1280 | SOURCE=..\include\wx\buffer.h | |
1281 | # End Source File | |
1282 | # Begin Source File | |
1283 | ||
3a03c143 VZ |
1284 | SOURCE=..\include\wx\build.h |
1285 | # End Source File | |
1286 | # Begin Source File | |
1287 | ||
b7f4f350 VZ |
1288 | SOURCE=..\include\wx\busyinfo.h |
1289 | # End Source File | |
1290 | # Begin Source File | |
1291 | ||
1292 | SOURCE=..\include\wx\button.h | |
1293 | # End Source File | |
1294 | # Begin Source File | |
1295 | ||
1296 | SOURCE=..\include\wx\calctrl.h | |
1297 | # End Source File | |
1298 | # Begin Source File | |
1299 | ||
1300 | SOURCE=..\include\wx\caret.h | |
1301 | # End Source File | |
1302 | # Begin Source File | |
1303 | ||
1304 | SOURCE=..\include\wx\checkbox.h | |
1305 | # End Source File | |
1306 | # Begin Source File | |
1307 | ||
1308 | SOURCE=..\include\wx\checklst.h | |
1309 | # End Source File | |
1310 | # Begin Source File | |
1311 | ||
1312 | SOURCE=..\include\wx\chkconf.h | |
1313 | # End Source File | |
1314 | # Begin Source File | |
1315 | ||
1316 | SOURCE=..\include\wx\choicdlg.h | |
1317 | # End Source File | |
1318 | # Begin Source File | |
1319 | ||
1320 | SOURCE=..\include\wx\choice.h | |
1321 | # End Source File | |
1322 | # Begin Source File | |
1323 | ||
1324 | SOURCE=..\include\wx\clipbrd.h | |
1325 | # End Source File | |
1326 | # Begin Source File | |
1327 | ||
91f5c4d0 VZ |
1328 | SOURCE=..\include\wx\clntdata.h |
1329 | # End Source File | |
1330 | # Begin Source File | |
1331 | ||
b7f4f350 VZ |
1332 | SOURCE=..\include\wx\cmdline.h |
1333 | # End Source File | |
1334 | # Begin Source File | |
1335 | ||
1336 | SOURCE=..\include\wx\cmdproc.h | |
1337 | # End Source File | |
1338 | # Begin Source File | |
1339 | ||
1340 | SOURCE=..\include\wx\cmndata.h | |
1341 | # End Source File | |
1342 | # Begin Source File | |
1343 | ||
1344 | SOURCE=..\include\wx\colordlg.h | |
1345 | # End Source File | |
1346 | # Begin Source File | |
1347 | ||
1348 | SOURCE=..\include\wx\colour.h | |
1349 | # End Source File | |
1350 | # Begin Source File | |
1351 | ||
1352 | SOURCE=..\include\wx\combobox.h | |
1353 | # End Source File | |
1354 | # Begin Source File | |
1355 | ||
1356 | SOURCE=..\include\wx\confbase.h | |
1357 | # End Source File | |
1358 | # Begin Source File | |
1359 | ||
1360 | SOURCE=..\include\wx\config.h | |
1361 | # End Source File | |
1362 | # Begin Source File | |
1363 | ||
1364 | SOURCE=..\include\wx\containr.h | |
1365 | # End Source File | |
1366 | # Begin Source File | |
1367 | ||
1368 | SOURCE=..\include\wx\control.h | |
1369 | # End Source File | |
1370 | # Begin Source File | |
1371 | ||
1372 | SOURCE=..\include\wx\cshelp.h | |
1373 | # End Source File | |
1374 | # Begin Source File | |
1375 | ||
1376 | SOURCE=..\include\wx\ctrlsub.h | |
1377 | # End Source File | |
1378 | # Begin Source File | |
1379 | ||
1380 | SOURCE=..\include\wx\cursor.h | |
1381 | # End Source File | |
1382 | # Begin Source File | |
1383 | ||
1384 | SOURCE=..\include\wx\dataobj.h | |
1385 | # End Source File | |
1386 | # Begin Source File | |
1387 | ||
1388 | SOURCE=..\include\wx\date.h | |
1389 | # End Source File | |
1390 | # Begin Source File | |
1391 | ||
1392 | SOURCE=..\include\wx\datetime.h | |
1393 | # End Source File | |
1394 | # Begin Source File | |
1395 | ||
1396 | SOURCE=..\include\wx\datetime.inl | |
1397 | # End Source File | |
1398 | # Begin Source File | |
1399 | ||
1400 | SOURCE=..\include\wx\datstrm.h | |
1401 | # End Source File | |
1402 | # Begin Source File | |
1403 | ||
1404 | SOURCE=..\include\wx\db.h | |
1405 | # End Source File | |
1406 | # Begin Source File | |
1407 | ||
1408 | SOURCE=..\include\wx\dbgrid.h | |
1409 | # End Source File | |
1410 | # Begin Source File | |
1411 | ||
1412 | SOURCE=..\include\wx\dbkeyg.h | |
1413 | # End Source File | |
1414 | # Begin Source File | |
1415 | ||
1416 | SOURCE=..\include\wx\dbtable.h | |
1417 | # End Source File | |
1418 | # Begin Source File | |
1419 | ||
1420 | SOURCE=..\include\wx\dc.h | |
1421 | # End Source File | |
1422 | # Begin Source File | |
1423 | ||
67e2efca RL |
1424 | SOURCE=..\include\wx\dcbuffer.h |
1425 | # End Source File | |
1426 | # Begin Source File | |
1427 | ||
b7f4f350 VZ |
1428 | SOURCE=..\include\wx\dcclient.h |
1429 | # End Source File | |
1430 | # Begin Source File | |
1431 | ||
1432 | SOURCE=..\include\wx\dcmemory.h | |
1433 | # End Source File | |
1434 | # Begin Source File | |
1435 | ||
1436 | SOURCE=..\include\wx\dcprint.h | |
1437 | # End Source File | |
1438 | # Begin Source File | |
1439 | ||
1440 | SOURCE=..\include\wx\dcps.h | |
1441 | # End Source File | |
1442 | # Begin Source File | |
1443 | ||
1444 | SOURCE=..\include\wx\dcscreen.h | |
1445 | # End Source File | |
1446 | # Begin Source File | |
1447 | ||
1448 | SOURCE=..\include\wx\dde.h | |
1449 | # End Source File | |
1450 | # Begin Source File | |
1451 | ||
1452 | SOURCE=..\include\wx\debug.h | |
1453 | # End Source File | |
1454 | # Begin Source File | |
1455 | ||
1456 | SOURCE=..\include\wx\defs.h | |
1457 | # End Source File | |
1458 | # Begin Source File | |
1459 | ||
1460 | SOURCE=..\include\wx\dialog.h | |
1461 | # End Source File | |
1462 | # Begin Source File | |
1463 | ||
1464 | SOURCE=..\include\wx\dialup.h | |
1465 | # End Source File | |
1466 | # Begin Source File | |
1467 | ||
1468 | SOURCE=..\include\wx\dir.h | |
1469 | # End Source File | |
1470 | # Begin Source File | |
1471 | ||
6556acfa RD |
1472 | SOURCE=..\include\wx\dirctrl.h |
1473 | # End Source File | |
1474 | # Begin Source File | |
1475 | ||
b7f4f350 VZ |
1476 | SOURCE=..\include\wx\dirdlg.h |
1477 | # End Source File | |
1478 | # Begin Source File | |
1479 | ||
1480 | SOURCE=..\include\wx\dnd.h | |
1481 | # End Source File | |
1482 | # Begin Source File | |
1483 | ||
1484 | SOURCE=..\include\wx\docmdi.h | |
1485 | # End Source File | |
1486 | # Begin Source File | |
1487 | ||
1488 | SOURCE=..\include\wx\docview.h | |
1489 | # End Source File | |
1490 | # Begin Source File | |
1491 | ||
1492 | SOURCE=..\include\wx\dragimag.h | |
1493 | # End Source File | |
1494 | # Begin Source File | |
1495 | ||
1496 | SOURCE=..\include\wx\dynarray.h | |
1497 | # End Source File | |
1498 | # Begin Source File | |
1499 | ||
1500 | SOURCE=..\include\wx\dynlib.h | |
1501 | # End Source File | |
1502 | # Begin Source File | |
1503 | ||
0b9ab0bd RL |
1504 | SOURCE=..\include\wx\dynload.h |
1505 | # End Source File | |
1506 | # Begin Source File | |
1507 | ||
b7f4f350 VZ |
1508 | SOURCE=..\include\wx\encconv.h |
1509 | # End Source File | |
1510 | # Begin Source File | |
1511 | ||
1512 | SOURCE=..\include\wx\event.h | |
1513 | # End Source File | |
1514 | # Begin Source File | |
1515 | ||
1516 | SOURCE=..\include\wx\expr.h | |
1517 | # End Source File | |
1518 | # Begin Source File | |
1519 | ||
1520 | SOURCE=..\include\wx\fdrepdlg.h | |
1521 | # End Source File | |
1522 | # Begin Source File | |
1523 | ||
98672b4b RD |
1524 | SOURCE=..\include\wx\features.h |
1525 | # End Source File | |
1526 | # Begin Source File | |
1527 | ||
b7f4f350 VZ |
1528 | SOURCE=..\include\wx\ffile.h |
1529 | # End Source File | |
1530 | # Begin Source File | |
1531 | ||
1532 | SOURCE=..\include\wx\file.h | |
1533 | # End Source File | |
1534 | # Begin Source File | |
1535 | ||
1536 | SOURCE=..\include\wx\fileconf.h | |
1537 | # End Source File | |
1538 | # Begin Source File | |
1539 | ||
1540 | SOURCE=..\include\wx\filedlg.h | |
1541 | # End Source File | |
1542 | # Begin Source File | |
1543 | ||
1544 | SOURCE=..\include\wx\filefn.h | |
1545 | # End Source File | |
1546 | # Begin Source File | |
1547 | ||
1548 | SOURCE=..\include\wx\filename.h | |
1549 | # End Source File | |
1550 | # Begin Source File | |
1551 | ||
1552 | SOURCE=..\include\wx\filesys.h | |
1553 | # End Source File | |
1554 | # Begin Source File | |
1555 | ||
1556 | SOURCE=..\include\wx\font.h | |
1557 | # End Source File | |
1558 | # Begin Source File | |
1559 | ||
1560 | SOURCE=..\include\wx\fontdlg.h | |
1561 | # End Source File | |
1562 | # Begin Source File | |
1563 | ||
1564 | SOURCE=..\include\wx\fontenc.h | |
1565 | # End Source File | |
1566 | # Begin Source File | |
1567 | ||
1568 | SOURCE=..\include\wx\fontenum.h | |
1569 | # End Source File | |
1570 | # Begin Source File | |
1571 | ||
1572 | SOURCE=..\include\wx\fontmap.h | |
1573 | # End Source File | |
1574 | # Begin Source File | |
1575 | ||
1576 | SOURCE=..\include\wx\fontutil.h | |
1577 | # End Source File | |
1578 | # Begin Source File | |
1579 | ||
1580 | SOURCE=..\include\wx\frame.h | |
1581 | # End Source File | |
1582 | # Begin Source File | |
1583 | ||
1584 | SOURCE=..\include\wx\fs_inet.h | |
1585 | # End Source File | |
1586 | # Begin Source File | |
1587 | ||
1588 | SOURCE=..\include\wx\fs_mem.h | |
1589 | # End Source File | |
1590 | # Begin Source File | |
1591 | ||
1592 | SOURCE=..\include\wx\fs_zip.h | |
1593 | # End Source File | |
1594 | # Begin Source File | |
1595 | ||
1596 | SOURCE=..\include\wx\gauge.h | |
1597 | # End Source File | |
1598 | # Begin Source File | |
1599 | ||
1600 | SOURCE=..\include\wx\gdicmn.h | |
1601 | # End Source File | |
1602 | # Begin Source File | |
1603 | ||
1604 | SOURCE=..\include\wx\gdiobj.h | |
1605 | # End Source File | |
1606 | # Begin Source File | |
1607 | ||
1608 | SOURCE=..\include\wx\geometry.h | |
1609 | # End Source File | |
1610 | # Begin Source File | |
1611 | ||
1612 | SOURCE=..\include\wx\gifdecod.h | |
1613 | # End Source File | |
1614 | # Begin Source File | |
1615 | ||
1616 | SOURCE=..\include\wx\glcanvas.h | |
1617 | # End Source File | |
1618 | # Begin Source File | |
1619 | ||
1620 | SOURCE=..\include\wx\grid.h | |
1621 | # End Source File | |
1622 | # Begin Source File | |
1623 | ||
1624 | SOURCE=..\include\wx\gsocket.h | |
1625 | # End Source File | |
1626 | # Begin Source File | |
1627 | ||
1628 | SOURCE=..\include\wx\hash.h | |
1629 | # End Source File | |
1630 | # Begin Source File | |
1631 | ||
d74b838c MB |
1632 | SOURCE=..\include\wx\hashmap.h |
1633 | # End Source File | |
1634 | # Begin Source File | |
1635 | ||
b7f4f350 VZ |
1636 | SOURCE=..\include\wx\help.h |
1637 | # End Source File | |
1638 | # Begin Source File | |
1639 | ||
1640 | SOURCE=..\include\wx\helpbase.h | |
1641 | # End Source File | |
1642 | # Begin Source File | |
1643 | ||
1644 | SOURCE=..\include\wx\helphtml.h | |
1645 | # End Source File | |
1646 | # Begin Source File | |
1647 | ||
1648 | SOURCE=..\include\wx\helpwin.h | |
1649 | # End Source File | |
1650 | # Begin Source File | |
1651 | ||
1652 | SOURCE=..\include\wx\icon.h | |
1653 | # End Source File | |
1654 | # Begin Source File | |
1655 | ||
f618020a MB |
1656 | SOURCE=..\include\wx\iconbndl.h |
1657 | # End Source File | |
1658 | # Begin Source File | |
1659 | ||
b7f4f350 VZ |
1660 | SOURCE=..\include\wx\imagbmp.h |
1661 | # End Source File | |
1662 | # Begin Source File | |
1663 | ||
1664 | SOURCE=..\include\wx\image.h | |
1665 | # End Source File | |
1666 | # Begin Source File | |
1667 | ||
1668 | SOURCE=..\include\wx\imaggif.h | |
1669 | # End Source File | |
1670 | # Begin Source File | |
1671 | ||
6556acfa RD |
1672 | SOURCE=..\include\wx\imagiff.h |
1673 | # End Source File | |
1674 | # Begin Source File | |
1675 | ||
b7f4f350 VZ |
1676 | SOURCE=..\include\wx\imagjpeg.h |
1677 | # End Source File | |
1678 | # Begin Source File | |
1679 | ||
1680 | SOURCE=..\include\wx\imaglist.h | |
1681 | # End Source File | |
1682 | # Begin Source File | |
1683 | ||
1684 | SOURCE=..\include\wx\imagpcx.h | |
1685 | # End Source File | |
1686 | # Begin Source File | |
1687 | ||
1688 | SOURCE=..\include\wx\imagpng.h | |
1689 | # End Source File | |
1690 | # Begin Source File | |
1691 | ||
1692 | SOURCE=..\include\wx\imagpnm.h | |
1693 | # End Source File | |
1694 | # Begin Source File | |
1695 | ||
1696 | SOURCE=..\include\wx\imagtiff.h | |
1697 | # End Source File | |
1698 | # Begin Source File | |
1699 | ||
1700 | SOURCE=..\include\wx\imagxpm.h | |
1701 | # End Source File | |
1702 | # Begin Source File | |
1703 | ||
1704 | SOURCE=..\include\wx\intl.h | |
1705 | # End Source File | |
1706 | # Begin Source File | |
1707 | ||
1708 | SOURCE=..\include\wx\ioswrap.h | |
1709 | # End Source File | |
1710 | # Begin Source File | |
1711 | ||
7391216e VS |
1712 | SOURCE=..\include\wx\ipc.h |
1713 | # End Source File | |
1714 | # Begin Source File | |
1715 | ||
b7f4f350 VZ |
1716 | SOURCE=..\include\wx\ipcbase.h |
1717 | # End Source File | |
1718 | # Begin Source File | |
1719 | ||
1720 | SOURCE=..\include\wx\isql.h | |
1721 | # End Source File | |
1722 | # Begin Source File | |
1723 | ||
1724 | SOURCE=..\include\wx\isqlext.h | |
1725 | # End Source File | |
1726 | # Begin Source File | |
1727 | ||
1728 | SOURCE=..\include\wx\joystick.h | |
1729 | # End Source File | |
1730 | # Begin Source File | |
1731 | ||
1732 | SOURCE=..\include\wx\layout.h | |
1733 | # End Source File | |
1734 | # Begin Source File | |
1735 | ||
1736 | SOURCE=..\include\wx\laywin.h | |
1737 | # End Source File | |
1738 | # Begin Source File | |
1739 | ||
1740 | SOURCE=..\include\wx\list.h | |
1741 | # End Source File | |
1742 | # Begin Source File | |
1743 | ||
1744 | SOURCE=..\include\wx\listbox.h | |
1745 | # End Source File | |
1746 | # Begin Source File | |
1747 | ||
1748 | SOURCE=..\include\wx\listctrl.h | |
1749 | # End Source File | |
1750 | # Begin Source File | |
1751 | ||
1752 | SOURCE=..\include\wx\log.h | |
1753 | # End Source File | |
1754 | # Begin Source File | |
1755 | ||
1756 | SOURCE=..\include\wx\longlong.h | |
1757 | # End Source File | |
1758 | # Begin Source File | |
1759 | ||
1760 | SOURCE=..\include\wx\matrix.h | |
1761 | # End Source File | |
1762 | # Begin Source File | |
1763 | ||
1764 | SOURCE=..\include\wx\mdi.h | |
1765 | # End Source File | |
1766 | # Begin Source File | |
1767 | ||
1768 | SOURCE=..\include\wx\memconf.h | |
1769 | # End Source File | |
1770 | # Begin Source File | |
1771 | ||
1772 | SOURCE=..\include\wx\memory.h | |
1773 | # End Source File | |
1774 | # Begin Source File | |
1775 | ||
a3a584a7 VZ |
1776 | SOURCE=..\include\wx\memtext.h |
1777 | # End Source File | |
1778 | # Begin Source File | |
1779 | ||
b7f4f350 VZ |
1780 | SOURCE=..\include\wx\menu.h |
1781 | # End Source File | |
1782 | # Begin Source File | |
1783 | ||
1784 | SOURCE=..\include\wx\menuitem.h | |
1785 | # End Source File | |
1786 | # Begin Source File | |
1787 | ||
1788 | SOURCE=..\include\wx\metafile.h | |
1789 | # End Source File | |
1790 | # Begin Source File | |
1791 | ||
1792 | SOURCE=..\include\wx\mimetype.h | |
1793 | # End Source File | |
1794 | # Begin Source File | |
1795 | ||
1796 | SOURCE=..\include\wx\minifram.h | |
1797 | # End Source File | |
1798 | # Begin Source File | |
1799 | ||
1800 | SOURCE=..\include\wx\module.h | |
1801 | # End Source File | |
1802 | # Begin Source File | |
1803 | ||
1804 | SOURCE=..\include\wx\msgdlg.h | |
1805 | # End Source File | |
1806 | # Begin Source File | |
1807 | ||
dc0e23b8 MB |
1808 | SOURCE=..\include\wx\msgout.h |
1809 | # End Source File | |
1810 | # Begin Source File | |
1811 | ||
b7f4f350 VZ |
1812 | SOURCE=..\include\wx\mstream.h |
1813 | # End Source File | |
1814 | # Begin Source File | |
1815 | ||
1816 | SOURCE=..\include\wx\notebook.h | |
1817 | # End Source File | |
1818 | # Begin Source File | |
1819 | ||
1820 | SOURCE=..\include\wx\object.h | |
1821 | # End Source File | |
1822 | # Begin Source File | |
1823 | ||
b7f4f350 VZ |
1824 | SOURCE=..\include\wx\odbc.h |
1825 | # End Source File | |
1826 | # Begin Source File | |
1827 | ||
1828 | SOURCE=..\include\wx\ownerdrw.h | |
1829 | # End Source File | |
1830 | # Begin Source File | |
1831 | ||
1832 | SOURCE=..\include\wx\palette.h | |
1833 | # End Source File | |
1834 | # Begin Source File | |
1835 | ||
1836 | SOURCE=..\include\wx\panel.h | |
1837 | # End Source File | |
1838 | # Begin Source File | |
1839 | ||
1840 | SOURCE=..\include\wx\paper.h | |
1841 | # End Source File | |
1842 | # Begin Source File | |
1843 | ||
1844 | SOURCE=..\include\wx\pen.h | |
1845 | # End Source File | |
1846 | # Begin Source File | |
1847 | ||
176e7e83 VZ |
1848 | SOURCE=..\include\wx\platform.h |
1849 | # End Source File | |
1850 | # Begin Source File | |
1851 | ||
b7f4f350 VZ |
1852 | SOURCE=..\include\wx\popupwin.h |
1853 | # End Source File | |
1854 | # Begin Source File | |
1855 | ||
1856 | SOURCE=..\include\wx\print.h | |
1857 | # End Source File | |
1858 | # Begin Source File | |
1859 | ||
1860 | SOURCE=..\include\wx\printdlg.h | |
1861 | # End Source File | |
1862 | # Begin Source File | |
1863 | ||
1864 | SOURCE=..\include\wx\prntbase.h | |
1865 | # End Source File | |
1866 | # Begin Source File | |
1867 | ||
1868 | SOURCE=..\include\wx\process.h | |
1869 | # End Source File | |
1870 | # Begin Source File | |
1871 | ||
1872 | SOURCE=..\include\wx\progdlg.h | |
1873 | # End Source File | |
1874 | # Begin Source File | |
1875 | ||
1876 | SOURCE=..\include\wx\prop.h | |
1877 | # End Source File | |
1878 | # Begin Source File | |
1879 | ||
1880 | SOURCE=..\include\wx\propform.h | |
1881 | # End Source File | |
1882 | # Begin Source File | |
1883 | ||
1884 | SOURCE=..\include\wx\proplist.h | |
1885 | # End Source File | |
1886 | # Begin Source File | |
1887 | ||
1888 | SOURCE=..\include\wx\radiobox.h | |
1889 | # End Source File | |
1890 | # Begin Source File | |
1891 | ||
1892 | SOURCE=..\include\wx\radiobut.h | |
1893 | # End Source File | |
1894 | # Begin Source File | |
1895 | ||
1896 | SOURCE=..\include\wx\regex.h | |
1897 | # End Source File | |
1898 | # Begin Source File | |
1899 | ||
1900 | SOURCE=..\include\wx\region.h | |
1901 | # End Source File | |
1902 | # Begin Source File | |
1903 | ||
1904 | SOURCE=..\include\wx\resource.h | |
1905 | # End Source File | |
1906 | # Begin Source File | |
1907 | ||
1908 | SOURCE=..\include\wx\sashwin.h | |
1909 | # End Source File | |
1910 | # Begin Source File | |
1911 | ||
1912 | SOURCE=..\include\wx\sckaddr.h | |
1913 | # End Source File | |
1914 | # Begin Source File | |
1915 | ||
1916 | SOURCE=..\include\wx\sckipc.h | |
1917 | # End Source File | |
1918 | # Begin Source File | |
1919 | ||
1920 | SOURCE=..\include\wx\sckstrm.h | |
1921 | # End Source File | |
1922 | # Begin Source File | |
1923 | ||
1924 | SOURCE=..\include\wx\scrolbar.h | |
1925 | # End Source File | |
1926 | # Begin Source File | |
1927 | ||
1928 | SOURCE=..\include\wx\scrolwin.h | |
1929 | # End Source File | |
1930 | # Begin Source File | |
1931 | ||
b7f4f350 VZ |
1932 | SOURCE=..\include\wx\settings.h |
1933 | # End Source File | |
1934 | # Begin Source File | |
1935 | ||
1936 | SOURCE=..\include\wx\sizer.h | |
1937 | # End Source File | |
1938 | # Begin Source File | |
1939 | ||
1940 | SOURCE=..\include\wx\slider.h | |
1941 | # End Source File | |
1942 | # Begin Source File | |
1943 | ||
1944 | SOURCE=..\include\wx\snglinst.h | |
1945 | # End Source File | |
1946 | # Begin Source File | |
1947 | ||
1948 | SOURCE=..\include\wx\socket.h | |
1949 | # End Source File | |
1950 | # Begin Source File | |
1951 | ||
1952 | SOURCE=..\include\wx\spinbutt.h | |
1953 | # End Source File | |
1954 | # Begin Source File | |
1955 | ||
1956 | SOURCE=..\include\wx\spinctrl.h | |
1957 | # End Source File | |
1958 | # Begin Source File | |
1959 | ||
1960 | SOURCE=..\include\wx\splash.h | |
1961 | # End Source File | |
1962 | # Begin Source File | |
1963 | ||
1964 | SOURCE=..\include\wx\splitter.h | |
1965 | # End Source File | |
1966 | # Begin Source File | |
1967 | ||
1968 | SOURCE=..\include\wx\stack.h | |
1969 | # End Source File | |
1970 | # Begin Source File | |
1971 | ||
1972 | SOURCE=..\include\wx\statbmp.h | |
1973 | # End Source File | |
1974 | # Begin Source File | |
1975 | ||
1976 | SOURCE=..\include\wx\statbox.h | |
1977 | # End Source File | |
1978 | # Begin Source File | |
1979 | ||
1980 | SOURCE=..\include\wx\statline.h | |
1981 | # End Source File | |
1982 | # Begin Source File | |
1983 | ||
1984 | SOURCE=..\include\wx\stattext.h | |
1985 | # End Source File | |
1986 | # Begin Source File | |
1987 | ||
1988 | SOURCE=..\include\wx\statusbr.h | |
1989 | # End Source File | |
1990 | # Begin Source File | |
1991 | ||
1992 | SOURCE=..\include\wx\strconv.h | |
1993 | # End Source File | |
1994 | # Begin Source File | |
1995 | ||
1996 | SOURCE=..\include\wx\stream.h | |
1997 | # End Source File | |
1998 | # Begin Source File | |
1999 | ||
2000 | SOURCE=..\include\wx\string.h | |
2001 | # End Source File | |
2002 | # Begin Source File | |
2003 | ||
2004 | SOURCE=..\include\wx\sysopt.h | |
2005 | # End Source File | |
2006 | # Begin Source File | |
2007 | ||
2008 | SOURCE=..\include\wx\tab.h | |
2009 | # End Source File | |
2010 | # Begin Source File | |
2011 | ||
2012 | SOURCE=..\include\wx\tabctrl.h | |
2013 | # End Source File | |
2014 | # Begin Source File | |
2015 | ||
2016 | SOURCE=..\include\wx\taskbar.h | |
2017 | # End Source File | |
2018 | # Begin Source File | |
2019 | ||
2020 | SOURCE=..\include\wx\tbarbase.h | |
2021 | # End Source File | |
2022 | # Begin Source File | |
2023 | ||
2024 | SOURCE=..\include\wx\tbarsmpl.h | |
2025 | # End Source File | |
2026 | # Begin Source File | |
2027 | ||
a3a584a7 VZ |
2028 | SOURCE=..\include\wx\textbuf.h |
2029 | # End Source File | |
2030 | # Begin Source File | |
2031 | ||
b7f4f350 VZ |
2032 | SOURCE=..\include\wx\textctrl.h |
2033 | # End Source File | |
2034 | # Begin Source File | |
2035 | ||
2036 | SOURCE=..\include\wx\textdlg.h | |
2037 | # End Source File | |
2038 | # Begin Source File | |
2039 | ||
2040 | SOURCE=..\include\wx\textfile.h | |
2041 | # End Source File | |
2042 | # Begin Source File | |
2043 | ||
2044 | SOURCE=..\include\wx\tglbtn.h | |
2045 | # End Source File | |
2046 | # Begin Source File | |
2047 | ||
2048 | SOURCE=..\include\wx\thread.h | |
2049 | # End Source File | |
2050 | # Begin Source File | |
2051 | ||
2052 | SOURCE=..\include\wx\time.h | |
2053 | # End Source File | |
2054 | # Begin Source File | |
2055 | ||
2056 | SOURCE=..\include\wx\timer.h | |
2057 | # End Source File | |
2058 | # Begin Source File | |
2059 | ||
2060 | SOURCE=..\include\wx\tipdlg.h | |
2061 | # End Source File | |
2062 | # Begin Source File | |
2063 | ||
2064 | SOURCE=..\include\wx\tipwin.h | |
2065 | # End Source File | |
2066 | # Begin Source File | |
2067 | ||
2068 | SOURCE=..\include\wx\tokenzr.h | |
2069 | # End Source File | |
2070 | # Begin Source File | |
2071 | ||
2072 | SOURCE=..\include\wx\toolbar.h | |
2073 | # End Source File | |
2074 | # Begin Source File | |
2075 | ||
2076 | SOURCE=..\include\wx\tooltip.h | |
2077 | # End Source File | |
2078 | # Begin Source File | |
2079 | ||
2080 | SOURCE=..\include\wx\toplevel.h | |
2081 | # End Source File | |
2082 | # Begin Source File | |
2083 | ||
2084 | SOURCE=..\include\wx\treebase.h | |
2085 | # End Source File | |
2086 | # Begin Source File | |
2087 | ||
2088 | SOURCE=..\include\wx\treectrl.h | |
2089 | # End Source File | |
2090 | # Begin Source File | |
2091 | ||
2092 | SOURCE=..\include\wx\txtstrm.h | |
2093 | # End Source File | |
2094 | # Begin Source File | |
2095 | ||
2096 | SOURCE=..\include\wx\types.h | |
2097 | # End Source File | |
2098 | # Begin Source File | |
2099 | ||
2100 | SOURCE=..\include\wx\url.h | |
2101 | # End Source File | |
2102 | # Begin Source File | |
2103 | ||
2104 | SOURCE=..\include\wx\utils.h | |
2105 | # End Source File | |
2106 | # Begin Source File | |
2107 | ||
2108 | SOURCE=..\include\wx\valgen.h | |
2109 | # End Source File | |
2110 | # Begin Source File | |
2111 | ||
2112 | SOURCE=..\include\wx\validate.h | |
2113 | # End Source File | |
2114 | # Begin Source File | |
2115 | ||
2116 | SOURCE=..\include\wx\valtext.h | |
2117 | # End Source File | |
2118 | # Begin Source File | |
2119 | ||
2120 | SOURCE=..\include\wx\variant.h | |
2121 | # End Source File | |
2122 | # Begin Source File | |
2123 | ||
2124 | SOURCE=..\include\wx\vector.h | |
2125 | # End Source File | |
2126 | # Begin Source File | |
2127 | ||
2128 | SOURCE=..\include\wx\version.h | |
2129 | # End Source File | |
2130 | # Begin Source File | |
2131 | ||
a0cb0ba5 VS |
2132 | SOURCE=..\include\wx\volume.h |
2133 | # End Source File | |
2134 | # Begin Source File | |
2135 | ||
b7f4f350 VZ |
2136 | SOURCE=..\include\wx\wave.h |
2137 | # End Source File | |
2138 | # Begin Source File | |
2139 | ||
2140 | SOURCE=..\include\wx\wfstream.h | |
2141 | # End Source File | |
2142 | # Begin Source File | |
2143 | ||
2144 | SOURCE=..\include\wx\window.h | |
2145 | # End Source File | |
2146 | # Begin Source File | |
2147 | ||
2148 | SOURCE=..\include\wx\wizard.h | |
2149 | # End Source File | |
2150 | # Begin Source File | |
2151 | ||
2152 | SOURCE=..\include\wx\wx.h | |
2153 | # End Source File | |
2154 | # Begin Source File | |
2155 | ||
2156 | SOURCE=..\include\wx\wx_cw.h | |
2157 | # End Source File | |
2158 | # Begin Source File | |
2159 | ||
2160 | SOURCE=..\include\wx\wx_cw_cm.h | |
2161 | # End Source File | |
2162 | # Begin Source File | |
2163 | ||
2164 | SOURCE=..\include\wx\wx_cw_d.h | |
2165 | # End Source File | |
2166 | # Begin Source File | |
2167 | ||
2168 | SOURCE=..\include\wx\wxchar.h | |
2169 | # End Source File | |
2170 | # Begin Source File | |
2171 | ||
2172 | SOURCE=..\include\wx\wxexpr.h | |
2173 | # End Source File | |
2174 | # Begin Source File | |
2175 | ||
2176 | SOURCE=..\include\wx\wxhtml.h | |
2177 | # End Source File | |
2178 | # Begin Source File | |
2179 | ||
2180 | SOURCE=..\include\wx\wxprec.h | |
2181 | # End Source File | |
2182 | # Begin Source File | |
2183 | ||
2184 | SOURCE=..\include\wx\xpmdecod.h | |
2185 | # End Source File | |
2186 | # Begin Source File | |
2187 | ||
2188 | SOURCE=..\include\wx\zipstrm.h | |
2189 | # End Source File | |
2190 | # Begin Source File | |
2191 | ||
2192 | SOURCE=..\include\wx\zstream.h | |
2193 | # End Source File | |
91f5c4d0 | 2194 | |
b7f4f350 VZ |
2195 | # End Group |
2196 | # Begin Group "MSW" | |
2197 | ||
2198 | # PROP Default_Filter "" | |
2199 | # End Group | |
2200 | # Begin Group "Generic" | |
2201 | ||
2202 | # PROP Default_Filter "" | |
2203 | # Begin Source File | |
2204 | ||
2205 | SOURCE=..\include\wx\generic\accel.h | |
2206 | # End Source File | |
2207 | # Begin Source File | |
2208 | ||
2209 | SOURCE=..\include\wx\generic\calctrl.h | |
2210 | # End Source File | |
2211 | # Begin Source File | |
2212 | ||
2213 | SOURCE=..\include\wx\generic\caret.h | |
2214 | # End Source File | |
2215 | # Begin Source File | |
2216 | ||
2217 | SOURCE=..\include\wx\generic\choicdgg.h | |
2218 | # End Source File | |
2219 | # Begin Source File | |
2220 | ||
2221 | SOURCE=..\include\wx\generic\colrdlgg.h | |
2222 | # End Source File | |
2223 | # Begin Source File | |
2224 | ||
2225 | SOURCE=..\include\wx\generic\dcpsg.h | |
2226 | # End Source File | |
2227 | # Begin Source File | |
2228 | ||
2229 | SOURCE=..\include\wx\generic\dirctrlg.h | |
2230 | # End Source File | |
2231 | # Begin Source File | |
2232 | ||
2233 | SOURCE=..\include\wx\generic\dirdlgg.h | |
2234 | # End Source File | |
2235 | # Begin Source File | |
2236 | ||
2237 | SOURCE=..\include\wx\generic\dragimgg.h | |
2238 | # End Source File | |
2239 | # Begin Source File | |
2240 | ||
2241 | SOURCE=..\include\wx\generic\fdrepdlg.h | |
2242 | # End Source File | |
2243 | # Begin Source File | |
2244 | ||
2245 | SOURCE=..\include\wx\generic\filedlgg.h | |
2246 | # End Source File | |
2247 | # Begin Source File | |
2248 | ||
2249 | SOURCE=..\include\wx\generic\fontdlgg.h | |
2250 | # End Source File | |
2251 | # Begin Source File | |
2252 | ||
2253 | SOURCE=..\include\wx\generic\grid.h | |
2254 | # End Source File | |
2255 | # Begin Source File | |
2256 | ||
2257 | SOURCE=..\include\wx\generic\gridctrl.h | |
2258 | # End Source File | |
2259 | # Begin Source File | |
2260 | ||
2261 | SOURCE=..\include\wx\generic\gridg.h | |
2262 | # End Source File | |
2263 | # Begin Source File | |
2264 | ||
2265 | SOURCE=..\include\wx\generic\helpext.h | |
2266 | # End Source File | |
2267 | # Begin Source File | |
2268 | ||
2269 | SOURCE=..\include\wx\generic\helphtml.h | |
2270 | # End Source File | |
2271 | # Begin Source File | |
2272 | ||
b7f4f350 VZ |
2273 | SOURCE=..\include\wx\generic\imaglist.h |
2274 | # End Source File | |
2275 | # Begin Source File | |
2276 | ||
2277 | SOURCE=..\include\wx\generic\laywin.h | |
2278 | # End Source File | |
2279 | # Begin Source File | |
2280 | ||
2281 | SOURCE=..\include\wx\generic\listctrl.h | |
2282 | # End Source File | |
2283 | # Begin Source File | |
2284 | ||
2285 | SOURCE=..\include\wx\generic\msgdlgg.h | |
2286 | # End Source File | |
2287 | # Begin Source File | |
2288 | ||
2289 | SOURCE=..\include\wx\generic\notebook.h | |
2290 | # End Source File | |
2291 | # Begin Source File | |
2292 | ||
2293 | SOURCE=..\include\wx\generic\paletteg.h | |
2294 | # End Source File | |
2295 | # Begin Source File | |
2296 | ||
2297 | SOURCE=..\include\wx\generic\panelg.h | |
2298 | # End Source File | |
2299 | # Begin Source File | |
2300 | ||
2301 | SOURCE=..\include\wx\generic\printps.h | |
2302 | # End Source File | |
2303 | # Begin Source File | |
2304 | ||
2305 | SOURCE=..\include\wx\generic\prntdlgg.h | |
2306 | # End Source File | |
2307 | # Begin Source File | |
2308 | ||
2309 | SOURCE=..\include\wx\generic\progdlgg.h | |
2310 | # End Source File | |
2311 | # Begin Source File | |
2312 | ||
2313 | SOURCE=..\include\wx\generic\sashwin.h | |
2314 | # End Source File | |
2315 | # Begin Source File | |
2316 | ||
2317 | SOURCE=..\include\wx\generic\scrolwin.h | |
2318 | # End Source File | |
2319 | # Begin Source File | |
2320 | ||
91f5c4d0 VZ |
2321 | SOURCE=..\include\wx\generic\spinctlg.h |
2322 | # End Source File | |
2323 | # Begin Source File | |
2324 | ||
b7f4f350 VZ |
2325 | SOURCE=..\include\wx\generic\splash.h |
2326 | # End Source File | |
2327 | # Begin Source File | |
2328 | ||
2329 | SOURCE=..\include\wx\generic\splitter.h | |
2330 | # End Source File | |
2331 | # Begin Source File | |
2332 | ||
2333 | SOURCE=..\include\wx\generic\statusbr.h | |
2334 | # End Source File | |
2335 | # Begin Source File | |
2336 | ||
2337 | SOURCE=..\include\wx\generic\tabg.h | |
2338 | # End Source File | |
2339 | # Begin Source File | |
2340 | ||
2341 | SOURCE=..\include\wx\generic\textdlgg.h | |
2342 | # End Source File | |
2343 | # Begin Source File | |
2344 | ||
a0cb0ba5 VS |
2345 | SOURCE=..\include\wx\generic\timer.h |
2346 | # End Source File | |
2347 | # Begin Source File | |
2348 | ||
b7f4f350 VZ |
2349 | SOURCE=..\include\wx\generic\treectlg.h |
2350 | # End Source File | |
2351 | # Begin Source File | |
2352 | ||
2353 | SOURCE=..\include\wx\generic\wizard.h | |
2354 | # End Source File | |
91f5c4d0 | 2355 | |
b7f4f350 VZ |
2356 | # End Group |
2357 | # Begin Group "HTML" | |
2358 | ||
2359 | # PROP Default_Filter "" | |
2360 | # Begin Source File | |
2361 | ||
2362 | SOURCE=..\include\wx\html\forcelnk.h | |
2363 | # End Source File | |
2364 | # Begin Source File | |
2365 | ||
2366 | SOURCE=..\include\wx\html\helpctrl.h | |
2367 | # End Source File | |
2368 | # Begin Source File | |
2369 | ||
2370 | SOURCE=..\include\wx\html\helpdata.h | |
2371 | # End Source File | |
2372 | # Begin Source File | |
2373 | ||
2374 | SOURCE=..\include\wx\html\helpfrm.h | |
2375 | # End Source File | |
2376 | # Begin Source File | |
2377 | ||
2378 | SOURCE=..\include\wx\html\htmlcell.h | |
2379 | # End Source File | |
2380 | # Begin Source File | |
2381 | ||
2382 | SOURCE=..\include\wx\html\htmldefs.h | |
2383 | # End Source File | |
2384 | # Begin Source File | |
2385 | ||
2386 | SOURCE=..\include\wx\html\htmlfilt.h | |
2387 | # End Source File | |
2388 | # Begin Source File | |
2389 | ||
2390 | SOURCE=..\include\wx\html\htmlpars.h | |
2391 | # End Source File | |
2392 | # Begin Source File | |
2393 | ||
2394 | SOURCE=..\include\wx\html\htmltag.h | |
2395 | # End Source File | |
2396 | # Begin Source File | |
2397 | ||
2398 | SOURCE=..\include\wx\html\htmlwin.h | |
2399 | # End Source File | |
2400 | # Begin Source File | |
2401 | ||
2402 | SOURCE=..\include\wx\html\htmprint.h | |
2403 | # End Source File | |
2404 | # Begin Source File | |
2405 | ||
2406 | SOURCE=..\include\wx\html\m_templ.h | |
2407 | # End Source File | |
2408 | # Begin Source File | |
2409 | ||
2410 | SOURCE=..\include\wx\html\winpars.h | |
2411 | # End Source File | |
91f5c4d0 | 2412 | |
b7f4f350 VZ |
2413 | # End Group |
2414 | # Begin Group "Universal" | |
2415 | ||
2416 | # PROP Default_Filter "" | |
2417 | # End Group | |
2418 | # End Group | |
2419 | # End Target | |
2420 | # End Project |