]>
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 | |
ba7fe276 | 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 | |
ba7fe276 JS |
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 | ||
b7f4f350 VZ |
652 | SOURCE=.\generic\dragimgg.cpp |
653 | # End Source File | |
654 | # Begin Source File | |
655 | ||
656 | SOURCE=.\generic\fdrepdlg.cpp | |
657 | # End Source File | |
658 | # Begin Source File | |
659 | ||
ba7fe276 JS |
660 | SOURCE=.\generic\filedlgg.cpp |
661 | # End Source File | |
662 | # Begin Source File | |
663 | ||
b7f4f350 VZ |
664 | SOURCE=.\generic\fontdlgg.cpp |
665 | # End Source File | |
666 | # Begin Source File | |
667 | ||
668 | SOURCE=.\generic\grid.cpp | |
669 | # End Source File | |
670 | # Begin Source File | |
671 | ||
672 | SOURCE=.\generic\gridctrl.cpp | |
673 | # End Source File | |
674 | # Begin Source File | |
675 | ||
676 | SOURCE=.\generic\gridsel.cpp | |
677 | # End Source File | |
678 | # Begin Source File | |
679 | ||
680 | SOURCE=.\generic\helpext.cpp | |
681 | # End Source File | |
682 | # Begin Source File | |
683 | ||
684 | SOURCE=.\generic\helphtml.cpp | |
685 | # End Source File | |
686 | # Begin Source File | |
687 | ||
9e04d982 JS |
688 | SOURCE=.\generic\imaglist.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 | ||
b9f933ab JS |
704 | SOURCE=.\generic\mdig.cpp |
705 | # End Source File | |
706 | # Begin Source File | |
707 | ||
b7f4f350 VZ |
708 | SOURCE=.\generic\msgdlgg.cpp |
709 | # End Source File | |
710 | # Begin Source File | |
711 | ||
712 | SOURCE=.\generic\numdlgg.cpp | |
713 | # End Source File | |
714 | # Begin Source File | |
715 | ||
716 | SOURCE=.\generic\panelg.cpp | |
717 | # End Source File | |
718 | # Begin Source File | |
719 | ||
720 | SOURCE=.\generic\printps.cpp | |
721 | # End Source File | |
722 | # Begin Source File | |
723 | ||
724 | SOURCE=.\generic\prntdlgg.cpp | |
725 | # End Source File | |
726 | # Begin Source File | |
727 | ||
728 | SOURCE=.\generic\progdlgg.cpp | |
729 | # End Source File | |
730 | # Begin Source File | |
731 | ||
732 | SOURCE=.\generic\prop.cpp | |
733 | # End Source File | |
734 | # Begin Source File | |
735 | ||
736 | SOURCE=.\generic\propform.cpp | |
737 | # End Source File | |
738 | # Begin Source File | |
739 | ||
740 | SOURCE=.\generic\proplist.cpp | |
741 | # End Source File | |
742 | # Begin Source File | |
743 | ||
744 | SOURCE=.\generic\sashwin.cpp | |
745 | # End Source File | |
746 | # Begin Source File | |
747 | ||
748 | SOURCE=.\generic\scrlwing.cpp | |
749 | # End Source File | |
750 | # Begin Source File | |
751 | ||
752 | SOURCE=.\generic\spinctlg.cpp | |
753 | # End Source File | |
754 | # Begin Source File | |
755 | ||
756 | SOURCE=.\generic\splash.cpp | |
757 | # End Source File | |
758 | # Begin Source File | |
759 | ||
760 | SOURCE=.\generic\splitter.cpp | |
761 | # End Source File | |
762 | # Begin Source File | |
763 | ||
b7f4f350 VZ |
764 | SOURCE=.\generic\tabg.cpp |
765 | # End Source File | |
766 | # Begin Source File | |
767 | ||
768 | SOURCE=.\generic\tbarsmpl.cpp | |
769 | # End Source File | |
770 | # Begin Source File | |
771 | ||
772 | SOURCE=.\generic\textdlgg.cpp | |
773 | # End Source File | |
774 | # Begin Source File | |
775 | ||
776 | SOURCE=.\generic\tipdlg.cpp | |
777 | # End Source File | |
778 | # Begin Source File | |
779 | ||
780 | SOURCE=.\generic\tipwin.cpp | |
781 | # End Source File | |
782 | # Begin Source File | |
783 | ||
784 | SOURCE=.\generic\treectlg.cpp | |
785 | # End Source File | |
786 | # Begin Source File | |
787 | ||
788 | SOURCE=.\generic\treelay.cpp | |
789 | # End Source File | |
790 | # Begin Source File | |
791 | ||
792 | SOURCE=.\generic\wizard.cpp | |
793 | # End Source File | |
ba7fe276 | 794 | |
b7f4f350 VZ |
795 | # End Group |
796 | # Begin Group "wxHTML Files" | |
797 | ||
798 | # PROP Default_Filter "" | |
799 | # Begin Source File | |
800 | ||
801 | SOURCE=.\html\helpctrl.cpp | |
802 | # End Source File | |
803 | # Begin Source File | |
804 | ||
805 | SOURCE=.\html\helpdata.cpp | |
806 | # End Source File | |
807 | # Begin Source File | |
808 | ||
809 | SOURCE=.\html\helpfrm.cpp | |
810 | # End Source File | |
811 | # Begin Source File | |
812 | ||
813 | SOURCE=.\html\htmlcell.cpp | |
814 | # End Source File | |
815 | # Begin Source File | |
816 | ||
817 | SOURCE=.\html\htmlfilt.cpp | |
818 | # End Source File | |
819 | # Begin Source File | |
820 | ||
821 | SOURCE=.\html\htmlpars.cpp | |
822 | # End Source File | |
823 | # Begin Source File | |
824 | ||
825 | SOURCE=.\html\htmltag.cpp | |
826 | # End Source File | |
827 | # Begin Source File | |
828 | ||
829 | SOURCE=.\html\htmlwin.cpp | |
830 | # End Source File | |
831 | # Begin Source File | |
832 | ||
833 | SOURCE=.\html\htmprint.cpp | |
834 | # End Source File | |
835 | # Begin Source File | |
836 | ||
837 | SOURCE=.\html\m_dflist.cpp | |
838 | # End Source File | |
839 | # Begin Source File | |
840 | ||
841 | SOURCE=.\html\m_fonts.cpp | |
842 | # End Source File | |
843 | # Begin Source File | |
844 | ||
845 | SOURCE=.\html\m_hline.cpp | |
846 | # End Source File | |
847 | # Begin Source File | |
848 | ||
849 | SOURCE=.\html\m_image.cpp | |
850 | # End Source File | |
851 | # Begin Source File | |
852 | ||
853 | SOURCE=.\html\m_layout.cpp | |
854 | # End Source File | |
855 | # Begin Source File | |
856 | ||
857 | SOURCE=.\html\m_links.cpp | |
858 | # End Source File | |
859 | # Begin Source File | |
860 | ||
861 | SOURCE=.\html\m_list.cpp | |
862 | # End Source File | |
863 | # Begin Source File | |
864 | ||
b7f4f350 VZ |
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 | |
ba7fe276 | 879 | |
b7f4f350 VZ |
880 | # End Group |
881 | # Begin Group "MSW Files" | |
882 | ||
883 | # PROP Default_Filter "" | |
884 | # Begin Source File | |
885 | ||
ba7fe276 JS |
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 | |
2188f347 JS |
946 | |
947 | SOURCE=.\msw\dialup.cpp | |
948 | # End Source File | |
949 | # Begin Source File | |
b7f4f350 VZ |
950 | |
951 | SOURCE=.\msw\dib.cpp | |
952 | # End Source File | |
953 | # Begin Source File | |
954 | ||
955 | SOURCE=.\msw\dir.cpp | |
956 | # End Source File | |
957 | # Begin Source File | |
958 | ||
5cdff299 JS |
959 | SOURCE=.\msw\dirdlg.cpp |
960 | # End Source File | |
961 | # Begin Source File | |
962 | ||
5cdff299 JS |
963 | SOURCE=.\msw\enhmeta.cpp |
964 | # End Source File | |
965 | # Begin Source File | |
966 | ||
2b5f62a0 | 967 | SOURCE=.\msw\evtloop.cpp |
9e04d982 JS |
968 | # End Source File |
969 | # Begin Source File | |
970 | ||
b7f4f350 VZ |
971 | SOURCE=.\msw\font.cpp |
972 | # End Source File | |
973 | # Begin Source File | |
974 | ||
975 | SOURCE=.\msw\fontenum.cpp | |
976 | # End Source File | |
977 | # Begin Source File | |
978 | ||
979 | SOURCE=.\msw\fontutil.cpp | |
980 | # End Source File | |
981 | # Begin Source File | |
982 | ||
983 | SOURCE=.\msw\gdiimage.cpp | |
984 | # End Source File | |
985 | # Begin Source File | |
986 | ||
987 | SOURCE=.\msw\gdiobj.cpp | |
988 | # End Source File | |
989 | # Begin Source File | |
990 | ||
df4a5281 JS |
991 | SOURCE=.\msw\glcanvas.cpp |
992 | # End Source File | |
993 | # Begin Source File | |
994 | ||
aab49a0b JS |
995 | SOURCE=.\msw\helpbest.cpp |
996 | # End Source File | |
997 | # Begin Source File | |
998 | ||
999 | SOURCE=.\msw\helpchm.cpp | |
1000 | # End Source File | |
1001 | # Begin Source File | |
1002 | ||
1003 | SOURCE=.\msw\helpwin.cpp | |
1004 | # End Source File | |
1005 | # Begin Source File | |
1006 | ||
9e04d982 | 1007 | SOURCE=.\msw\icon.cpp |
b7f4f350 VZ |
1008 | # End Source File |
1009 | # Begin Source File | |
1010 | ||
df4a5281 JS |
1011 | SOURCE=.\msw\joystick.cpp |
1012 | # End Source File | |
1013 | # Begin Source File | |
1014 | ||
b7f4f350 VZ |
1015 | SOURCE=.\msw\main.cpp |
1016 | # End Source File | |
1017 | # Begin Source File | |
1018 | ||
1019 | SOURCE=.\msw\mimetype.cpp | |
1020 | # End Source File | |
1021 | # Begin Source File | |
1022 | ||
df4a5281 JS |
1023 | SOURCE=.\msw\minifram.cpp |
1024 | # End Source File | |
1025 | # Begin Source File | |
1026 | ||
b7f4f350 VZ |
1027 | SOURCE=.\msw\palette.cpp |
1028 | # End Source File | |
1029 | # Begin Source File | |
1030 | ||
1031 | SOURCE=.\msw\pen.cpp | |
1032 | # End Source File | |
1033 | # Begin Source File | |
1034 | ||
3a03c143 VZ |
1035 | SOURCE=.\msw\popupwin.cpp |
1036 | # End Source File | |
1037 | # Begin Source File | |
1038 | ||
b7f4f350 VZ |
1039 | SOURCE=.\msw\regconf.cpp |
1040 | # End Source File | |
1041 | # Begin Source File | |
1042 | ||
1043 | SOURCE=.\msw\region.cpp | |
1044 | # End Source File | |
1045 | # Begin Source File | |
1046 | ||
1047 | SOURCE=.\msw\registry.cpp | |
1048 | # End Source File | |
1049 | # Begin Source File | |
1050 | ||
1051 | SOURCE=.\msw\settings.cpp | |
1052 | # End Source File | |
1053 | # Begin Source File | |
1054 | ||
1055 | SOURCE=.\msw\snglinst.cpp | |
1056 | # End Source File | |
1057 | # Begin Source File | |
1058 | ||
df4a5281 JS |
1059 | SOURCE=.\msw\taskbar.cpp |
1060 | # End Source File | |
1061 | # Begin Source File | |
1062 | ||
b7f4f350 VZ |
1063 | SOURCE=.\msw\thread.cpp |
1064 | # End Source File | |
1065 | # Begin Source File | |
1066 | ||
1067 | SOURCE=.\msw\timer.cpp | |
1068 | # End Source File | |
1069 | # Begin Source File | |
1070 | ||
df4a5281 JS |
1071 | SOURCE=.\msw\tooltip.cpp |
1072 | # End Source File | |
1073 | # Begin Source File | |
1074 | ||
b7f4f350 VZ |
1075 | SOURCE=.\msw\toplevel.cpp |
1076 | # End Source File | |
1077 | # Begin Source File | |
1078 | ||
1079 | SOURCE=.\msw\utils.cpp | |
1080 | # End Source File | |
1081 | # Begin Source File | |
1082 | ||
1083 | SOURCE=.\msw\utilsexc.cpp | |
1084 | # End Source File | |
1085 | # Begin Source File | |
1086 | ||
a0cb0ba5 VS |
1087 | SOURCE=.\msw\volume.cpp |
1088 | # End Source File | |
1089 | # Begin Source File | |
1090 | ||
df4a5281 JS |
1091 | SOURCE=.\msw\wave.cpp |
1092 | # End Source File | |
1093 | # Begin Source File | |
1094 | ||
b7f4f350 VZ |
1095 | SOURCE=.\msw\window.cpp |
1096 | # End Source File | |
aab49a0b | 1097 | |
b7f4f350 VZ |
1098 | # Begin Source File |
1099 | ||
ba7fe276 JS |
1100 | SOURCE=.\msw\gsocket.c |
1101 | # SUBTRACT CPP /YX /Yc /Yu | |
b7f4f350 VZ |
1102 | # End Source File |
1103 | # Begin Source File | |
1104 | ||
ba7fe276 JS |
1105 | SOURCE=.\msw\gsockmsw.c |
1106 | # SUBTRACT CPP /YX /Yc /Yu | |
b7f4f350 | 1107 | # End Source File |
91f5c4d0 | 1108 | |
4519ac17 VZ |
1109 | # Begin Group "OLE Files" |
1110 | ||
1111 | # PROP Default_Filter "" | |
1112 | # Begin Source File | |
1113 | ||
1114 | SOURCE=.\msw\ole\automtn.cpp | |
1115 | # End Source File | |
1116 | # Begin Source File | |
1117 | ||
1118 | SOURCE=.\msw\ole\dataobj.cpp | |
1119 | # End Source File | |
1120 | # Begin Source File | |
1121 | ||
1122 | SOURCE=.\msw\ole\dropsrc.cpp | |
1123 | # End Source File | |
1124 | # Begin Source File | |
1125 | ||
1126 | SOURCE=.\msw\ole\droptgt.cpp | |
1127 | # End Source File | |
1128 | # Begin Source File | |
1129 | ||
1130 | SOURCE=.\msw\ole\oleutils.cpp | |
1131 | # End Source File | |
1132 | # Begin Source File | |
1133 | ||
1134 | SOURCE=.\msw\ole\uuid.cpp | |
1135 | # End Source File | |
1136 | ||
1137 | # End Group | |
b7f4f350 | 1138 | # End Group |
ba7fe276 JS |
1139 | # Begin Group "Universal Files" |
1140 | ||
1141 | # PROP Default_Filter "" | |
b7f4f350 VZ |
1142 | # Begin Source File |
1143 | ||
1144 | SOURCE=.\univ\bmpbuttn.cpp | |
1145 | # End Source File | |
1146 | # Begin Source File | |
1147 | ||
1148 | SOURCE=.\univ\button.cpp | |
1149 | # End Source File | |
1150 | # Begin Source File | |
1151 | ||
1152 | SOURCE=.\univ\checkbox.cpp | |
1153 | # End Source File | |
1154 | # Begin Source File | |
1155 | ||
1156 | SOURCE=.\univ\checklst.cpp | |
1157 | # End Source File | |
1158 | # Begin Source File | |
1159 | ||
c1ec1ccf VS |
1160 | SOURCE=.\univ\choice.cpp |
1161 | # End Source File | |
1162 | # Begin Source File | |
1163 | ||
b7f4f350 VZ |
1164 | SOURCE=.\univ\colschem.cpp |
1165 | # End Source File | |
1166 | # Begin Source File | |
1167 | ||
1168 | SOURCE=.\univ\combobox.cpp | |
1169 | # End Source File | |
1170 | # Begin Source File | |
1171 | ||
1172 | SOURCE=.\univ\control.cpp | |
1173 | # End Source File | |
1174 | # Begin Source File | |
1175 | ||
1176 | SOURCE=.\univ\dialog.cpp | |
1177 | # End Source File | |
1178 | # Begin Source File | |
1179 | ||
1180 | SOURCE=.\univ\framuniv.cpp | |
1181 | # End Source File | |
1182 | # Begin Source File | |
1183 | ||
1184 | SOURCE=.\univ\gauge.cpp | |
1185 | # End Source File | |
1186 | # Begin Source File | |
1187 | ||
1188 | SOURCE=.\univ\inpcons.cpp | |
1189 | # End Source File | |
1190 | # Begin Source File | |
1191 | ||
1192 | SOURCE=.\univ\inphand.cpp | |
1193 | # End Source File | |
1194 | # Begin Source File | |
1195 | ||
1196 | SOURCE=.\univ\listbox.cpp | |
1197 | # End Source File | |
1198 | # Begin Source File | |
1199 | ||
1200 | SOURCE=.\univ\menu.cpp | |
1201 | # End Source File | |
1202 | # Begin Source File | |
1203 | ||
1204 | SOURCE=.\univ\notebook.cpp | |
1205 | # End Source File | |
1206 | # Begin Source File | |
1207 | ||
1208 | SOURCE=.\univ\radiobox.cpp | |
1209 | # End Source File | |
1210 | # Begin Source File | |
1211 | ||
1212 | SOURCE=.\univ\radiobut.cpp | |
1213 | # End Source File | |
1214 | # Begin Source File | |
1215 | ||
1216 | SOURCE=.\univ\renderer.cpp | |
1217 | # End Source File | |
1218 | # Begin Source File | |
1219 | ||
1220 | SOURCE=.\univ\scrarrow.cpp | |
1221 | # End Source File | |
1222 | # Begin Source File | |
1223 | ||
1224 | SOURCE=.\univ\scrolbar.cpp | |
1225 | # End Source File | |
1226 | # Begin Source File | |
1227 | ||
1228 | SOURCE=.\univ\scrthumb.cpp | |
1229 | # End Source File | |
1230 | # Begin Source File | |
1231 | ||
1232 | SOURCE=.\univ\slider.cpp | |
1233 | # End Source File | |
1234 | # Begin Source File | |
1235 | ||
1236 | SOURCE=.\univ\spinbutt.cpp | |
1237 | # End Source File | |
1238 | # Begin Source File | |
1239 | ||
1240 | SOURCE=.\univ\statbmp.cpp | |
1241 | # End Source File | |
1242 | # Begin Source File | |
1243 | ||
1244 | SOURCE=.\univ\statbox.cpp | |
1245 | # End Source File | |
1246 | # Begin Source File | |
1247 | ||
1248 | SOURCE=.\univ\statline.cpp | |
1249 | # End Source File | |
1250 | # Begin Source File | |
1251 | ||
1252 | SOURCE=.\univ\stattext.cpp | |
1253 | # End Source File | |
1254 | # Begin Source File | |
1255 | ||
71e03035 VZ |
1256 | SOURCE=.\univ\statusbr.cpp |
1257 | # End Source File | |
1258 | # Begin Source File | |
1259 | ||
b7f4f350 VZ |
1260 | SOURCE=.\univ\textctrl.cpp |
1261 | # End Source File | |
1262 | # Begin Source File | |
1263 | ||
1264 | SOURCE=.\univ\theme.cpp | |
1265 | # End Source File | |
1266 | # Begin Source File | |
1267 | ||
c08a4f00 RR |
1268 | SOURCE=.\univ\toolbar.cpp |
1269 | # End Source File | |
1270 | # Begin Source File | |
1271 | ||
b7f4f350 VZ |
1272 | SOURCE=.\univ\topluniv.cpp |
1273 | # End Source File | |
1274 | # Begin Source File | |
1275 | ||
dc0e23b8 | 1276 | SOURCE=.\univ\winuniv.cpp |
67d947ba | 1277 | # End Source File |
ba7fe276 JS |
1278 | |
1279 | # Begin Group "Theme Files" | |
1280 | ||
1281 | # PROP Default_Filter "" | |
1282 | # Begin Source File | |
1283 | ||
1284 | SOURCE=.\univ\themes\gtk.cpp | |
1285 | # End Source File | |
1286 | # Begin Source File | |
1287 | ||
1288 | SOURCE=.\univ\themes\metal.cpp | |
1289 | # End Source File | |
1290 | # Begin Source File | |
1291 | ||
1292 | SOURCE=.\univ\themes\win32.cpp | |
1293 | # End Source File | |
1294 | ||
1295 | # End Group | |
b7f4f350 VZ |
1296 | # End Group |
1297 | # Begin Group "Headers" | |
1298 | ||
1299 | # PROP Default_Filter "" | |
1300 | # Begin Group "Setup" | |
1301 | ||
1302 | # PROP Default_Filter "" | |
1303 | # Begin Source File | |
1304 | ||
1305 | SOURCE=..\include\wx\univ\setup.h | |
1306 | !IF "$(CFG)" == "wxUniv - Win32 Release" | |
835074fe | 1307 | # Begin Custom Build - Creating lib\univ\wx\setup.h from $(InputPath) |
b7f4f350 VZ |
1308 | InputPath=..\include\wx\univ\setup.h |
1309 | ||
1310 | "../lib/univ/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | |
4175e952 | 1311 | copy "$(InputPath)" ..\lib\univ\wx\setup.h |
b7f4f350 VZ |
1312 | |
1313 | # End Custom Build | |
1314 | !ELSEIF "$(CFG)" == "wxUniv - Win32 Debug" | |
835074fe | 1315 | # Begin Custom Build - Creating lib\univd\wx\setup.h from $(InputPath) |
b7f4f350 VZ |
1316 | InputPath=..\include\wx\univ\setup.h |
1317 | ||
1318 | "../lib/univd/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | |
4175e952 | 1319 | copy "$(InputPath)" ..\lib\univd\wx\setup.h |
b7f4f350 VZ |
1320 | |
1321 | # End Custom Build | |
1322 | !ENDIF | |
1323 | # End Source File | |
1324 | # End Group | |
1325 | # Begin Group "Common" | |
1326 | ||
1327 | # PROP Default_Filter "" | |
1328 | # Begin Source File | |
1329 | ||
1330 | SOURCE=..\include\wx\accel.h | |
1331 | # End Source File | |
1332 | # Begin Source File | |
1333 | ||
1334 | SOURCE=..\include\wx\app.h | |
1335 | # End Source File | |
1336 | # Begin Source File | |
1337 | ||
f435c1f0 VS |
1338 | SOURCE=..\include\wx\artprov.h |
1339 | # End Source File | |
1340 | # Begin Source File | |
1341 | ||
b7f4f350 VZ |
1342 | SOURCE=..\include\wx\bitmap.h |
1343 | # End Source File | |
1344 | # Begin Source File | |
1345 | ||
1346 | SOURCE=..\include\wx\bmpbuttn.h | |
1347 | # End Source File | |
1348 | # Begin Source File | |
1349 | ||
1350 | SOURCE=..\include\wx\brush.h | |
1351 | # End Source File | |
1352 | # Begin Source File | |
1353 | ||
1354 | SOURCE=..\include\wx\buffer.h | |
1355 | # End Source File | |
1356 | # Begin Source File | |
1357 | ||
3a03c143 VZ |
1358 | SOURCE=..\include\wx\build.h |
1359 | # End Source File | |
1360 | # Begin Source File | |
1361 | ||
b7f4f350 VZ |
1362 | SOURCE=..\include\wx\busyinfo.h |
1363 | # End Source File | |
1364 | # Begin Source File | |
1365 | ||
1366 | SOURCE=..\include\wx\button.h | |
1367 | # End Source File | |
1368 | # Begin Source File | |
1369 | ||
1370 | SOURCE=..\include\wx\calctrl.h | |
1371 | # End Source File | |
1372 | # Begin Source File | |
1373 | ||
1374 | SOURCE=..\include\wx\caret.h | |
1375 | # End Source File | |
1376 | # Begin Source File | |
1377 | ||
1378 | SOURCE=..\include\wx\checkbox.h | |
1379 | # End Source File | |
1380 | # Begin Source File | |
1381 | ||
1382 | SOURCE=..\include\wx\checklst.h | |
1383 | # End Source File | |
1384 | # Begin Source File | |
1385 | ||
1386 | SOURCE=..\include\wx\chkconf.h | |
1387 | # End Source File | |
1388 | # Begin Source File | |
1389 | ||
1390 | SOURCE=..\include\wx\choicdlg.h | |
1391 | # End Source File | |
1392 | # Begin Source File | |
1393 | ||
1394 | SOURCE=..\include\wx\choice.h | |
1395 | # End Source File | |
1396 | # Begin Source File | |
1397 | ||
1398 | SOURCE=..\include\wx\clipbrd.h | |
1399 | # End Source File | |
1400 | # Begin Source File | |
1401 | ||
91f5c4d0 VZ |
1402 | SOURCE=..\include\wx\clntdata.h |
1403 | # End Source File | |
1404 | # Begin Source File | |
1405 | ||
b7f4f350 VZ |
1406 | SOURCE=..\include\wx\cmdline.h |
1407 | # End Source File | |
1408 | # Begin Source File | |
1409 | ||
1410 | SOURCE=..\include\wx\cmdproc.h | |
1411 | # End Source File | |
1412 | # Begin Source File | |
1413 | ||
1414 | SOURCE=..\include\wx\cmndata.h | |
1415 | # End Source File | |
1416 | # Begin Source File | |
1417 | ||
1418 | SOURCE=..\include\wx\colordlg.h | |
1419 | # End Source File | |
1420 | # Begin Source File | |
1421 | ||
1422 | SOURCE=..\include\wx\colour.h | |
1423 | # End Source File | |
1424 | # Begin Source File | |
1425 | ||
1426 | SOURCE=..\include\wx\combobox.h | |
1427 | # End Source File | |
1428 | # Begin Source File | |
1429 | ||
1430 | SOURCE=..\include\wx\confbase.h | |
1431 | # End Source File | |
1432 | # Begin Source File | |
1433 | ||
1434 | SOURCE=..\include\wx\config.h | |
1435 | # End Source File | |
1436 | # Begin Source File | |
1437 | ||
1438 | SOURCE=..\include\wx\containr.h | |
1439 | # End Source File | |
1440 | # Begin Source File | |
1441 | ||
1442 | SOURCE=..\include\wx\control.h | |
1443 | # End Source File | |
1444 | # Begin Source File | |
1445 | ||
1446 | SOURCE=..\include\wx\cshelp.h | |
1447 | # End Source File | |
1448 | # Begin Source File | |
1449 | ||
1450 | SOURCE=..\include\wx\ctrlsub.h | |
1451 | # End Source File | |
1452 | # Begin Source File | |
1453 | ||
1454 | SOURCE=..\include\wx\cursor.h | |
1455 | # End Source File | |
1456 | # Begin Source File | |
1457 | ||
1458 | SOURCE=..\include\wx\dataobj.h | |
1459 | # End Source File | |
1460 | # Begin Source File | |
1461 | ||
1462 | SOURCE=..\include\wx\date.h | |
1463 | # End Source File | |
1464 | # Begin Source File | |
1465 | ||
1466 | SOURCE=..\include\wx\datetime.h | |
1467 | # End Source File | |
1468 | # Begin Source File | |
1469 | ||
1470 | SOURCE=..\include\wx\datetime.inl | |
1471 | # End Source File | |
1472 | # Begin Source File | |
1473 | ||
1474 | SOURCE=..\include\wx\datstrm.h | |
1475 | # End Source File | |
1476 | # Begin Source File | |
1477 | ||
1478 | SOURCE=..\include\wx\db.h | |
1479 | # End Source File | |
1480 | # Begin Source File | |
1481 | ||
1482 | SOURCE=..\include\wx\dbgrid.h | |
1483 | # End Source File | |
1484 | # Begin Source File | |
1485 | ||
1486 | SOURCE=..\include\wx\dbkeyg.h | |
1487 | # End Source File | |
1488 | # Begin Source File | |
1489 | ||
1490 | SOURCE=..\include\wx\dbtable.h | |
1491 | # End Source File | |
1492 | # Begin Source File | |
1493 | ||
1494 | SOURCE=..\include\wx\dc.h | |
1495 | # End Source File | |
1496 | # Begin Source File | |
1497 | ||
67e2efca RL |
1498 | SOURCE=..\include\wx\dcbuffer.h |
1499 | # End Source File | |
1500 | # Begin Source File | |
1501 | ||
b7f4f350 VZ |
1502 | SOURCE=..\include\wx\dcclient.h |
1503 | # End Source File | |
1504 | # Begin Source File | |
1505 | ||
1506 | SOURCE=..\include\wx\dcmemory.h | |
1507 | # End Source File | |
1508 | # Begin Source File | |
1509 | ||
1510 | SOURCE=..\include\wx\dcprint.h | |
1511 | # End Source File | |
1512 | # Begin Source File | |
1513 | ||
1514 | SOURCE=..\include\wx\dcps.h | |
1515 | # End Source File | |
1516 | # Begin Source File | |
1517 | ||
1518 | SOURCE=..\include\wx\dcscreen.h | |
1519 | # End Source File | |
1520 | # Begin Source File | |
1521 | ||
1522 | SOURCE=..\include\wx\dde.h | |
1523 | # End Source File | |
1524 | # Begin Source File | |
1525 | ||
1526 | SOURCE=..\include\wx\debug.h | |
1527 | # End Source File | |
1528 | # Begin Source File | |
1529 | ||
1530 | SOURCE=..\include\wx\defs.h | |
1531 | # End Source File | |
1532 | # Begin Source File | |
1533 | ||
1534 | SOURCE=..\include\wx\dialog.h | |
1535 | # End Source File | |
1536 | # Begin Source File | |
1537 | ||
1538 | SOURCE=..\include\wx\dialup.h | |
1539 | # End Source File | |
1540 | # Begin Source File | |
1541 | ||
1542 | SOURCE=..\include\wx\dir.h | |
1543 | # End Source File | |
1544 | # Begin Source File | |
1545 | ||
6556acfa RD |
1546 | SOURCE=..\include\wx\dirctrl.h |
1547 | # End Source File | |
1548 | # Begin Source File | |
1549 | ||
b7f4f350 VZ |
1550 | SOURCE=..\include\wx\dirdlg.h |
1551 | # End Source File | |
1552 | # Begin Source File | |
1553 | ||
1554 | SOURCE=..\include\wx\dnd.h | |
1555 | # End Source File | |
1556 | # Begin Source File | |
1557 | ||
1558 | SOURCE=..\include\wx\docmdi.h | |
1559 | # End Source File | |
1560 | # Begin Source File | |
1561 | ||
1562 | SOURCE=..\include\wx\docview.h | |
1563 | # End Source File | |
1564 | # Begin Source File | |
1565 | ||
1566 | SOURCE=..\include\wx\dragimag.h | |
1567 | # End Source File | |
1568 | # Begin Source File | |
1569 | ||
1570 | SOURCE=..\include\wx\dynarray.h | |
1571 | # End Source File | |
1572 | # Begin Source File | |
1573 | ||
1574 | SOURCE=..\include\wx\dynlib.h | |
1575 | # End Source File | |
1576 | # Begin Source File | |
1577 | ||
0b9ab0bd RL |
1578 | SOURCE=..\include\wx\dynload.h |
1579 | # End Source File | |
1580 | # Begin Source File | |
1581 | ||
da906b97 RD |
1582 | SOURCE=..\include\wx\effects.h |
1583 | # End Source File | |
1584 | # Begin Source File | |
1585 | ||
b7f4f350 VZ |
1586 | SOURCE=..\include\wx\encconv.h |
1587 | # End Source File | |
1588 | # Begin Source File | |
1589 | ||
1590 | SOURCE=..\include\wx\event.h | |
1591 | # End Source File | |
1592 | # Begin Source File | |
1593 | ||
1594 | SOURCE=..\include\wx\expr.h | |
1595 | # End Source File | |
1596 | # Begin Source File | |
1597 | ||
1598 | SOURCE=..\include\wx\fdrepdlg.h | |
1599 | # End Source File | |
1600 | # Begin Source File | |
1601 | ||
98672b4b RD |
1602 | SOURCE=..\include\wx\features.h |
1603 | # End Source File | |
1604 | # Begin Source File | |
1605 | ||
b7f4f350 VZ |
1606 | SOURCE=..\include\wx\ffile.h |
1607 | # End Source File | |
1608 | # Begin Source File | |
1609 | ||
1610 | SOURCE=..\include\wx\file.h | |
1611 | # End Source File | |
1612 | # Begin Source File | |
1613 | ||
1614 | SOURCE=..\include\wx\fileconf.h | |
1615 | # End Source File | |
1616 | # Begin Source File | |
1617 | ||
1618 | SOURCE=..\include\wx\filedlg.h | |
1619 | # End Source File | |
1620 | # Begin Source File | |
1621 | ||
1622 | SOURCE=..\include\wx\filefn.h | |
1623 | # End Source File | |
1624 | # Begin Source File | |
1625 | ||
1626 | SOURCE=..\include\wx\filename.h | |
1627 | # End Source File | |
1628 | # Begin Source File | |
1629 | ||
1630 | SOURCE=..\include\wx\filesys.h | |
1631 | # End Source File | |
1632 | # Begin Source File | |
1633 | ||
1634 | SOURCE=..\include\wx\font.h | |
1635 | # End Source File | |
1636 | # Begin Source File | |
1637 | ||
1638 | SOURCE=..\include\wx\fontdlg.h | |
1639 | # End Source File | |
1640 | # Begin Source File | |
1641 | ||
1642 | SOURCE=..\include\wx\fontenc.h | |
1643 | # End Source File | |
1644 | # Begin Source File | |
1645 | ||
1646 | SOURCE=..\include\wx\fontenum.h | |
1647 | # End Source File | |
1648 | # Begin Source File | |
1649 | ||
1650 | SOURCE=..\include\wx\fontmap.h | |
1651 | # End Source File | |
1652 | # Begin Source File | |
1653 | ||
1654 | SOURCE=..\include\wx\fontutil.h | |
1655 | # End Source File | |
1656 | # Begin Source File | |
1657 | ||
1658 | SOURCE=..\include\wx\frame.h | |
1659 | # End Source File | |
1660 | # Begin Source File | |
1661 | ||
1662 | SOURCE=..\include\wx\fs_inet.h | |
1663 | # End Source File | |
1664 | # Begin Source File | |
1665 | ||
1666 | SOURCE=..\include\wx\fs_mem.h | |
1667 | # End Source File | |
1668 | # Begin Source File | |
1669 | ||
1670 | SOURCE=..\include\wx\fs_zip.h | |
1671 | # End Source File | |
1672 | # Begin Source File | |
1673 | ||
1674 | SOURCE=..\include\wx\gauge.h | |
1675 | # End Source File | |
1676 | # Begin Source File | |
1677 | ||
1678 | SOURCE=..\include\wx\gdicmn.h | |
1679 | # End Source File | |
1680 | # Begin Source File | |
1681 | ||
1682 | SOURCE=..\include\wx\gdiobj.h | |
1683 | # End Source File | |
1684 | # Begin Source File | |
1685 | ||
1686 | SOURCE=..\include\wx\geometry.h | |
1687 | # End Source File | |
1688 | # Begin Source File | |
1689 | ||
1690 | SOURCE=..\include\wx\gifdecod.h | |
1691 | # End Source File | |
1692 | # Begin Source File | |
1693 | ||
1694 | SOURCE=..\include\wx\glcanvas.h | |
1695 | # End Source File | |
1696 | # Begin Source File | |
1697 | ||
1698 | SOURCE=..\include\wx\grid.h | |
1699 | # End Source File | |
1700 | # Begin Source File | |
1701 | ||
1702 | SOURCE=..\include\wx\gsocket.h | |
1703 | # End Source File | |
1704 | # Begin Source File | |
1705 | ||
1706 | SOURCE=..\include\wx\hash.h | |
1707 | # End Source File | |
1708 | # Begin Source File | |
1709 | ||
d74b838c MB |
1710 | SOURCE=..\include\wx\hashmap.h |
1711 | # End Source File | |
1712 | # Begin Source File | |
1713 | ||
b7f4f350 VZ |
1714 | SOURCE=..\include\wx\help.h |
1715 | # End Source File | |
1716 | # Begin Source File | |
1717 | ||
1718 | SOURCE=..\include\wx\helpbase.h | |
1719 | # End Source File | |
1720 | # Begin Source File | |
1721 | ||
1722 | SOURCE=..\include\wx\helphtml.h | |
1723 | # End Source File | |
1724 | # Begin Source File | |
1725 | ||
1726 | SOURCE=..\include\wx\helpwin.h | |
1727 | # End Source File | |
1728 | # Begin Source File | |
1729 | ||
1730 | SOURCE=..\include\wx\icon.h | |
1731 | # End Source File | |
1732 | # Begin Source File | |
1733 | ||
f618020a MB |
1734 | SOURCE=..\include\wx\iconbndl.h |
1735 | # End Source File | |
1736 | # Begin Source File | |
1737 | ||
b7f4f350 VZ |
1738 | SOURCE=..\include\wx\imagbmp.h |
1739 | # End Source File | |
1740 | # Begin Source File | |
1741 | ||
1742 | SOURCE=..\include\wx\image.h | |
1743 | # End Source File | |
1744 | # Begin Source File | |
1745 | ||
1746 | SOURCE=..\include\wx\imaggif.h | |
1747 | # End Source File | |
1748 | # Begin Source File | |
1749 | ||
6556acfa RD |
1750 | SOURCE=..\include\wx\imagiff.h |
1751 | # End Source File | |
1752 | # Begin Source File | |
1753 | ||
b7f4f350 VZ |
1754 | SOURCE=..\include\wx\imagjpeg.h |
1755 | # End Source File | |
1756 | # Begin Source File | |
1757 | ||
1758 | SOURCE=..\include\wx\imaglist.h | |
1759 | # End Source File | |
1760 | # Begin Source File | |
1761 | ||
1762 | SOURCE=..\include\wx\imagpcx.h | |
1763 | # End Source File | |
1764 | # Begin Source File | |
1765 | ||
1766 | SOURCE=..\include\wx\imagpng.h | |
1767 | # End Source File | |
1768 | # Begin Source File | |
1769 | ||
1770 | SOURCE=..\include\wx\imagpnm.h | |
1771 | # End Source File | |
1772 | # Begin Source File | |
1773 | ||
1774 | SOURCE=..\include\wx\imagtiff.h | |
1775 | # End Source File | |
1776 | # Begin Source File | |
1777 | ||
1778 | SOURCE=..\include\wx\imagxpm.h | |
1779 | # End Source File | |
1780 | # Begin Source File | |
1781 | ||
1782 | SOURCE=..\include\wx\intl.h | |
1783 | # End Source File | |
1784 | # Begin Source File | |
1785 | ||
4519ac17 VZ |
1786 | SOURCE=..\include\wx\iosfwrap.h |
1787 | # End Source File | |
1788 | # Begin Source File | |
1789 | ||
b7f4f350 VZ |
1790 | SOURCE=..\include\wx\ioswrap.h |
1791 | # End Source File | |
1792 | # Begin Source File | |
1793 | ||
7391216e VS |
1794 | SOURCE=..\include\wx\ipc.h |
1795 | # End Source File | |
1796 | # Begin Source File | |
1797 | ||
b7f4f350 VZ |
1798 | SOURCE=..\include\wx\ipcbase.h |
1799 | # End Source File | |
1800 | # Begin Source File | |
1801 | ||
1802 | SOURCE=..\include\wx\isql.h | |
1803 | # End Source File | |
1804 | # Begin Source File | |
1805 | ||
1806 | SOURCE=..\include\wx\isqlext.h | |
1807 | # End Source File | |
1808 | # Begin Source File | |
1809 | ||
1810 | SOURCE=..\include\wx\joystick.h | |
1811 | # End Source File | |
1812 | # Begin Source File | |
1813 | ||
1814 | SOURCE=..\include\wx\layout.h | |
1815 | # End Source File | |
1816 | # Begin Source File | |
1817 | ||
1818 | SOURCE=..\include\wx\laywin.h | |
1819 | # End Source File | |
1820 | # Begin Source File | |
1821 | ||
1822 | SOURCE=..\include\wx\list.h | |
1823 | # End Source File | |
1824 | # Begin Source File | |
1825 | ||
110d0599 VZ |
1826 | SOURCE=..\include\wx\listbase.h |
1827 | # End Source File | |
1828 | # Begin Source File | |
1829 | ||
b7f4f350 VZ |
1830 | SOURCE=..\include\wx\listbox.h |
1831 | # End Source File | |
1832 | # Begin Source File | |
1833 | ||
1834 | SOURCE=..\include\wx\listctrl.h | |
1835 | # End Source File | |
1836 | # Begin Source File | |
1837 | ||
1838 | SOURCE=..\include\wx\log.h | |
1839 | # End Source File | |
1840 | # Begin Source File | |
1841 | ||
1842 | SOURCE=..\include\wx\longlong.h | |
1843 | # End Source File | |
1844 | # Begin Source File | |
1845 | ||
1846 | SOURCE=..\include\wx\matrix.h | |
1847 | # End Source File | |
1848 | # Begin Source File | |
1849 | ||
1850 | SOURCE=..\include\wx\mdi.h | |
1851 | # End Source File | |
1852 | # Begin Source File | |
1853 | ||
1854 | SOURCE=..\include\wx\memconf.h | |
1855 | # End Source File | |
1856 | # Begin Source File | |
1857 | ||
1858 | SOURCE=..\include\wx\memory.h | |
1859 | # End Source File | |
1860 | # Begin Source File | |
1861 | ||
a3a584a7 VZ |
1862 | SOURCE=..\include\wx\memtext.h |
1863 | # End Source File | |
1864 | # Begin Source File | |
1865 | ||
b7f4f350 VZ |
1866 | SOURCE=..\include\wx\menu.h |
1867 | # End Source File | |
1868 | # Begin Source File | |
1869 | ||
1870 | SOURCE=..\include\wx\menuitem.h | |
1871 | # End Source File | |
1872 | # Begin Source File | |
1873 | ||
1874 | SOURCE=..\include\wx\metafile.h | |
1875 | # End Source File | |
1876 | # Begin Source File | |
1877 | ||
1878 | SOURCE=..\include\wx\mimetype.h | |
1879 | # End Source File | |
1880 | # Begin Source File | |
1881 | ||
1882 | SOURCE=..\include\wx\minifram.h | |
1883 | # End Source File | |
1884 | # Begin Source File | |
1885 | ||
1886 | SOURCE=..\include\wx\module.h | |
1887 | # End Source File | |
1888 | # Begin Source File | |
1889 | ||
1890 | SOURCE=..\include\wx\msgdlg.h | |
1891 | # End Source File | |
1892 | # Begin Source File | |
1893 | ||
dc0e23b8 MB |
1894 | SOURCE=..\include\wx\msgout.h |
1895 | # End Source File | |
1896 | # Begin Source File | |
1897 | ||
b7f4f350 VZ |
1898 | SOURCE=..\include\wx\mstream.h |
1899 | # End Source File | |
1900 | # Begin Source File | |
1901 | ||
1902 | SOURCE=..\include\wx\notebook.h | |
1903 | # End Source File | |
1904 | # Begin Source File | |
1905 | ||
1906 | SOURCE=..\include\wx\object.h | |
1907 | # End Source File | |
1908 | # Begin Source File | |
1909 | ||
b7f4f350 VZ |
1910 | SOURCE=..\include\wx\odbc.h |
1911 | # End Source File | |
1912 | # Begin Source File | |
1913 | ||
1914 | SOURCE=..\include\wx\ownerdrw.h | |
1915 | # End Source File | |
1916 | # Begin Source File | |
1917 | ||
1918 | SOURCE=..\include\wx\palette.h | |
1919 | # End Source File | |
1920 | # Begin Source File | |
1921 | ||
1922 | SOURCE=..\include\wx\panel.h | |
1923 | # End Source File | |
1924 | # Begin Source File | |
1925 | ||
1926 | SOURCE=..\include\wx\paper.h | |
1927 | # End Source File | |
1928 | # Begin Source File | |
1929 | ||
1930 | SOURCE=..\include\wx\pen.h | |
1931 | # End Source File | |
1932 | # Begin Source File | |
1933 | ||
176e7e83 VZ |
1934 | SOURCE=..\include\wx\platform.h |
1935 | # End Source File | |
1936 | # Begin Source File | |
1937 | ||
b7f4f350 VZ |
1938 | SOURCE=..\include\wx\popupwin.h |
1939 | # End Source File | |
1940 | # Begin Source File | |
1941 | ||
1942 | SOURCE=..\include\wx\print.h | |
1943 | # End Source File | |
1944 | # Begin Source File | |
1945 | ||
1946 | SOURCE=..\include\wx\printdlg.h | |
1947 | # End Source File | |
1948 | # Begin Source File | |
1949 | ||
1950 | SOURCE=..\include\wx\prntbase.h | |
1951 | # End Source File | |
1952 | # Begin Source File | |
1953 | ||
1954 | SOURCE=..\include\wx\process.h | |
1955 | # End Source File | |
1956 | # Begin Source File | |
1957 | ||
1958 | SOURCE=..\include\wx\progdlg.h | |
1959 | # End Source File | |
1960 | # Begin Source File | |
1961 | ||
1962 | SOURCE=..\include\wx\prop.h | |
1963 | # End Source File | |
1964 | # Begin Source File | |
1965 | ||
1966 | SOURCE=..\include\wx\propform.h | |
1967 | # End Source File | |
1968 | # Begin Source File | |
1969 | ||
1970 | SOURCE=..\include\wx\proplist.h | |
1971 | # End Source File | |
1972 | # Begin Source File | |
1973 | ||
c155898a RL |
1974 | SOURCE=..\include\wx\quantize.h |
1975 | # End Source File | |
1976 | # Begin Source File | |
1977 | ||
b7f4f350 VZ |
1978 | SOURCE=..\include\wx\radiobox.h |
1979 | # End Source File | |
1980 | # Begin Source File | |
1981 | ||
1982 | SOURCE=..\include\wx\radiobut.h | |
1983 | # End Source File | |
1984 | # Begin Source File | |
1985 | ||
1986 | SOURCE=..\include\wx\regex.h | |
1987 | # End Source File | |
1988 | # Begin Source File | |
1989 | ||
1990 | SOURCE=..\include\wx\region.h | |
1991 | # End Source File | |
1992 | # Begin Source File | |
1993 | ||
1994 | SOURCE=..\include\wx\resource.h | |
1995 | # End Source File | |
1996 | # Begin Source File | |
1997 | ||
1998 | SOURCE=..\include\wx\sashwin.h | |
1999 | # End Source File | |
2000 | # Begin Source File | |
2001 | ||
2002 | SOURCE=..\include\wx\sckaddr.h | |
2003 | # End Source File | |
2004 | # Begin Source File | |
2005 | ||
2006 | SOURCE=..\include\wx\sckipc.h | |
2007 | # End Source File | |
2008 | # Begin Source File | |
2009 | ||
2010 | SOURCE=..\include\wx\sckstrm.h | |
2011 | # End Source File | |
2012 | # Begin Source File | |
2013 | ||
2014 | SOURCE=..\include\wx\scrolbar.h | |
2015 | # End Source File | |
2016 | # Begin Source File | |
2017 | ||
2018 | SOURCE=..\include\wx\scrolwin.h | |
2019 | # End Source File | |
2020 | # Begin Source File | |
2021 | ||
b7f4f350 VZ |
2022 | SOURCE=..\include\wx\settings.h |
2023 | # End Source File | |
2024 | # Begin Source File | |
2025 | ||
2026 | SOURCE=..\include\wx\sizer.h | |
2027 | # End Source File | |
2028 | # Begin Source File | |
2029 | ||
2030 | SOURCE=..\include\wx\slider.h | |
2031 | # End Source File | |
2032 | # Begin Source File | |
2033 | ||
2034 | SOURCE=..\include\wx\snglinst.h | |
2035 | # End Source File | |
2036 | # Begin Source File | |
2037 | ||
2038 | SOURCE=..\include\wx\socket.h | |
2039 | # End Source File | |
2040 | # Begin Source File | |
2041 | ||
2042 | SOURCE=..\include\wx\spinbutt.h | |
2043 | # End Source File | |
2044 | # Begin Source File | |
2045 | ||
2046 | SOURCE=..\include\wx\spinctrl.h | |
2047 | # End Source File | |
2048 | # Begin Source File | |
2049 | ||
2050 | SOURCE=..\include\wx\splash.h | |
2051 | # End Source File | |
2052 | # Begin Source File | |
2053 | ||
2054 | SOURCE=..\include\wx\splitter.h | |
2055 | # End Source File | |
2056 | # Begin Source File | |
2057 | ||
2058 | SOURCE=..\include\wx\stack.h | |
2059 | # End Source File | |
2060 | # Begin Source File | |
2061 | ||
2062 | SOURCE=..\include\wx\statbmp.h | |
2063 | # End Source File | |
2064 | # Begin Source File | |
2065 | ||
2066 | SOURCE=..\include\wx\statbox.h | |
2067 | # End Source File | |
2068 | # Begin Source File | |
2069 | ||
2070 | SOURCE=..\include\wx\statline.h | |
2071 | # End Source File | |
2072 | # Begin Source File | |
2073 | ||
2074 | SOURCE=..\include\wx\stattext.h | |
2075 | # End Source File | |
2076 | # Begin Source File | |
2077 | ||
2078 | SOURCE=..\include\wx\statusbr.h | |
2079 | # End Source File | |
2080 | # Begin Source File | |
2081 | ||
2082 | SOURCE=..\include\wx\strconv.h | |
2083 | # End Source File | |
2084 | # Begin Source File | |
2085 | ||
2086 | SOURCE=..\include\wx\stream.h | |
2087 | # End Source File | |
2088 | # Begin Source File | |
2089 | ||
2090 | SOURCE=..\include\wx\string.h | |
2091 | # End Source File | |
2092 | # Begin Source File | |
2093 | ||
2094 | SOURCE=..\include\wx\sysopt.h | |
2095 | # End Source File | |
2096 | # Begin Source File | |
2097 | ||
2098 | SOURCE=..\include\wx\tab.h | |
2099 | # End Source File | |
2100 | # Begin Source File | |
2101 | ||
2102 | SOURCE=..\include\wx\tabctrl.h | |
2103 | # End Source File | |
2104 | # Begin Source File | |
2105 | ||
2106 | SOURCE=..\include\wx\taskbar.h | |
2107 | # End Source File | |
2108 | # Begin Source File | |
2109 | ||
2110 | SOURCE=..\include\wx\tbarbase.h | |
2111 | # End Source File | |
2112 | # Begin Source File | |
2113 | ||
2114 | SOURCE=..\include\wx\tbarsmpl.h | |
2115 | # End Source File | |
2116 | # Begin Source File | |
2117 | ||
a3a584a7 VZ |
2118 | SOURCE=..\include\wx\textbuf.h |
2119 | # End Source File | |
2120 | # Begin Source File | |
2121 | ||
b7f4f350 VZ |
2122 | SOURCE=..\include\wx\textctrl.h |
2123 | # End Source File | |
2124 | # Begin Source File | |
2125 | ||
2126 | SOURCE=..\include\wx\textdlg.h | |
2127 | # End Source File | |
2128 | # Begin Source File | |
2129 | ||
2130 | SOURCE=..\include\wx\textfile.h | |
2131 | # End Source File | |
2132 | # Begin Source File | |
2133 | ||
2134 | SOURCE=..\include\wx\tglbtn.h | |
2135 | # End Source File | |
2136 | # Begin Source File | |
2137 | ||
2138 | SOURCE=..\include\wx\thread.h | |
2139 | # End Source File | |
2140 | # Begin Source File | |
2141 | ||
2142 | SOURCE=..\include\wx\time.h | |
2143 | # End Source File | |
2144 | # Begin Source File | |
2145 | ||
2146 | SOURCE=..\include\wx\timer.h | |
2147 | # End Source File | |
2148 | # Begin Source File | |
2149 | ||
2150 | SOURCE=..\include\wx\tipdlg.h | |
2151 | # End Source File | |
2152 | # Begin Source File | |
2153 | ||
2154 | SOURCE=..\include\wx\tipwin.h | |
2155 | # End Source File | |
2156 | # Begin Source File | |
2157 | ||
2158 | SOURCE=..\include\wx\tokenzr.h | |
2159 | # End Source File | |
2160 | # Begin Source File | |
2161 | ||
2162 | SOURCE=..\include\wx\toolbar.h | |
2163 | # End Source File | |
2164 | # Begin Source File | |
2165 | ||
2166 | SOURCE=..\include\wx\tooltip.h | |
2167 | # End Source File | |
2168 | # Begin Source File | |
2169 | ||
2170 | SOURCE=..\include\wx\toplevel.h | |
2171 | # End Source File | |
2172 | # Begin Source File | |
2173 | ||
2174 | SOURCE=..\include\wx\treebase.h | |
2175 | # End Source File | |
2176 | # Begin Source File | |
2177 | ||
2178 | SOURCE=..\include\wx\treectrl.h | |
2179 | # End Source File | |
2180 | # Begin Source File | |
2181 | ||
2182 | SOURCE=..\include\wx\txtstrm.h | |
2183 | # End Source File | |
2184 | # Begin Source File | |
2185 | ||
2186 | SOURCE=..\include\wx\types.h | |
2187 | # End Source File | |
2188 | # Begin Source File | |
2189 | ||
2190 | SOURCE=..\include\wx\url.h | |
2191 | # End Source File | |
2192 | # Begin Source File | |
2193 | ||
2194 | SOURCE=..\include\wx\utils.h | |
2195 | # End Source File | |
2196 | # Begin Source File | |
2197 | ||
2198 | SOURCE=..\include\wx\valgen.h | |
2199 | # End Source File | |
2200 | # Begin Source File | |
2201 | ||
2202 | SOURCE=..\include\wx\validate.h | |
2203 | # End Source File | |
2204 | # Begin Source File | |
2205 | ||
2206 | SOURCE=..\include\wx\valtext.h | |
2207 | # End Source File | |
2208 | # Begin Source File | |
2209 | ||
2210 | SOURCE=..\include\wx\variant.h | |
2211 | # End Source File | |
2212 | # Begin Source File | |
2213 | ||
2214 | SOURCE=..\include\wx\vector.h | |
2215 | # End Source File | |
2216 | # Begin Source File | |
2217 | ||
2218 | SOURCE=..\include\wx\version.h | |
2219 | # End Source File | |
2220 | # Begin Source File | |
2221 | ||
a0cb0ba5 VS |
2222 | SOURCE=..\include\wx\volume.h |
2223 | # End Source File | |
2224 | # Begin Source File | |
2225 | ||
b7f4f350 VZ |
2226 | SOURCE=..\include\wx\wave.h |
2227 | # End Source File | |
2228 | # Begin Source File | |
2229 | ||
2230 | SOURCE=..\include\wx\wfstream.h | |
2231 | # End Source File | |
2232 | # Begin Source File | |
2233 | ||
2234 | SOURCE=..\include\wx\window.h | |
2235 | # End Source File | |
2236 | # Begin Source File | |
2237 | ||
2238 | SOURCE=..\include\wx\wizard.h | |
2239 | # End Source File | |
2240 | # Begin Source File | |
2241 | ||
2242 | SOURCE=..\include\wx\wx.h | |
2243 | # End Source File | |
2244 | # Begin Source File | |
2245 | ||
2246 | SOURCE=..\include\wx\wx_cw.h | |
2247 | # End Source File | |
2248 | # Begin Source File | |
2249 | ||
2250 | SOURCE=..\include\wx\wx_cw_cm.h | |
2251 | # End Source File | |
2252 | # Begin Source File | |
2253 | ||
2254 | SOURCE=..\include\wx\wx_cw_d.h | |
2255 | # End Source File | |
2256 | # Begin Source File | |
2257 | ||
2258 | SOURCE=..\include\wx\wxchar.h | |
2259 | # End Source File | |
2260 | # Begin Source File | |
2261 | ||
2262 | SOURCE=..\include\wx\wxexpr.h | |
2263 | # End Source File | |
2264 | # Begin Source File | |
2265 | ||
2266 | SOURCE=..\include\wx\wxhtml.h | |
2267 | # End Source File | |
2268 | # Begin Source File | |
2269 | ||
2270 | SOURCE=..\include\wx\wxprec.h | |
2271 | # End Source File | |
2272 | # Begin Source File | |
2273 | ||
2274 | SOURCE=..\include\wx\xpmdecod.h | |
2275 | # End Source File | |
2276 | # Begin Source File | |
2277 | ||
2278 | SOURCE=..\include\wx\zipstrm.h | |
2279 | # End Source File | |
2280 | # Begin Source File | |
2281 | ||
2282 | SOURCE=..\include\wx\zstream.h | |
2283 | # End Source File | |
ba7fe276 | 2284 | |
b7f4f350 VZ |
2285 | # End Group |
2286 | # Begin Group "MSW" | |
2287 | ||
2288 | # PROP Default_Filter "" | |
2289 | # End Group | |
2290 | # Begin Group "Generic" | |
2291 | ||
2292 | # PROP Default_Filter "" | |
2293 | # Begin Source File | |
2294 | ||
2295 | SOURCE=..\include\wx\generic\accel.h | |
2296 | # End Source File | |
2297 | # Begin Source File | |
2298 | ||
2299 | SOURCE=..\include\wx\generic\calctrl.h | |
2300 | # End Source File | |
2301 | # Begin Source File | |
2302 | ||
2303 | SOURCE=..\include\wx\generic\caret.h | |
2304 | # End Source File | |
2305 | # Begin Source File | |
2306 | ||
2307 | SOURCE=..\include\wx\generic\choicdgg.h | |
2308 | # End Source File | |
2309 | # Begin Source File | |
2310 | ||
2311 | SOURCE=..\include\wx\generic\colrdlgg.h | |
2312 | # End Source File | |
2313 | # Begin Source File | |
2314 | ||
2315 | SOURCE=..\include\wx\generic\dcpsg.h | |
2316 | # End Source File | |
2317 | # Begin Source File | |
2318 | ||
2319 | SOURCE=..\include\wx\generic\dirctrlg.h | |
2320 | # End Source File | |
2321 | # Begin Source File | |
2322 | ||
2323 | SOURCE=..\include\wx\generic\dirdlgg.h | |
2324 | # End Source File | |
2325 | # Begin Source File | |
2326 | ||
2327 | SOURCE=..\include\wx\generic\dragimgg.h | |
2328 | # End Source File | |
2329 | # Begin Source File | |
2330 | ||
2331 | SOURCE=..\include\wx\generic\fdrepdlg.h | |
2332 | # End Source File | |
2333 | # Begin Source File | |
2334 | ||
2335 | SOURCE=..\include\wx\generic\filedlgg.h | |
2336 | # End Source File | |
2337 | # Begin Source File | |
2338 | ||
2339 | SOURCE=..\include\wx\generic\fontdlgg.h | |
2340 | # End Source File | |
2341 | # Begin Source File | |
2342 | ||
2343 | SOURCE=..\include\wx\generic\grid.h | |
2344 | # End Source File | |
2345 | # Begin Source File | |
2346 | ||
2347 | SOURCE=..\include\wx\generic\gridctrl.h | |
2348 | # End Source File | |
2349 | # Begin Source File | |
2350 | ||
2351 | SOURCE=..\include\wx\generic\gridg.h | |
2352 | # End Source File | |
2353 | # Begin Source File | |
2354 | ||
2355 | SOURCE=..\include\wx\generic\helpext.h | |
2356 | # End Source File | |
2357 | # Begin Source File | |
2358 | ||
2359 | SOURCE=..\include\wx\generic\helphtml.h | |
2360 | # End Source File | |
2361 | # Begin Source File | |
2362 | ||
b7f4f350 VZ |
2363 | SOURCE=..\include\wx\generic\imaglist.h |
2364 | # End Source File | |
2365 | # Begin Source File | |
2366 | ||
2367 | SOURCE=..\include\wx\generic\laywin.h | |
2368 | # End Source File | |
2369 | # Begin Source File | |
2370 | ||
2371 | SOURCE=..\include\wx\generic\listctrl.h | |
2372 | # End Source File | |
2373 | # Begin Source File | |
2374 | ||
2b5f62a0 VZ |
2375 | SOURCE=..\include\wx\generic\mdig.h |
2376 | # End Source File | |
2377 | # Begin Source File | |
2378 | ||
b7f4f350 VZ |
2379 | SOURCE=..\include\wx\generic\msgdlgg.h |
2380 | # End Source File | |
2381 | # Begin Source File | |
2382 | ||
2383 | SOURCE=..\include\wx\generic\notebook.h | |
2384 | # End Source File | |
2385 | # Begin Source File | |
2386 | ||
2387 | SOURCE=..\include\wx\generic\paletteg.h | |
2388 | # End Source File | |
2389 | # Begin Source File | |
2390 | ||
2391 | SOURCE=..\include\wx\generic\panelg.h | |
2392 | # End Source File | |
2393 | # Begin Source File | |
2394 | ||
2395 | SOURCE=..\include\wx\generic\printps.h | |
2396 | # End Source File | |
2397 | # Begin Source File | |
2398 | ||
2399 | SOURCE=..\include\wx\generic\prntdlgg.h | |
2400 | # End Source File | |
2401 | # Begin Source File | |
2402 | ||
2403 | SOURCE=..\include\wx\generic\progdlgg.h | |
2404 | # End Source File | |
2405 | # Begin Source File | |
2406 | ||
2407 | SOURCE=..\include\wx\generic\sashwin.h | |
2408 | # End Source File | |
2409 | # Begin Source File | |
2410 | ||
2411 | SOURCE=..\include\wx\generic\scrolwin.h | |
2412 | # End Source File | |
2413 | # Begin Source File | |
2414 | ||
91f5c4d0 VZ |
2415 | SOURCE=..\include\wx\generic\spinctlg.h |
2416 | # End Source File | |
2417 | # Begin Source File | |
2418 | ||
b7f4f350 VZ |
2419 | SOURCE=..\include\wx\generic\splash.h |
2420 | # End Source File | |
2421 | # Begin Source File | |
2422 | ||
2423 | SOURCE=..\include\wx\generic\splitter.h | |
2424 | # End Source File | |
2425 | # Begin Source File | |
2426 | ||
110d0599 VZ |
2427 | SOURCE=..\include\wx\generic\statline.h |
2428 | # End Source File | |
2429 | # Begin Source File | |
2430 | ||
b7f4f350 VZ |
2431 | SOURCE=..\include\wx\generic\statusbr.h |
2432 | # End Source File | |
2433 | # Begin Source File | |
2434 | ||
2435 | SOURCE=..\include\wx\generic\tabg.h | |
2436 | # End Source File | |
2437 | # Begin Source File | |
2438 | ||
2439 | SOURCE=..\include\wx\generic\textdlgg.h | |
2440 | # End Source File | |
2441 | # Begin Source File | |
2442 | ||
a0cb0ba5 VS |
2443 | SOURCE=..\include\wx\generic\timer.h |
2444 | # End Source File | |
2445 | # Begin Source File | |
2446 | ||
b7f4f350 VZ |
2447 | SOURCE=..\include\wx\generic\treectlg.h |
2448 | # End Source File | |
2449 | # Begin Source File | |
2450 | ||
2451 | SOURCE=..\include\wx\generic\wizard.h | |
2452 | # End Source File | |
ba7fe276 | 2453 | |
b7f4f350 VZ |
2454 | # End Group |
2455 | # Begin Group "HTML" | |
2456 | ||
2457 | # PROP Default_Filter "" | |
2458 | # Begin Source File | |
2459 | ||
2460 | SOURCE=..\include\wx\html\forcelnk.h | |
2461 | # End Source File | |
2462 | # Begin Source File | |
2463 | ||
2464 | SOURCE=..\include\wx\html\helpctrl.h | |
2465 | # End Source File | |
2466 | # Begin Source File | |
2467 | ||
2468 | SOURCE=..\include\wx\html\helpdata.h | |
2469 | # End Source File | |
2470 | # Begin Source File | |
2471 | ||
2472 | SOURCE=..\include\wx\html\helpfrm.h | |
2473 | # End Source File | |
2474 | # Begin Source File | |
2475 | ||
2476 | SOURCE=..\include\wx\html\htmlcell.h | |
2477 | # End Source File | |
2478 | # Begin Source File | |
2479 | ||
2480 | SOURCE=..\include\wx\html\htmldefs.h | |
2481 | # End Source File | |
2482 | # Begin Source File | |
2483 | ||
2484 | SOURCE=..\include\wx\html\htmlfilt.h | |
2485 | # End Source File | |
2486 | # Begin Source File | |
2487 | ||
2488 | SOURCE=..\include\wx\html\htmlpars.h | |
2489 | # End Source File | |
2490 | # Begin Source File | |
2491 | ||
2492 | SOURCE=..\include\wx\html\htmltag.h | |
2493 | # End Source File | |
2494 | # Begin Source File | |
2495 | ||
2496 | SOURCE=..\include\wx\html\htmlwin.h | |
2497 | # End Source File | |
2498 | # Begin Source File | |
2499 | ||
2500 | SOURCE=..\include\wx\html\htmprint.h | |
2501 | # End Source File | |
2502 | # Begin Source File | |
2503 | ||
2504 | SOURCE=..\include\wx\html\m_templ.h | |
2505 | # End Source File | |
2506 | # Begin Source File | |
2507 | ||
2508 | SOURCE=..\include\wx\html\winpars.h | |
2509 | # End Source File | |
ba7fe276 | 2510 | |
b7f4f350 VZ |
2511 | # End Group |
2512 | # Begin Group "Universal" | |
2513 | ||
2514 | # PROP Default_Filter "" | |
2515 | # End Group | |
2516 | # End Group | |
2517 | # End Target | |
2518 | # End Project |