]> git.saurik.com Git - wxWidgets.git/commitdiff
Add wxPreferencesEditor class.
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 28 Feb 2013 16:29:05 +0000 (16:29 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 28 Feb 2013 16:29:05 +0000 (16:29 +0000)
Implements native UI for preferences editing.  In particular, the API
handles the differences between modal (Windows) and non-modal (OS X) preferences windows and provides platform's native look.

Currently implemented natively for wxOSX/Cocoa, wxGTK and Windows (the latter is used as a fallback generic implementation as well).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_core.dsp
build/msw/wx_vc7_core.vcproj
build/msw/wx_vc8_core.vcproj
build/msw/wx_vc9_core.vcproj
include/wx/preferences.h [new file with mode: 0644]
include/wx/private/preferences.h [new file with mode: 0644]
interface/wx/preferences.h [new file with mode: 0644]
src/common/preferencescmn.cpp [new file with mode: 0644]
src/generic/preferencesg.cpp [new file with mode: 0644]
src/osx/cocoa/preferences.mm [new file with mode: 0644]

index dbe87fd255e7cc4cb0eace77621d8c7d2617eed3..00ecb4b42c7b462f4108de5f6d358c498024115b 100644 (file)
@@ -4818,6 +4818,7 @@ COND_USE_GUI_1_WXUNIV_0___CORE_SRC_OBJECTS =  \
        monodll_persist.o \
        monodll_pickerbase.o \
        monodll_popupcmn.o \
+       monodll_preferencescmn.o \
        monodll_prntbase.o \
        monodll_quantize.o \
        monodll_radiobtncmn.o \
@@ -4870,6 +4871,7 @@ COND_USE_GUI_1_WXUNIV_0___CORE_SRC_OBJECTS =  \
        monodll_msgdlgg.o \
        monodll_numdlgg.o \
        monodll_progdlgg.o \
+       monodll_preferencesg.o \
        monodll_printps.o \
        monodll_renderg.o \
        monodll_richmsgdlgg.o \
@@ -5037,6 +5039,7 @@ COND_USE_GUI_1_WXUNIV_1___CORE_SRC_OBJECTS =  \
        monodll_persist.o \
        monodll_pickerbase.o \
        monodll_popupcmn.o \
+       monodll_preferencescmn.o \
        monodll_prntbase.o \
        monodll_quantize.o \
        monodll_radiobtncmn.o \
@@ -5089,6 +5092,7 @@ COND_USE_GUI_1_WXUNIV_1___CORE_SRC_OBJECTS =  \
        monodll_msgdlgg.o \
        monodll_numdlgg.o \
        monodll_progdlgg.o \
+       monodll_preferencesg.o \
        monodll_printps.o \
        monodll_renderg.o \
        monodll_richmsgdlgg.o \
@@ -5863,6 +5867,7 @@ COND_TOOLKIT_OSX_COCOA___GUI_SRC_OBJECTS =  \
        monodll_cocoa_nonownedwnd.o \
        monodll_osx_cocoa_notebook.o \
        monodll_osx_cocoa_radiobut.o \
+       monodll_preferences.o \
        monodll_cocoa_printdlg.o \
        monodll_osx_cocoa_scrolbar.o \
        monodll_osx_cocoa_slider.o \
@@ -7057,6 +7062,7 @@ COND_USE_GUI_1_WXUNIV_0___CORE_SRC_OBJECTS_1 =  \
        monolib_persist.o \
        monolib_pickerbase.o \
        monolib_popupcmn.o \
+       monolib_preferencescmn.o \
        monolib_prntbase.o \
        monolib_quantize.o \
        monolib_radiobtncmn.o \
@@ -7109,6 +7115,7 @@ COND_USE_GUI_1_WXUNIV_0___CORE_SRC_OBJECTS_1 =  \
        monolib_msgdlgg.o \
        monolib_numdlgg.o \
        monolib_progdlgg.o \
+       monolib_preferencesg.o \
        monolib_printps.o \
        monolib_renderg.o \
        monolib_richmsgdlgg.o \
@@ -7276,6 +7283,7 @@ COND_USE_GUI_1_WXUNIV_1___CORE_SRC_OBJECTS_1 =  \
        monolib_persist.o \
        monolib_pickerbase.o \
        monolib_popupcmn.o \
+       monolib_preferencescmn.o \
        monolib_prntbase.o \
        monolib_quantize.o \
        monolib_radiobtncmn.o \
@@ -7328,6 +7336,7 @@ COND_USE_GUI_1_WXUNIV_1___CORE_SRC_OBJECTS_1 =  \
        monolib_msgdlgg.o \
        monolib_numdlgg.o \
        monolib_progdlgg.o \
+       monolib_preferencesg.o \
        monolib_printps.o \
        monolib_renderg.o \
        monolib_richmsgdlgg.o \
@@ -8102,6 +8111,7 @@ COND_TOOLKIT_OSX_COCOA___GUI_SRC_OBJECTS_1 =  \
        monolib_cocoa_nonownedwnd.o \
        monolib_osx_cocoa_notebook.o \
        monolib_osx_cocoa_radiobut.o \
+       monolib_preferences.o \
        monolib_cocoa_printdlg.o \
        monolib_osx_cocoa_scrolbar.o \
        monolib_osx_cocoa_slider.o \
@@ -9468,6 +9478,7 @@ COND_USE_GUI_1_WXUNIV_0___CORE_SRC_OBJECTS_2 =  \
        coredll_persist.o \
        coredll_pickerbase.o \
        coredll_popupcmn.o \
+       coredll_preferencescmn.o \
        coredll_prntbase.o \
        coredll_quantize.o \
        coredll_radiobtncmn.o \
@@ -9520,6 +9531,7 @@ COND_USE_GUI_1_WXUNIV_0___CORE_SRC_OBJECTS_2 =  \
        coredll_msgdlgg.o \
        coredll_numdlgg.o \
        coredll_progdlgg.o \
+       coredll_preferencesg.o \
        coredll_printps.o \
        coredll_renderg.o \
        coredll_richmsgdlgg.o \
@@ -9687,6 +9699,7 @@ COND_USE_GUI_1_WXUNIV_1___CORE_SRC_OBJECTS_2 =  \
        coredll_persist.o \
        coredll_pickerbase.o \
        coredll_popupcmn.o \
+       coredll_preferencescmn.o \
        coredll_prntbase.o \
        coredll_quantize.o \
        coredll_radiobtncmn.o \
@@ -9739,6 +9752,7 @@ COND_USE_GUI_1_WXUNIV_1___CORE_SRC_OBJECTS_2 =  \
        coredll_msgdlgg.o \
        coredll_numdlgg.o \
        coredll_progdlgg.o \
+       coredll_preferencesg.o \
        coredll_printps.o \
        coredll_renderg.o \
        coredll_richmsgdlgg.o \
@@ -10513,6 +10527,7 @@ COND_TOOLKIT_OSX_COCOA___GUI_SRC_OBJECTS_2 =  \
        coredll_cocoa_nonownedwnd.o \
        coredll_osx_cocoa_notebook.o \
        coredll_osx_cocoa_radiobut.o \
+       coredll_preferences.o \
        coredll_cocoa_printdlg.o \
        coredll_osx_cocoa_scrolbar.o \
        coredll_osx_cocoa_slider.o \
@@ -11139,6 +11154,7 @@ COND_USE_GUI_1_WXUNIV_0___CORE_SRC_OBJECTS_3 =  \
        corelib_persist.o \
        corelib_pickerbase.o \
        corelib_popupcmn.o \
+       corelib_preferencescmn.o \
        corelib_prntbase.o \
        corelib_quantize.o \
        corelib_radiobtncmn.o \
@@ -11191,6 +11207,7 @@ COND_USE_GUI_1_WXUNIV_0___CORE_SRC_OBJECTS_3 =  \
        corelib_msgdlgg.o \
        corelib_numdlgg.o \
        corelib_progdlgg.o \
+       corelib_preferencesg.o \
        corelib_printps.o \
        corelib_renderg.o \
        corelib_richmsgdlgg.o \
@@ -11358,6 +11375,7 @@ COND_USE_GUI_1_WXUNIV_1___CORE_SRC_OBJECTS_3 =  \
        corelib_persist.o \
        corelib_pickerbase.o \
        corelib_popupcmn.o \
+       corelib_preferencescmn.o \
        corelib_prntbase.o \
        corelib_quantize.o \
        corelib_radiobtncmn.o \
@@ -11410,6 +11428,7 @@ COND_USE_GUI_1_WXUNIV_1___CORE_SRC_OBJECTS_3 =  \
        corelib_msgdlgg.o \
        corelib_numdlgg.o \
        corelib_progdlgg.o \
+       corelib_preferencesg.o \
        corelib_printps.o \
        corelib_renderg.o \
        corelib_richmsgdlgg.o \
@@ -12184,6 +12203,7 @@ COND_TOOLKIT_OSX_COCOA___GUI_SRC_OBJECTS_3 =  \
        corelib_cocoa_nonownedwnd.o \
        corelib_osx_cocoa_notebook.o \
        corelib_osx_cocoa_radiobut.o \
+       corelib_preferences.o \
        corelib_cocoa_printdlg.o \
        corelib_osx_cocoa_scrolbar.o \
        corelib_osx_cocoa_slider.o \
@@ -17716,6 +17736,9 @@ monodll_osx_cocoa_notebook.o: $(srcdir)/src/osx/cocoa/notebook.mm $(MONODLL_ODEP
 monodll_osx_cocoa_radiobut.o: $(srcdir)/src/osx/cocoa/radiobut.mm $(MONODLL_ODEP)
        $(CXXC) -c -o $@ $(MONODLL_OBJCXXFLAGS) $(srcdir)/src/osx/cocoa/radiobut.mm
 
+monodll_preferences.o: $(srcdir)/src/osx/cocoa/preferences.mm $(MONODLL_ODEP)
+       $(CXXC) -c -o $@ $(MONODLL_OBJCXXFLAGS) $(srcdir)/src/osx/cocoa/preferences.mm
+
 monodll_cocoa_printdlg.o: $(srcdir)/src/osx/cocoa/printdlg.mm $(MONODLL_ODEP)
        $(CXXC) -c -o $@ $(MONODLL_OBJCXXFLAGS) $(srcdir)/src/osx/cocoa/printdlg.mm
 
@@ -21952,6 +21975,9 @@ monodll_sound_sdl.o: $(srcdir)/src/unix/sound_sdl.cpp $(MONODLL_ODEP)
 @COND_USE_GUI_1@monodll_popupcmn.o: $(srcdir)/src/common/popupcmn.cpp $(MONODLL_ODEP)
 @COND_USE_GUI_1@       $(CXXC) -c -o $@ $(MONODLL_CXXFLAGS) $(srcdir)/src/common/popupcmn.cpp
 
+@COND_USE_GUI_1@monodll_preferencescmn.o: $(srcdir)/src/common/preferencescmn.cpp $(MONODLL_ODEP)
+@COND_USE_GUI_1@       $(CXXC) -c -o $@ $(MONODLL_CXXFLAGS) $(srcdir)/src/common/preferencescmn.cpp
+
 @COND_USE_GUI_1@monodll_prntbase.o: $(srcdir)/src/common/prntbase.cpp $(MONODLL_ODEP)
 @COND_USE_GUI_1@       $(CXXC) -c -o $@ $(MONODLL_CXXFLAGS) $(srcdir)/src/common/prntbase.cpp
 
@@ -22108,6 +22134,9 @@ monodll_sound_sdl.o: $(srcdir)/src/unix/sound_sdl.cpp $(MONODLL_ODEP)
 @COND_USE_GUI_1@monodll_progdlgg.o: $(srcdir)/src/generic/progdlgg.cpp $(MONODLL_ODEP)
 @COND_USE_GUI_1@       $(CXXC) -c -o $@ $(MONODLL_CXXFLAGS) $(srcdir)/src/generic/progdlgg.cpp
 
+@COND_USE_GUI_1@monodll_preferencesg.o: $(srcdir)/src/generic/preferencesg.cpp $(MONODLL_ODEP)
+@COND_USE_GUI_1@       $(CXXC) -c -o $@ $(MONODLL_CXXFLAGS) $(srcdir)/src/generic/preferencesg.cpp
+
 @COND_USE_GUI_1@monodll_printps.o: $(srcdir)/src/generic/printps.cpp $(MONODLL_ODEP)
 @COND_USE_GUI_1@       $(CXXC) -c -o $@ $(MONODLL_CXXFLAGS) $(srcdir)/src/generic/printps.cpp
 
@@ -23563,6 +23592,9 @@ monolib_osx_cocoa_notebook.o: $(srcdir)/src/osx/cocoa/notebook.mm $(MONOLIB_ODEP
 monolib_osx_cocoa_radiobut.o: $(srcdir)/src/osx/cocoa/radiobut.mm $(MONOLIB_ODEP)
        $(CXXC) -c -o $@ $(MONOLIB_OBJCXXFLAGS) $(srcdir)/src/osx/cocoa/radiobut.mm
 
+monolib_preferences.o: $(srcdir)/src/osx/cocoa/preferences.mm $(MONOLIB_ODEP)
+       $(CXXC) -c -o $@ $(MONOLIB_OBJCXXFLAGS) $(srcdir)/src/osx/cocoa/preferences.mm
+
 monolib_cocoa_printdlg.o: $(srcdir)/src/osx/cocoa/printdlg.mm $(MONOLIB_ODEP)
        $(CXXC) -c -o $@ $(MONOLIB_OBJCXXFLAGS) $(srcdir)/src/osx/cocoa/printdlg.mm
 
@@ -27799,6 +27831,9 @@ monolib_sound_sdl.o: $(srcdir)/src/unix/sound_sdl.cpp $(MONOLIB_ODEP)
 @COND_USE_GUI_1@monolib_popupcmn.o: $(srcdir)/src/common/popupcmn.cpp $(MONOLIB_ODEP)
 @COND_USE_GUI_1@       $(CXXC) -c -o $@ $(MONOLIB_CXXFLAGS) $(srcdir)/src/common/popupcmn.cpp
 
+@COND_USE_GUI_1@monolib_preferencescmn.o: $(srcdir)/src/common/preferencescmn.cpp $(MONOLIB_ODEP)
+@COND_USE_GUI_1@       $(CXXC) -c -o $@ $(MONOLIB_CXXFLAGS) $(srcdir)/src/common/preferencescmn.cpp
+
 @COND_USE_GUI_1@monolib_prntbase.o: $(srcdir)/src/common/prntbase.cpp $(MONOLIB_ODEP)
 @COND_USE_GUI_1@       $(CXXC) -c -o $@ $(MONOLIB_CXXFLAGS) $(srcdir)/src/common/prntbase.cpp
 
@@ -27955,6 +27990,9 @@ monolib_sound_sdl.o: $(srcdir)/src/unix/sound_sdl.cpp $(MONOLIB_ODEP)
 @COND_USE_GUI_1@monolib_progdlgg.o: $(srcdir)/src/generic/progdlgg.cpp $(MONOLIB_ODEP)
 @COND_USE_GUI_1@       $(CXXC) -c -o $@ $(MONOLIB_CXXFLAGS) $(srcdir)/src/generic/progdlgg.cpp
 
+@COND_USE_GUI_1@monolib_preferencesg.o: $(srcdir)/src/generic/preferencesg.cpp $(MONOLIB_ODEP)
+@COND_USE_GUI_1@       $(CXXC) -c -o $@ $(MONOLIB_CXXFLAGS) $(srcdir)/src/generic/preferencesg.cpp
+
 @COND_USE_GUI_1@monolib_printps.o: $(srcdir)/src/generic/printps.cpp $(MONOLIB_ODEP)
 @COND_USE_GUI_1@       $(CXXC) -c -o $@ $(MONOLIB_CXXFLAGS) $(srcdir)/src/generic/printps.cpp
 
@@ -30130,6 +30168,9 @@ coredll_osx_cocoa_notebook.o: $(srcdir)/src/osx/cocoa/notebook.mm $(COREDLL_ODEP
 coredll_osx_cocoa_radiobut.o: $(srcdir)/src/osx/cocoa/radiobut.mm $(COREDLL_ODEP)
        $(CXXC) -c -o $@ $(COREDLL_OBJCXXFLAGS) $(srcdir)/src/osx/cocoa/radiobut.mm
 
+coredll_preferences.o: $(srcdir)/src/osx/cocoa/preferences.mm $(COREDLL_ODEP)
+       $(CXXC) -c -o $@ $(COREDLL_OBJCXXFLAGS) $(srcdir)/src/osx/cocoa/preferences.mm
+
 coredll_cocoa_printdlg.o: $(srcdir)/src/osx/cocoa/printdlg.mm $(COREDLL_ODEP)
        $(CXXC) -c -o $@ $(COREDLL_OBJCXXFLAGS) $(srcdir)/src/osx/cocoa/printdlg.mm
 
@@ -33802,6 +33843,9 @@ coredll_win32.o: $(srcdir)/src/univ/themes/win32.cpp $(COREDLL_ODEP)
 @COND_USE_GUI_1@coredll_popupcmn.o: $(srcdir)/src/common/popupcmn.cpp $(COREDLL_ODEP)
 @COND_USE_GUI_1@       $(CXXC) -c -o $@ $(COREDLL_CXXFLAGS) $(srcdir)/src/common/popupcmn.cpp
 
+@COND_USE_GUI_1@coredll_preferencescmn.o: $(srcdir)/src/common/preferencescmn.cpp $(COREDLL_ODEP)
+@COND_USE_GUI_1@       $(CXXC) -c -o $@ $(COREDLL_CXXFLAGS) $(srcdir)/src/common/preferencescmn.cpp
+
 @COND_USE_GUI_1@coredll_prntbase.o: $(srcdir)/src/common/prntbase.cpp $(COREDLL_ODEP)
 @COND_USE_GUI_1@       $(CXXC) -c -o $@ $(COREDLL_CXXFLAGS) $(srcdir)/src/common/prntbase.cpp
 
@@ -33958,6 +34002,9 @@ coredll_win32.o: $(srcdir)/src/univ/themes/win32.cpp $(COREDLL_ODEP)
 @COND_USE_GUI_1@coredll_progdlgg.o: $(srcdir)/src/generic/progdlgg.cpp $(COREDLL_ODEP)
 @COND_USE_GUI_1@       $(CXXC) -c -o $@ $(COREDLL_CXXFLAGS) $(srcdir)/src/generic/progdlgg.cpp
 
+@COND_USE_GUI_1@coredll_preferencesg.o: $(srcdir)/src/generic/preferencesg.cpp $(COREDLL_ODEP)
+@COND_USE_GUI_1@       $(CXXC) -c -o $@ $(COREDLL_CXXFLAGS) $(srcdir)/src/generic/preferencesg.cpp
+
 @COND_USE_GUI_1@coredll_printps.o: $(srcdir)/src/generic/printps.cpp $(COREDLL_ODEP)
 @COND_USE_GUI_1@       $(CXXC) -c -o $@ $(COREDLL_CXXFLAGS) $(srcdir)/src/generic/printps.cpp
 
@@ -34498,6 +34545,9 @@ corelib_osx_cocoa_notebook.o: $(srcdir)/src/osx/cocoa/notebook.mm $(CORELIB_ODEP
 corelib_osx_cocoa_radiobut.o: $(srcdir)/src/osx/cocoa/radiobut.mm $(CORELIB_ODEP)
        $(CXXC) -c -o $@ $(CORELIB_OBJCXXFLAGS) $(srcdir)/src/osx/cocoa/radiobut.mm
 
+corelib_preferences.o: $(srcdir)/src/osx/cocoa/preferences.mm $(CORELIB_ODEP)
+       $(CXXC) -c -o $@ $(CORELIB_OBJCXXFLAGS) $(srcdir)/src/osx/cocoa/preferences.mm
+
 corelib_cocoa_printdlg.o: $(srcdir)/src/osx/cocoa/printdlg.mm $(CORELIB_ODEP)
        $(CXXC) -c -o $@ $(CORELIB_OBJCXXFLAGS) $(srcdir)/src/osx/cocoa/printdlg.mm
 
@@ -38170,6 +38220,9 @@ corelib_win32.o: $(srcdir)/src/univ/themes/win32.cpp $(CORELIB_ODEP)
 @COND_USE_GUI_1@corelib_popupcmn.o: $(srcdir)/src/common/popupcmn.cpp $(CORELIB_ODEP)
 @COND_USE_GUI_1@       $(CXXC) -c -o $@ $(CORELIB_CXXFLAGS) $(srcdir)/src/common/popupcmn.cpp
 
+@COND_USE_GUI_1@corelib_preferencescmn.o: $(srcdir)/src/common/preferencescmn.cpp $(CORELIB_ODEP)
+@COND_USE_GUI_1@       $(CXXC) -c -o $@ $(CORELIB_CXXFLAGS) $(srcdir)/src/common/preferencescmn.cpp
+
 @COND_USE_GUI_1@corelib_prntbase.o: $(srcdir)/src/common/prntbase.cpp $(CORELIB_ODEP)
 @COND_USE_GUI_1@       $(CXXC) -c -o $@ $(CORELIB_CXXFLAGS) $(srcdir)/src/common/prntbase.cpp
 
@@ -38326,6 +38379,9 @@ corelib_win32.o: $(srcdir)/src/univ/themes/win32.cpp $(CORELIB_ODEP)
 @COND_USE_GUI_1@corelib_progdlgg.o: $(srcdir)/src/generic/progdlgg.cpp $(CORELIB_ODEP)
 @COND_USE_GUI_1@       $(CXXC) -c -o $@ $(CORELIB_CXXFLAGS) $(srcdir)/src/generic/progdlgg.cpp
 
+@COND_USE_GUI_1@corelib_preferencesg.o: $(srcdir)/src/generic/preferencesg.cpp $(CORELIB_ODEP)
+@COND_USE_GUI_1@       $(CXXC) -c -o $@ $(CORELIB_CXXFLAGS) $(srcdir)/src/generic/preferencesg.cpp
+
 @COND_USE_GUI_1@corelib_printps.o: $(srcdir)/src/generic/printps.cpp $(CORELIB_ODEP)
 @COND_USE_GUI_1@       $(CXXC) -c -o $@ $(CORELIB_CXXFLAGS) $(srcdir)/src/generic/printps.cpp
 
index 385b0df8fdbfbbb4f0c5712aef934eb28f29e0e6..e8916215f84174f45e6f83d029c840c855695cd0 100644 (file)
@@ -718,6 +718,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
     src/common/persist.cpp
     src/common/pickerbase.cpp
     src/common/popupcmn.cpp
+    src/common/preferencescmn.cpp
     src/common/prntbase.cpp
     src/common/quantize.cpp
     src/common/radiobtncmn.cpp
@@ -770,6 +771,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
     src/generic/msgdlgg.cpp
     src/generic/numdlgg.cpp
     src/generic/progdlgg.cpp
+    src/generic/preferencesg.cpp
     src/generic/printps.cpp
     src/generic/renderg.cpp
     src/generic/richmsgdlgg.cpp
@@ -2540,6 +2542,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
     src/osx/cocoa/nonownedwnd.mm
     src/osx/cocoa/notebook.mm
     src/osx/cocoa/radiobut.mm
+    src/osx/cocoa/preferences.mm
     src/osx/cocoa/printdlg.mm
     src/osx/cocoa/scrolbar.mm
     src/osx/cocoa/slider.mm
index 977f74c1686269a2d4c7f57b7734b4a9557864b4..b635a8f90fae9a7f21ef46d1a222b715ea7d58c0 100644 (file)
@@ -1929,6 +1929,7 @@ ____CORE_SRC_FILENAMES_OBJECTS =  \
        $(OBJS)\monodll_persist.obj \\r
        $(OBJS)\monodll_pickerbase.obj \\r
        $(OBJS)\monodll_popupcmn.obj \\r
+       $(OBJS)\monodll_preferencescmn.obj \\r
        $(OBJS)\monodll_prntbase.obj \\r
        $(OBJS)\monodll_quantize.obj \\r
        $(OBJS)\monodll_radiobtncmn.obj \\r
@@ -1981,6 +1982,7 @@ ____CORE_SRC_FILENAMES_OBJECTS =  \
        $(OBJS)\monodll_msgdlgg.obj \\r
        $(OBJS)\monodll_numdlgg.obj \\r
        $(OBJS)\monodll_progdlgg.obj \\r
+       $(OBJS)\monodll_preferencesg.obj \\r
        $(OBJS)\monodll_printps.obj \\r
        $(OBJS)\monodll_renderg.obj \\r
        $(OBJS)\monodll_richmsgdlgg.obj \\r
@@ -2148,6 +2150,7 @@ ____CORE_SRC_FILENAMES_OBJECTS =  \
        $(OBJS)\monodll_persist.obj \\r
        $(OBJS)\monodll_pickerbase.obj \\r
        $(OBJS)\monodll_popupcmn.obj \\r
+       $(OBJS)\monodll_preferencescmn.obj \\r
        $(OBJS)\monodll_prntbase.obj \\r
        $(OBJS)\monodll_quantize.obj \\r
        $(OBJS)\monodll_radiobtncmn.obj \\r
@@ -2200,6 +2203,7 @@ ____CORE_SRC_FILENAMES_OBJECTS =  \
        $(OBJS)\monodll_msgdlgg.obj \\r
        $(OBJS)\monodll_numdlgg.obj \\r
        $(OBJS)\monodll_progdlgg.obj \\r
+       $(OBJS)\monodll_preferencesg.obj \\r
        $(OBJS)\monodll_printps.obj \\r
        $(OBJS)\monodll_renderg.obj \\r
        $(OBJS)\monodll_richmsgdlgg.obj \\r
@@ -2662,6 +2666,7 @@ ____GUI_SRC_FILENAMES_OBJECTS =  \
        $(OBJS)\monodll_cocoa_nonownedwnd.obj \\r
        $(OBJS)\monodll_osx_cocoa_notebook.obj \\r
        $(OBJS)\monodll_osx_cocoa_radiobut.obj \\r
+       $(OBJS)\monodll_preferences.obj \\r
        $(OBJS)\monodll_cocoa_printdlg.obj \\r
        $(OBJS)\monodll_osx_cocoa_scrolbar.obj \\r
        $(OBJS)\monodll_osx_cocoa_slider.obj \\r
@@ -3314,6 +3319,7 @@ ____CORE_SRC_FILENAMES_1_OBJECTS =  \
        $(OBJS)\monolib_persist.obj \\r
        $(OBJS)\monolib_pickerbase.obj \\r
        $(OBJS)\monolib_popupcmn.obj \\r
+       $(OBJS)\monolib_preferencescmn.obj \\r
        $(OBJS)\monolib_prntbase.obj \\r
        $(OBJS)\monolib_quantize.obj \\r
        $(OBJS)\monolib_radiobtncmn.obj \\r
@@ -3366,6 +3372,7 @@ ____CORE_SRC_FILENAMES_1_OBJECTS =  \
        $(OBJS)\monolib_msgdlgg.obj \\r
        $(OBJS)\monolib_numdlgg.obj \\r
        $(OBJS)\monolib_progdlgg.obj \\r
+       $(OBJS)\monolib_preferencesg.obj \\r
        $(OBJS)\monolib_printps.obj \\r
        $(OBJS)\monolib_renderg.obj \\r
        $(OBJS)\monolib_richmsgdlgg.obj \\r
@@ -3533,6 +3540,7 @@ ____CORE_SRC_FILENAMES_1_OBJECTS =  \
        $(OBJS)\monolib_persist.obj \\r
        $(OBJS)\monolib_pickerbase.obj \\r
        $(OBJS)\monolib_popupcmn.obj \\r
+       $(OBJS)\monolib_preferencescmn.obj \\r
        $(OBJS)\monolib_prntbase.obj \\r
        $(OBJS)\monolib_quantize.obj \\r
        $(OBJS)\monolib_radiobtncmn.obj \\r
@@ -3585,6 +3593,7 @@ ____CORE_SRC_FILENAMES_1_OBJECTS =  \
        $(OBJS)\monolib_msgdlgg.obj \\r
        $(OBJS)\monolib_numdlgg.obj \\r
        $(OBJS)\monolib_progdlgg.obj \\r
+       $(OBJS)\monolib_preferencesg.obj \\r
        $(OBJS)\monolib_printps.obj \\r
        $(OBJS)\monolib_renderg.obj \\r
        $(OBJS)\monolib_richmsgdlgg.obj \\r
@@ -4047,6 +4056,7 @@ ____GUI_SRC_FILENAMES_1_OBJECTS =  \
        $(OBJS)\monolib_cocoa_nonownedwnd.obj \\r
        $(OBJS)\monolib_osx_cocoa_notebook.obj \\r
        $(OBJS)\monolib_osx_cocoa_radiobut.obj \\r
+       $(OBJS)\monolib_preferences.obj \\r
        $(OBJS)\monolib_cocoa_printdlg.obj \\r
        $(OBJS)\monolib_osx_cocoa_scrolbar.obj \\r
        $(OBJS)\monolib_osx_cocoa_slider.obj \\r
@@ -4604,6 +4614,7 @@ ____CORE_SRC_FILENAMES_2_OBJECTS =  \
        $(OBJS)\coredll_persist.obj \\r
        $(OBJS)\coredll_pickerbase.obj \\r
        $(OBJS)\coredll_popupcmn.obj \\r
+       $(OBJS)\coredll_preferencescmn.obj \\r
        $(OBJS)\coredll_prntbase.obj \\r
        $(OBJS)\coredll_quantize.obj \\r
        $(OBJS)\coredll_radiobtncmn.obj \\r
@@ -4656,6 +4667,7 @@ ____CORE_SRC_FILENAMES_2_OBJECTS =  \
        $(OBJS)\coredll_msgdlgg.obj \\r
        $(OBJS)\coredll_numdlgg.obj \\r
        $(OBJS)\coredll_progdlgg.obj \\r
+       $(OBJS)\coredll_preferencesg.obj \\r
        $(OBJS)\coredll_printps.obj \\r
        $(OBJS)\coredll_renderg.obj \\r
        $(OBJS)\coredll_richmsgdlgg.obj \\r
@@ -4823,6 +4835,7 @@ ____CORE_SRC_FILENAMES_2_OBJECTS =  \
        $(OBJS)\coredll_persist.obj \\r
        $(OBJS)\coredll_pickerbase.obj \\r
        $(OBJS)\coredll_popupcmn.obj \\r
+       $(OBJS)\coredll_preferencescmn.obj \\r
        $(OBJS)\coredll_prntbase.obj \\r
        $(OBJS)\coredll_quantize.obj \\r
        $(OBJS)\coredll_radiobtncmn.obj \\r
@@ -4875,6 +4888,7 @@ ____CORE_SRC_FILENAMES_2_OBJECTS =  \
        $(OBJS)\coredll_msgdlgg.obj \\r
        $(OBJS)\coredll_numdlgg.obj \\r
        $(OBJS)\coredll_progdlgg.obj \\r
+       $(OBJS)\coredll_preferencesg.obj \\r
        $(OBJS)\coredll_printps.obj \\r
        $(OBJS)\coredll_renderg.obj \\r
        $(OBJS)\coredll_richmsgdlgg.obj \\r
@@ -5337,6 +5351,7 @@ ____GUI_SRC_FILENAMES_2_OBJECTS =  \
        $(OBJS)\coredll_cocoa_nonownedwnd.obj \\r
        $(OBJS)\coredll_osx_cocoa_notebook.obj \\r
        $(OBJS)\coredll_osx_cocoa_radiobut.obj \\r
+       $(OBJS)\coredll_preferences.obj \\r
        $(OBJS)\coredll_cocoa_printdlg.obj \\r
        $(OBJS)\coredll_osx_cocoa_scrolbar.obj \\r
        $(OBJS)\coredll_osx_cocoa_slider.obj \\r
@@ -5644,6 +5659,7 @@ ____CORE_SRC_FILENAMES_3_OBJECTS =  \
        $(OBJS)\corelib_persist.obj \\r
        $(OBJS)\corelib_pickerbase.obj \\r
        $(OBJS)\corelib_popupcmn.obj \\r
+       $(OBJS)\corelib_preferencescmn.obj \\r
        $(OBJS)\corelib_prntbase.obj \\r
        $(OBJS)\corelib_quantize.obj \\r
        $(OBJS)\corelib_radiobtncmn.obj \\r
@@ -5696,6 +5712,7 @@ ____CORE_SRC_FILENAMES_3_OBJECTS =  \
        $(OBJS)\corelib_msgdlgg.obj \\r
        $(OBJS)\corelib_numdlgg.obj \\r
        $(OBJS)\corelib_progdlgg.obj \\r
+       $(OBJS)\corelib_preferencesg.obj \\r
        $(OBJS)\corelib_printps.obj \\r
        $(OBJS)\corelib_renderg.obj \\r
        $(OBJS)\corelib_richmsgdlgg.obj \\r
@@ -5863,6 +5880,7 @@ ____CORE_SRC_FILENAMES_3_OBJECTS =  \
        $(OBJS)\corelib_persist.obj \\r
        $(OBJS)\corelib_pickerbase.obj \\r
        $(OBJS)\corelib_popupcmn.obj \\r
+       $(OBJS)\corelib_preferencescmn.obj \\r
        $(OBJS)\corelib_prntbase.obj \\r
        $(OBJS)\corelib_quantize.obj \\r
        $(OBJS)\corelib_radiobtncmn.obj \\r
@@ -5915,6 +5933,7 @@ ____CORE_SRC_FILENAMES_3_OBJECTS =  \
        $(OBJS)\corelib_msgdlgg.obj \\r
        $(OBJS)\corelib_numdlgg.obj \\r
        $(OBJS)\corelib_progdlgg.obj \\r
+       $(OBJS)\corelib_preferencesg.obj \\r
        $(OBJS)\corelib_printps.obj \\r
        $(OBJS)\corelib_renderg.obj \\r
        $(OBJS)\corelib_richmsgdlgg.obj \\r
@@ -6377,6 +6396,7 @@ ____GUI_SRC_FILENAMES_3_OBJECTS =  \
        $(OBJS)\corelib_cocoa_nonownedwnd.obj \\r
        $(OBJS)\corelib_osx_cocoa_notebook.obj \\r
        $(OBJS)\corelib_osx_cocoa_radiobut.obj \\r
+       $(OBJS)\corelib_preferences.obj \\r
        $(OBJS)\corelib_cocoa_printdlg.obj \\r
        $(OBJS)\corelib_osx_cocoa_scrolbar.obj \\r
        $(OBJS)\corelib_osx_cocoa_slider.obj \\r
@@ -11435,6 +11455,8 @@ $(OBJS)\monodll_osx_cocoa_notebook.obj: ..\..\src\osx\cocoa\notebook.mm
 \r
 $(OBJS)\monodll_osx_cocoa_radiobut.obj: ..\..\src\osx\cocoa\radiobut.mm\r
 \r
+$(OBJS)\monodll_preferences.obj: ..\..\src\osx\cocoa\preferences.mm\r
+\r
 $(OBJS)\monodll_cocoa_printdlg.obj: ..\..\src\osx\cocoa\printdlg.mm\r
 \r
 $(OBJS)\monodll_osx_cocoa_scrolbar.obj: ..\..\src\osx\cocoa\scrolbar.mm\r
@@ -15129,6 +15151,11 @@ $(OBJS)\monodll_popupcmn.obj: ..\..\src\common\popupcmn.cpp
        $(CXX) -q -c -P -o$@ $(MONODLL_CXXFLAGS) ..\..\src\common\popupcmn.cpp\r
 !endif\r
 \r
+!if "$(USE_GUI)" == "1"\r
+$(OBJS)\monodll_preferencescmn.obj: ..\..\src\common\preferencescmn.cpp\r
+       $(CXX) -q -c -P -o$@ $(MONODLL_CXXFLAGS) ..\..\src\common\preferencescmn.cpp\r
+!endif\r
+\r
 !if "$(USE_GUI)" == "1"\r
 $(OBJS)\monodll_prntbase.obj: ..\..\src\common\prntbase.cpp\r
        $(CXX) -q -c -P -o$@ $(MONODLL_CXXFLAGS) ..\..\src\common\prntbase.cpp\r
@@ -15389,6 +15416,11 @@ $(OBJS)\monodll_progdlgg.obj: ..\..\src\generic\progdlgg.cpp
        $(CXX) -q -c -P -o$@ $(MONODLL_CXXFLAGS) ..\..\src\generic\progdlgg.cpp\r
 !endif\r
 \r
+!if "$(USE_GUI)" == "1"\r
+$(OBJS)\monodll_preferencesg.obj: ..\..\src\generic\preferencesg.cpp\r
+       $(CXX) -q -c -P -o$@ $(MONODLL_CXXFLAGS) ..\..\src\generic\preferencesg.cpp\r
+!endif\r
+\r
 !if "$(USE_GUI)" == "1"\r
 $(OBJS)\monodll_printps.obj: ..\..\src\generic\printps.cpp\r
        $(CXX) -q -c -P -o$@ $(MONODLL_CXXFLAGS) ..\..\src\generic\printps.cpp\r
@@ -16948,6 +16980,8 @@ $(OBJS)\monolib_osx_cocoa_notebook.obj: ..\..\src\osx\cocoa\notebook.mm
 \r
 $(OBJS)\monolib_osx_cocoa_radiobut.obj: ..\..\src\osx\cocoa\radiobut.mm\r
 \r
+$(OBJS)\monolib_preferences.obj: ..\..\src\osx\cocoa\preferences.mm\r
+\r
 $(OBJS)\monolib_cocoa_printdlg.obj: ..\..\src\osx\cocoa\printdlg.mm\r
 \r
 $(OBJS)\monolib_osx_cocoa_scrolbar.obj: ..\..\src\osx\cocoa\scrolbar.mm\r
@@ -20642,6 +20676,11 @@ $(OBJS)\monolib_popupcmn.obj: ..\..\src\common\popupcmn.cpp
        $(CXX) -q -c -P -o$@ $(MONOLIB_CXXFLAGS) ..\..\src\common\popupcmn.cpp\r
 !endif\r
 \r
+!if "$(USE_GUI)" == "1"\r
+$(OBJS)\monolib_preferencescmn.obj: ..\..\src\common\preferencescmn.cpp\r
+       $(CXX) -q -c -P -o$@ $(MONOLIB_CXXFLAGS) ..\..\src\common\preferencescmn.cpp\r
+!endif\r
+\r
 !if "$(USE_GUI)" == "1"\r
 $(OBJS)\monolib_prntbase.obj: ..\..\src\common\prntbase.cpp\r
        $(CXX) -q -c -P -o$@ $(MONOLIB_CXXFLAGS) ..\..\src\common\prntbase.cpp\r
@@ -20902,6 +20941,11 @@ $(OBJS)\monolib_progdlgg.obj: ..\..\src\generic\progdlgg.cpp
        $(CXX) -q -c -P -o$@ $(MONOLIB_CXXFLAGS) ..\..\src\generic\progdlgg.cpp\r
 !endif\r
 \r
+!if "$(USE_GUI)" == "1"\r
+$(OBJS)\monolib_preferencesg.obj: ..\..\src\generic\preferencesg.cpp\r
+       $(CXX) -q -c -P -o$@ $(MONOLIB_CXXFLAGS) ..\..\src\generic\preferencesg.cpp\r
+!endif\r
+\r
 !if "$(USE_GUI)" == "1"\r
 $(OBJS)\monolib_printps.obj: ..\..\src\generic\printps.cpp\r
        $(CXX) -q -c -P -o$@ $(MONOLIB_CXXFLAGS) ..\..\src\generic\printps.cpp\r
@@ -22894,6 +22938,8 @@ $(OBJS)\coredll_osx_cocoa_notebook.obj: ..\..\src\osx\cocoa\notebook.mm
 \r
 $(OBJS)\coredll_osx_cocoa_radiobut.obj: ..\..\src\osx\cocoa\radiobut.mm\r
 \r
+$(OBJS)\coredll_preferences.obj: ..\..\src\osx\cocoa\preferences.mm\r
+\r
 $(OBJS)\coredll_cocoa_printdlg.obj: ..\..\src\osx\cocoa\printdlg.mm\r
 \r
 $(OBJS)\coredll_osx_cocoa_scrolbar.obj: ..\..\src\osx\cocoa\scrolbar.mm\r
@@ -26152,6 +26198,11 @@ $(OBJS)\coredll_popupcmn.obj: ..\..\src\common\popupcmn.cpp
        $(CXX) -q -c -P -o$@ $(COREDLL_CXXFLAGS) ..\..\src\common\popupcmn.cpp\r
 !endif\r
 \r
+!if "$(USE_GUI)" == "1"\r
+$(OBJS)\coredll_preferencescmn.obj: ..\..\src\common\preferencescmn.cpp\r
+       $(CXX) -q -c -P -o$@ $(COREDLL_CXXFLAGS) ..\..\src\common\preferencescmn.cpp\r
+!endif\r
+\r
 !if "$(USE_GUI)" == "1"\r
 $(OBJS)\coredll_prntbase.obj: ..\..\src\common\prntbase.cpp\r
        $(CXX) -q -c -P -o$@ $(COREDLL_CXXFLAGS) ..\..\src\common\prntbase.cpp\r
@@ -26412,6 +26463,11 @@ $(OBJS)\coredll_progdlgg.obj: ..\..\src\generic\progdlgg.cpp
        $(CXX) -q -c -P -o$@ $(COREDLL_CXXFLAGS) ..\..\src\generic\progdlgg.cpp\r
 !endif\r
 \r
+!if "$(USE_GUI)" == "1"\r
+$(OBJS)\coredll_preferencesg.obj: ..\..\src\generic\preferencesg.cpp\r
+       $(CXX) -q -c -P -o$@ $(COREDLL_CXXFLAGS) ..\..\src\generic\preferencesg.cpp\r
+!endif\r
+\r
 !if "$(USE_GUI)" == "1"\r
 $(OBJS)\coredll_printps.obj: ..\..\src\generic\printps.cpp\r
        $(CXX) -q -c -P -o$@ $(COREDLL_CXXFLAGS) ..\..\src\generic\printps.cpp\r
@@ -26971,6 +27027,8 @@ $(OBJS)\corelib_osx_cocoa_notebook.obj: ..\..\src\osx\cocoa\notebook.mm
 \r
 $(OBJS)\corelib_osx_cocoa_radiobut.obj: ..\..\src\osx\cocoa\radiobut.mm\r
 \r
+$(OBJS)\corelib_preferences.obj: ..\..\src\osx\cocoa\preferences.mm\r
+\r
 $(OBJS)\corelib_cocoa_printdlg.obj: ..\..\src\osx\cocoa\printdlg.mm\r
 \r
 $(OBJS)\corelib_osx_cocoa_scrolbar.obj: ..\..\src\osx\cocoa\scrolbar.mm\r
@@ -30229,6 +30287,11 @@ $(OBJS)\corelib_popupcmn.obj: ..\..\src\common\popupcmn.cpp
        $(CXX) -q -c -P -o$@ $(CORELIB_CXXFLAGS) ..\..\src\common\popupcmn.cpp\r
 !endif\r
 \r
+!if "$(USE_GUI)" == "1"\r
+$(OBJS)\corelib_preferencescmn.obj: ..\..\src\common\preferencescmn.cpp\r
+       $(CXX) -q -c -P -o$@ $(CORELIB_CXXFLAGS) ..\..\src\common\preferencescmn.cpp\r
+!endif\r
+\r
 !if "$(USE_GUI)" == "1"\r
 $(OBJS)\corelib_prntbase.obj: ..\..\src\common\prntbase.cpp\r
        $(CXX) -q -c -P -o$@ $(CORELIB_CXXFLAGS) ..\..\src\common\prntbase.cpp\r
@@ -30489,6 +30552,11 @@ $(OBJS)\corelib_progdlgg.obj: ..\..\src\generic\progdlgg.cpp
        $(CXX) -q -c -P -o$@ $(CORELIB_CXXFLAGS) ..\..\src\generic\progdlgg.cpp\r
 !endif\r
 \r
+!if "$(USE_GUI)" == "1"\r
+$(OBJS)\corelib_preferencesg.obj: ..\..\src\generic\preferencesg.cpp\r
+       $(CXX) -q -c -P -o$@ $(CORELIB_CXXFLAGS) ..\..\src\generic\preferencesg.cpp\r
+!endif\r
+\r
 !if "$(USE_GUI)" == "1"\r
 $(OBJS)\corelib_printps.obj: ..\..\src\generic\printps.cpp\r
        $(CXX) -q -c -P -o$@ $(CORELIB_CXXFLAGS) ..\..\src\generic\printps.cpp\r
index ed2dbf0ea08ae8eefe5460feac4f1a933597719c..b8678b7f03f92d7ce5fecb413354f09273edbfe4 100644 (file)
@@ -1953,6 +1953,7 @@ ____CORE_SRC_FILENAMES_OBJECTS =  \
        $(OBJS)\monodll_persist.o \\r
        $(OBJS)\monodll_pickerbase.o \\r
        $(OBJS)\monodll_popupcmn.o \\r
+       $(OBJS)\monodll_preferencescmn.o \\r
        $(OBJS)\monodll_prntbase.o \\r
        $(OBJS)\monodll_quantize.o \\r
        $(OBJS)\monodll_radiobtncmn.o \\r
@@ -2005,6 +2006,7 @@ ____CORE_SRC_FILENAMES_OBJECTS =  \
        $(OBJS)\monodll_msgdlgg.o \\r
        $(OBJS)\monodll_numdlgg.o \\r
        $(OBJS)\monodll_progdlgg.o \\r
+       $(OBJS)\monodll_preferencesg.o \\r
        $(OBJS)\monodll_printps.o \\r
        $(OBJS)\monodll_renderg.o \\r
        $(OBJS)\monodll_richmsgdlgg.o \\r
@@ -2174,6 +2176,7 @@ ____CORE_SRC_FILENAMES_OBJECTS =  \
        $(OBJS)\monodll_persist.o \\r
        $(OBJS)\monodll_pickerbase.o \\r
        $(OBJS)\monodll_popupcmn.o \\r
+       $(OBJS)\monodll_preferencescmn.o \\r
        $(OBJS)\monodll_prntbase.o \\r
        $(OBJS)\monodll_quantize.o \\r
        $(OBJS)\monodll_radiobtncmn.o \\r
@@ -2226,6 +2229,7 @@ ____CORE_SRC_FILENAMES_OBJECTS =  \
        $(OBJS)\monodll_msgdlgg.o \\r
        $(OBJS)\monodll_numdlgg.o \\r
        $(OBJS)\monodll_progdlgg.o \\r
+       $(OBJS)\monodll_preferencesg.o \\r
        $(OBJS)\monodll_printps.o \\r
        $(OBJS)\monodll_renderg.o \\r
        $(OBJS)\monodll_richmsgdlgg.o \\r
@@ -2695,6 +2699,7 @@ ____GUI_SRC_FILENAMES_OBJECTS =  \
        $(OBJS)\monodll_cocoa_nonownedwnd.o \\r
        $(OBJS)\monodll_osx_cocoa_notebook.o \\r
        $(OBJS)\monodll_osx_cocoa_radiobut.o \\r
+       $(OBJS)\monodll_preferences.o \\r
        $(OBJS)\monodll_cocoa_printdlg.o \\r
        $(OBJS)\monodll_osx_cocoa_scrolbar.o \\r
        $(OBJS)\monodll_osx_cocoa_slider.o \\r
@@ -3358,6 +3363,7 @@ ____CORE_SRC_FILENAMES_1_OBJECTS =  \
        $(OBJS)\monolib_persist.o \\r
        $(OBJS)\monolib_pickerbase.o \\r
        $(OBJS)\monolib_popupcmn.o \\r
+       $(OBJS)\monolib_preferencescmn.o \\r
        $(OBJS)\monolib_prntbase.o \\r
        $(OBJS)\monolib_quantize.o \\r
        $(OBJS)\monolib_radiobtncmn.o \\r
@@ -3410,6 +3416,7 @@ ____CORE_SRC_FILENAMES_1_OBJECTS =  \
        $(OBJS)\monolib_msgdlgg.o \\r
        $(OBJS)\monolib_numdlgg.o \\r
        $(OBJS)\monolib_progdlgg.o \\r
+       $(OBJS)\monolib_preferencesg.o \\r
        $(OBJS)\monolib_printps.o \\r
        $(OBJS)\monolib_renderg.o \\r
        $(OBJS)\monolib_richmsgdlgg.o \\r
@@ -3579,6 +3586,7 @@ ____CORE_SRC_FILENAMES_1_OBJECTS =  \
        $(OBJS)\monolib_persist.o \\r
        $(OBJS)\monolib_pickerbase.o \\r
        $(OBJS)\monolib_popupcmn.o \\r
+       $(OBJS)\monolib_preferencescmn.o \\r
        $(OBJS)\monolib_prntbase.o \\r
        $(OBJS)\monolib_quantize.o \\r
        $(OBJS)\monolib_radiobtncmn.o \\r
@@ -3631,6 +3639,7 @@ ____CORE_SRC_FILENAMES_1_OBJECTS =  \
        $(OBJS)\monolib_msgdlgg.o \\r
        $(OBJS)\monolib_numdlgg.o \\r
        $(OBJS)\monolib_progdlgg.o \\r
+       $(OBJS)\monolib_preferencesg.o \\r
        $(OBJS)\monolib_printps.o \\r
        $(OBJS)\monolib_renderg.o \\r
        $(OBJS)\monolib_richmsgdlgg.o \\r
@@ -4100,6 +4109,7 @@ ____GUI_SRC_FILENAMES_1_OBJECTS =  \
        $(OBJS)\monolib_cocoa_nonownedwnd.o \\r
        $(OBJS)\monolib_osx_cocoa_notebook.o \\r
        $(OBJS)\monolib_osx_cocoa_radiobut.o \\r
+       $(OBJS)\monolib_preferences.o \\r
        $(OBJS)\monolib_cocoa_printdlg.o \\r
        $(OBJS)\monolib_osx_cocoa_scrolbar.o \\r
        $(OBJS)\monolib_osx_cocoa_slider.o \\r
@@ -4678,6 +4688,7 @@ ____CORE_SRC_FILENAMES_2_OBJECTS =  \
        $(OBJS)\coredll_persist.o \\r
        $(OBJS)\coredll_pickerbase.o \\r
        $(OBJS)\coredll_popupcmn.o \\r
+       $(OBJS)\coredll_preferencescmn.o \\r
        $(OBJS)\coredll_prntbase.o \\r
        $(OBJS)\coredll_quantize.o \\r
        $(OBJS)\coredll_radiobtncmn.o \\r
@@ -4730,6 +4741,7 @@ ____CORE_SRC_FILENAMES_2_OBJECTS =  \
        $(OBJS)\coredll_msgdlgg.o \\r
        $(OBJS)\coredll_numdlgg.o \\r
        $(OBJS)\coredll_progdlgg.o \\r
+       $(OBJS)\coredll_preferencesg.o \\r
        $(OBJS)\coredll_printps.o \\r
        $(OBJS)\coredll_renderg.o \\r
        $(OBJS)\coredll_richmsgdlgg.o \\r
@@ -4899,6 +4911,7 @@ ____CORE_SRC_FILENAMES_2_OBJECTS =  \
        $(OBJS)\coredll_persist.o \\r
        $(OBJS)\coredll_pickerbase.o \\r
        $(OBJS)\coredll_popupcmn.o \\r
+       $(OBJS)\coredll_preferencescmn.o \\r
        $(OBJS)\coredll_prntbase.o \\r
        $(OBJS)\coredll_quantize.o \\r
        $(OBJS)\coredll_radiobtncmn.o \\r
@@ -4951,6 +4964,7 @@ ____CORE_SRC_FILENAMES_2_OBJECTS =  \
        $(OBJS)\coredll_msgdlgg.o \\r
        $(OBJS)\coredll_numdlgg.o \\r
        $(OBJS)\coredll_progdlgg.o \\r
+       $(OBJS)\coredll_preferencesg.o \\r
        $(OBJS)\coredll_printps.o \\r
        $(OBJS)\coredll_renderg.o \\r
        $(OBJS)\coredll_richmsgdlgg.o \\r
@@ -5420,6 +5434,7 @@ ____GUI_SRC_FILENAMES_2_OBJECTS =  \
        $(OBJS)\coredll_cocoa_nonownedwnd.o \\r
        $(OBJS)\coredll_osx_cocoa_notebook.o \\r
        $(OBJS)\coredll_osx_cocoa_radiobut.o \\r
+       $(OBJS)\coredll_preferences.o \\r
        $(OBJS)\coredll_cocoa_printdlg.o \\r
        $(OBJS)\coredll_osx_cocoa_scrolbar.o \\r
        $(OBJS)\coredll_osx_cocoa_slider.o \\r
@@ -5732,6 +5747,7 @@ ____CORE_SRC_FILENAMES_3_OBJECTS =  \
        $(OBJS)\corelib_persist.o \\r
        $(OBJS)\corelib_pickerbase.o \\r
        $(OBJS)\corelib_popupcmn.o \\r
+       $(OBJS)\corelib_preferencescmn.o \\r
        $(OBJS)\corelib_prntbase.o \\r
        $(OBJS)\corelib_quantize.o \\r
        $(OBJS)\corelib_radiobtncmn.o \\r
@@ -5784,6 +5800,7 @@ ____CORE_SRC_FILENAMES_3_OBJECTS =  \
        $(OBJS)\corelib_msgdlgg.o \\r
        $(OBJS)\corelib_numdlgg.o \\r
        $(OBJS)\corelib_progdlgg.o \\r
+       $(OBJS)\corelib_preferencesg.o \\r
        $(OBJS)\corelib_printps.o \\r
        $(OBJS)\corelib_renderg.o \\r
        $(OBJS)\corelib_richmsgdlgg.o \\r
@@ -5953,6 +5970,7 @@ ____CORE_SRC_FILENAMES_3_OBJECTS =  \
        $(OBJS)\corelib_persist.o \\r
        $(OBJS)\corelib_pickerbase.o \\r
        $(OBJS)\corelib_popupcmn.o \\r
+       $(OBJS)\corelib_preferencescmn.o \\r
        $(OBJS)\corelib_prntbase.o \\r
        $(OBJS)\corelib_quantize.o \\r
        $(OBJS)\corelib_radiobtncmn.o \\r
@@ -6005,6 +6023,7 @@ ____CORE_SRC_FILENAMES_3_OBJECTS =  \
        $(OBJS)\corelib_msgdlgg.o \\r
        $(OBJS)\corelib_numdlgg.o \\r
        $(OBJS)\corelib_progdlgg.o \\r
+       $(OBJS)\corelib_preferencesg.o \\r
        $(OBJS)\corelib_printps.o \\r
        $(OBJS)\corelib_renderg.o \\r
        $(OBJS)\corelib_richmsgdlgg.o \\r
@@ -6474,6 +6493,7 @@ ____GUI_SRC_FILENAMES_3_OBJECTS =  \
        $(OBJS)\corelib_cocoa_nonownedwnd.o \\r
        $(OBJS)\corelib_osx_cocoa_notebook.o \\r
        $(OBJS)\corelib_osx_cocoa_radiobut.o \\r
+       $(OBJS)\corelib_preferences.o \\r
        $(OBJS)\corelib_cocoa_printdlg.o \\r
        $(OBJS)\corelib_osx_cocoa_scrolbar.o \\r
        $(OBJS)\corelib_osx_cocoa_slider.o \\r
@@ -11727,6 +11747,8 @@ $(OBJS)\monodll_osx_cocoa_notebook.o: ../../src/osx/cocoa/notebook.mm
 \r
 $(OBJS)\monodll_osx_cocoa_radiobut.o: ../../src/osx/cocoa/radiobut.mm\r
 \r
+$(OBJS)\monodll_preferences.o: ../../src/osx/cocoa/preferences.mm\r
+\r
 $(OBJS)\monodll_cocoa_printdlg.o: ../../src/osx/cocoa/printdlg.mm\r
 \r
 $(OBJS)\monodll_osx_cocoa_scrolbar.o: ../../src/osx/cocoa/scrolbar.mm\r
@@ -16639,6 +16661,11 @@ $(OBJS)\monodll_popupcmn.o: ../../src/common/popupcmn.cpp
        $(CXX) -c -o $@ $(MONODLL_CXXFLAGS) $(CPPDEPS) $<\r
 endif\r
 \r
+ifeq ($(USE_GUI),1)\r
+$(OBJS)\monodll_preferencescmn.o: ../../src/common/preferencescmn.cpp\r
+       $(CXX) -c -o $@ $(MONODLL_CXXFLAGS) $(CPPDEPS) $<\r
+endif\r
+\r
 ifeq ($(USE_GUI),1)\r
 $(OBJS)\monodll_prntbase.o: ../../src/common/prntbase.cpp\r
        $(CXX) -c -o $@ $(MONODLL_CXXFLAGS) $(CPPDEPS) $<\r
@@ -16899,6 +16926,11 @@ $(OBJS)\monodll_progdlgg.o: ../../src/generic/progdlgg.cpp
        $(CXX) -c -o $@ $(MONODLL_CXXFLAGS) $(CPPDEPS) $<\r
 endif\r
 \r
+ifeq ($(USE_GUI),1)\r
+$(OBJS)\monodll_preferencesg.o: ../../src/generic/preferencesg.cpp\r
+       $(CXX) -c -o $@ $(MONODLL_CXXFLAGS) $(CPPDEPS) $<\r
+endif\r
+\r
 ifeq ($(USE_GUI),1)\r
 $(OBJS)\monodll_printps.o: ../../src/generic/printps.cpp\r
        $(CXX) -c -o $@ $(MONODLL_CXXFLAGS) $(CPPDEPS) $<\r
@@ -18684,6 +18716,8 @@ $(OBJS)\monolib_osx_cocoa_notebook.o: ../../src/osx/cocoa/notebook.mm
 \r
 $(OBJS)\monolib_osx_cocoa_radiobut.o: ../../src/osx/cocoa/radiobut.mm\r
 \r
+$(OBJS)\monolib_preferences.o: ../../src/osx/cocoa/preferences.mm\r
+\r
 $(OBJS)\monolib_cocoa_printdlg.o: ../../src/osx/cocoa/printdlg.mm\r
 \r
 $(OBJS)\monolib_osx_cocoa_scrolbar.o: ../../src/osx/cocoa/scrolbar.mm\r
@@ -23596,6 +23630,11 @@ $(OBJS)\monolib_popupcmn.o: ../../src/common/popupcmn.cpp
        $(CXX) -c -o $@ $(MONOLIB_CXXFLAGS) $(CPPDEPS) $<\r
 endif\r
 \r
+ifeq ($(USE_GUI),1)\r
+$(OBJS)\monolib_preferencescmn.o: ../../src/common/preferencescmn.cpp\r
+       $(CXX) -c -o $@ $(MONOLIB_CXXFLAGS) $(CPPDEPS) $<\r
+endif\r
+\r
 ifeq ($(USE_GUI),1)\r
 $(OBJS)\monolib_prntbase.o: ../../src/common/prntbase.cpp\r
        $(CXX) -c -o $@ $(MONOLIB_CXXFLAGS) $(CPPDEPS) $<\r
@@ -23856,6 +23895,11 @@ $(OBJS)\monolib_progdlgg.o: ../../src/generic/progdlgg.cpp
        $(CXX) -c -o $@ $(MONOLIB_CXXFLAGS) $(CPPDEPS) $<\r
 endif\r
 \r
+ifeq ($(USE_GUI),1)\r
+$(OBJS)\monolib_preferencesg.o: ../../src/generic/preferencesg.cpp\r
+       $(CXX) -c -o $@ $(MONOLIB_CXXFLAGS) $(CPPDEPS) $<\r
+endif\r
+\r
 ifeq ($(USE_GUI),1)\r
 $(OBJS)\monolib_printps.o: ../../src/generic/printps.cpp\r
        $(CXX) -c -o $@ $(MONOLIB_CXXFLAGS) $(CPPDEPS) $<\r
@@ -26074,6 +26118,8 @@ $(OBJS)\coredll_osx_cocoa_notebook.o: ../../src/osx/cocoa/notebook.mm
 \r
 $(OBJS)\coredll_osx_cocoa_radiobut.o: ../../src/osx/cocoa/radiobut.mm\r
 \r
+$(OBJS)\coredll_preferences.o: ../../src/osx/cocoa/preferences.mm\r
+\r
 $(OBJS)\coredll_cocoa_printdlg.o: ../../src/osx/cocoa/printdlg.mm\r
 \r
 $(OBJS)\coredll_osx_cocoa_scrolbar.o: ../../src/osx/cocoa/scrolbar.mm\r
@@ -30550,6 +30596,11 @@ $(OBJS)\coredll_popupcmn.o: ../../src/common/popupcmn.cpp
        $(CXX) -c -o $@ $(COREDLL_CXXFLAGS) $(CPPDEPS) $<\r
 endif\r
 \r
+ifeq ($(USE_GUI),1)\r
+$(OBJS)\coredll_preferencescmn.o: ../../src/common/preferencescmn.cpp\r
+       $(CXX) -c -o $@ $(COREDLL_CXXFLAGS) $(CPPDEPS) $<\r
+endif\r
+\r
 ifeq ($(USE_GUI),1)\r
 $(OBJS)\coredll_prntbase.o: ../../src/common/prntbase.cpp\r
        $(CXX) -c -o $@ $(COREDLL_CXXFLAGS) $(CPPDEPS) $<\r
@@ -30810,6 +30861,11 @@ $(OBJS)\coredll_progdlgg.o: ../../src/generic/progdlgg.cpp
        $(CXX) -c -o $@ $(COREDLL_CXXFLAGS) $(CPPDEPS) $<\r
 endif\r
 \r
+ifeq ($(USE_GUI),1)\r
+$(OBJS)\coredll_preferencesg.o: ../../src/generic/preferencesg.cpp\r
+       $(CXX) -c -o $@ $(COREDLL_CXXFLAGS) $(CPPDEPS) $<\r
+endif\r
+\r
 ifeq ($(USE_GUI),1)\r
 $(OBJS)\coredll_printps.o: ../../src/generic/printps.cpp\r
        $(CXX) -c -o $@ $(COREDLL_CXXFLAGS) $(CPPDEPS) $<\r
@@ -31369,6 +31425,8 @@ $(OBJS)\corelib_osx_cocoa_notebook.o: ../../src/osx/cocoa/notebook.mm
 \r
 $(OBJS)\corelib_osx_cocoa_radiobut.o: ../../src/osx/cocoa/radiobut.mm\r
 \r
+$(OBJS)\corelib_preferences.o: ../../src/osx/cocoa/preferences.mm\r
+\r
 $(OBJS)\corelib_cocoa_printdlg.o: ../../src/osx/cocoa/printdlg.mm\r
 \r
 $(OBJS)\corelib_osx_cocoa_scrolbar.o: ../../src/osx/cocoa/scrolbar.mm\r
@@ -35845,6 +35903,11 @@ $(OBJS)\corelib_popupcmn.o: ../../src/common/popupcmn.cpp
        $(CXX) -c -o $@ $(CORELIB_CXXFLAGS) $(CPPDEPS) $<\r
 endif\r
 \r
+ifeq ($(USE_GUI),1)\r
+$(OBJS)\corelib_preferencescmn.o: ../../src/common/preferencescmn.cpp\r
+       $(CXX) -c -o $@ $(CORELIB_CXXFLAGS) $(CPPDEPS) $<\r
+endif\r
+\r
 ifeq ($(USE_GUI),1)\r
 $(OBJS)\corelib_prntbase.o: ../../src/common/prntbase.cpp\r
        $(CXX) -c -o $@ $(CORELIB_CXXFLAGS) $(CPPDEPS) $<\r
@@ -36105,6 +36168,11 @@ $(OBJS)\corelib_progdlgg.o: ../../src/generic/progdlgg.cpp
        $(CXX) -c -o $@ $(CORELIB_CXXFLAGS) $(CPPDEPS) $<\r
 endif\r
 \r
+ifeq ($(USE_GUI),1)\r
+$(OBJS)\corelib_preferencesg.o: ../../src/generic/preferencesg.cpp\r
+       $(CXX) -c -o $@ $(CORELIB_CXXFLAGS) $(CPPDEPS) $<\r
+endif\r
+\r
 ifeq ($(USE_GUI),1)\r
 $(OBJS)\corelib_printps.o: ../../src/generic/printps.cpp\r
        $(CXX) -c -o $@ $(CORELIB_CXXFLAGS) $(CPPDEPS) $<\r
index 778d85b9b3b5895bd4fe232f0550dbed2202c6c3..10a0982f74c944531a8330dbca9057bec6fa4fb9 100644 (file)
@@ -2257,6 +2257,7 @@ ____CORE_SRC_FILENAMES_OBJECTS =  \
        $(OBJS)\monodll_persist.obj \\r
        $(OBJS)\monodll_pickerbase.obj \\r
        $(OBJS)\monodll_popupcmn.obj \\r
+       $(OBJS)\monodll_preferencescmn.obj \\r
        $(OBJS)\monodll_prntbase.obj \\r
        $(OBJS)\monodll_quantize.obj \\r
        $(OBJS)\monodll_radiobtncmn.obj \\r
@@ -2309,6 +2310,7 @@ ____CORE_SRC_FILENAMES_OBJECTS =  \
        $(OBJS)\monodll_msgdlgg.obj \\r
        $(OBJS)\monodll_numdlgg.obj \\r
        $(OBJS)\monodll_progdlgg.obj \\r
+       $(OBJS)\monodll_preferencesg.obj \\r
        $(OBJS)\monodll_printps.obj \\r
        $(OBJS)\monodll_renderg.obj \\r
        $(OBJS)\monodll_richmsgdlgg.obj \\r
@@ -2476,6 +2478,7 @@ ____CORE_SRC_FILENAMES_OBJECTS =  \
        $(OBJS)\monodll_persist.obj \\r
        $(OBJS)\monodll_pickerbase.obj \\r
        $(OBJS)\monodll_popupcmn.obj \\r
+       $(OBJS)\monodll_preferencescmn.obj \\r
        $(OBJS)\monodll_prntbase.obj \\r
        $(OBJS)\monodll_quantize.obj \\r
        $(OBJS)\monodll_radiobtncmn.obj \\r
@@ -2528,6 +2531,7 @@ ____CORE_SRC_FILENAMES_OBJECTS =  \
        $(OBJS)\monodll_msgdlgg.obj \\r
        $(OBJS)\monodll_numdlgg.obj \\r
        $(OBJS)\monodll_progdlgg.obj \\r
+       $(OBJS)\monodll_preferencesg.obj \\r
        $(OBJS)\monodll_printps.obj \\r
        $(OBJS)\monodll_renderg.obj \\r
        $(OBJS)\monodll_richmsgdlgg.obj \\r
@@ -2990,6 +2994,7 @@ ____GUI_SRC_FILENAMES_OBJECTS =  \
        $(OBJS)\monodll_cocoa_nonownedwnd.obj \\r
        $(OBJS)\monodll_osx_cocoa_notebook.obj \\r
        $(OBJS)\monodll_osx_cocoa_radiobut.obj \\r
+       $(OBJS)\monodll_preferences.obj \\r
        $(OBJS)\monodll_cocoa_printdlg.obj \\r
        $(OBJS)\monodll_osx_cocoa_scrolbar.obj \\r
        $(OBJS)\monodll_osx_cocoa_slider.obj \\r
@@ -3648,6 +3653,7 @@ ____CORE_SRC_FILENAMES_1_OBJECTS =  \
        $(OBJS)\monolib_persist.obj \\r
        $(OBJS)\monolib_pickerbase.obj \\r
        $(OBJS)\monolib_popupcmn.obj \\r
+       $(OBJS)\monolib_preferencescmn.obj \\r
        $(OBJS)\monolib_prntbase.obj \\r
        $(OBJS)\monolib_quantize.obj \\r
        $(OBJS)\monolib_radiobtncmn.obj \\r
@@ -3700,6 +3706,7 @@ ____CORE_SRC_FILENAMES_1_OBJECTS =  \
        $(OBJS)\monolib_msgdlgg.obj \\r
        $(OBJS)\monolib_numdlgg.obj \\r
        $(OBJS)\monolib_progdlgg.obj \\r
+       $(OBJS)\monolib_preferencesg.obj \\r
        $(OBJS)\monolib_printps.obj \\r
        $(OBJS)\monolib_renderg.obj \\r
        $(OBJS)\monolib_richmsgdlgg.obj \\r
@@ -3867,6 +3874,7 @@ ____CORE_SRC_FILENAMES_1_OBJECTS =  \
        $(OBJS)\monolib_persist.obj \\r
        $(OBJS)\monolib_pickerbase.obj \\r
        $(OBJS)\monolib_popupcmn.obj \\r
+       $(OBJS)\monolib_preferencescmn.obj \\r
        $(OBJS)\monolib_prntbase.obj \\r
        $(OBJS)\monolib_quantize.obj \\r
        $(OBJS)\monolib_radiobtncmn.obj \\r
@@ -3919,6 +3927,7 @@ ____CORE_SRC_FILENAMES_1_OBJECTS =  \
        $(OBJS)\monolib_msgdlgg.obj \\r
        $(OBJS)\monolib_numdlgg.obj \\r
        $(OBJS)\monolib_progdlgg.obj \\r
+       $(OBJS)\monolib_preferencesg.obj \\r
        $(OBJS)\monolib_printps.obj \\r
        $(OBJS)\monolib_renderg.obj \\r
        $(OBJS)\monolib_richmsgdlgg.obj \\r
@@ -4381,6 +4390,7 @@ ____GUI_SRC_FILENAMES_1_OBJECTS =  \
        $(OBJS)\monolib_cocoa_nonownedwnd.obj \\r
        $(OBJS)\monolib_osx_cocoa_notebook.obj \\r
        $(OBJS)\monolib_osx_cocoa_radiobut.obj \\r
+       $(OBJS)\monolib_preferences.obj \\r
        $(OBJS)\monolib_cocoa_printdlg.obj \\r
        $(OBJS)\monolib_osx_cocoa_scrolbar.obj \\r
        $(OBJS)\monolib_osx_cocoa_slider.obj \\r
@@ -5004,6 +5014,7 @@ ____CORE_SRC_FILENAMES_2_OBJECTS =  \
        $(OBJS)\coredll_persist.obj \\r
        $(OBJS)\coredll_pickerbase.obj \\r
        $(OBJS)\coredll_popupcmn.obj \\r
+       $(OBJS)\coredll_preferencescmn.obj \\r
        $(OBJS)\coredll_prntbase.obj \\r
        $(OBJS)\coredll_quantize.obj \\r
        $(OBJS)\coredll_radiobtncmn.obj \\r
@@ -5056,6 +5067,7 @@ ____CORE_SRC_FILENAMES_2_OBJECTS =  \
        $(OBJS)\coredll_msgdlgg.obj \\r
        $(OBJS)\coredll_numdlgg.obj \\r
        $(OBJS)\coredll_progdlgg.obj \\r
+       $(OBJS)\coredll_preferencesg.obj \\r
        $(OBJS)\coredll_printps.obj \\r
        $(OBJS)\coredll_renderg.obj \\r
        $(OBJS)\coredll_richmsgdlgg.obj \\r
@@ -5223,6 +5235,7 @@ ____CORE_SRC_FILENAMES_2_OBJECTS =  \
        $(OBJS)\coredll_persist.obj \\r
        $(OBJS)\coredll_pickerbase.obj \\r
        $(OBJS)\coredll_popupcmn.obj \\r
+       $(OBJS)\coredll_preferencescmn.obj \\r
        $(OBJS)\coredll_prntbase.obj \\r
        $(OBJS)\coredll_quantize.obj \\r
        $(OBJS)\coredll_radiobtncmn.obj \\r
@@ -5275,6 +5288,7 @@ ____CORE_SRC_FILENAMES_2_OBJECTS =  \
        $(OBJS)\coredll_msgdlgg.obj \\r
        $(OBJS)\coredll_numdlgg.obj \\r
        $(OBJS)\coredll_progdlgg.obj \\r
+       $(OBJS)\coredll_preferencesg.obj \\r
        $(OBJS)\coredll_printps.obj \\r
        $(OBJS)\coredll_renderg.obj \\r
        $(OBJS)\coredll_richmsgdlgg.obj \\r
@@ -5737,6 +5751,7 @@ ____GUI_SRC_FILENAMES_2_OBJECTS =  \
        $(OBJS)\coredll_cocoa_nonownedwnd.obj \\r
        $(OBJS)\coredll_osx_cocoa_notebook.obj \\r
        $(OBJS)\coredll_osx_cocoa_radiobut.obj \\r
+       $(OBJS)\coredll_preferences.obj \\r
        $(OBJS)\coredll_cocoa_printdlg.obj \\r
        $(OBJS)\coredll_osx_cocoa_scrolbar.obj \\r
        $(OBJS)\coredll_osx_cocoa_slider.obj \\r
@@ -6050,6 +6065,7 @@ ____CORE_SRC_FILENAMES_3_OBJECTS =  \
        $(OBJS)\corelib_persist.obj \\r
        $(OBJS)\corelib_pickerbase.obj \\r
        $(OBJS)\corelib_popupcmn.obj \\r
+       $(OBJS)\corelib_preferencescmn.obj \\r
        $(OBJS)\corelib_prntbase.obj \\r
        $(OBJS)\corelib_quantize.obj \\r
        $(OBJS)\corelib_radiobtncmn.obj \\r
@@ -6102,6 +6118,7 @@ ____CORE_SRC_FILENAMES_3_OBJECTS =  \
        $(OBJS)\corelib_msgdlgg.obj \\r
        $(OBJS)\corelib_numdlgg.obj \\r
        $(OBJS)\corelib_progdlgg.obj \\r
+       $(OBJS)\corelib_preferencesg.obj \\r
        $(OBJS)\corelib_printps.obj \\r
        $(OBJS)\corelib_renderg.obj \\r
        $(OBJS)\corelib_richmsgdlgg.obj \\r
@@ -6269,6 +6286,7 @@ ____CORE_SRC_FILENAMES_3_OBJECTS =  \
        $(OBJS)\corelib_persist.obj \\r
        $(OBJS)\corelib_pickerbase.obj \\r
        $(OBJS)\corelib_popupcmn.obj \\r
+       $(OBJS)\corelib_preferencescmn.obj \\r
        $(OBJS)\corelib_prntbase.obj \\r
        $(OBJS)\corelib_quantize.obj \\r
        $(OBJS)\corelib_radiobtncmn.obj \\r
@@ -6321,6 +6339,7 @@ ____CORE_SRC_FILENAMES_3_OBJECTS =  \
        $(OBJS)\corelib_msgdlgg.obj \\r
        $(OBJS)\corelib_numdlgg.obj \\r
        $(OBJS)\corelib_progdlgg.obj \\r
+       $(OBJS)\corelib_preferencesg.obj \\r
        $(OBJS)\corelib_printps.obj \\r
        $(OBJS)\corelib_renderg.obj \\r
        $(OBJS)\corelib_richmsgdlgg.obj \\r
@@ -6783,6 +6802,7 @@ ____GUI_SRC_FILENAMES_3_OBJECTS =  \
        $(OBJS)\corelib_cocoa_nonownedwnd.obj \\r
        $(OBJS)\corelib_osx_cocoa_notebook.obj \\r
        $(OBJS)\corelib_osx_cocoa_radiobut.obj \\r
+       $(OBJS)\corelib_preferences.obj \\r
        $(OBJS)\corelib_cocoa_printdlg.obj \\r
        $(OBJS)\corelib_osx_cocoa_scrolbar.obj \\r
        $(OBJS)\corelib_osx_cocoa_slider.obj \\r
@@ -12155,6 +12175,8 @@ $(OBJS)\monodll_osx_cocoa_notebook.obj: ..\..\src\osx\cocoa\notebook.mm
 \r
 $(OBJS)\monodll_osx_cocoa_radiobut.obj: ..\..\src\osx\cocoa\radiobut.mm\r
 \r
+$(OBJS)\monodll_preferences.obj: ..\..\src\osx\cocoa\preferences.mm\r
+\r
 $(OBJS)\monodll_cocoa_printdlg.obj: ..\..\src\osx\cocoa\printdlg.mm\r
 \r
 $(OBJS)\monodll_osx_cocoa_scrolbar.obj: ..\..\src\osx\cocoa\scrolbar.mm\r
@@ -15849,6 +15871,11 @@ $(OBJS)\monodll_popupcmn.obj: ..\..\src\common\popupcmn.cpp
        $(CXX) /c /nologo /TP /Fo$@ $(MONODLL_CXXFLAGS) ..\..\src\common\popupcmn.cpp\r
 !endif\r
 \r
+!if "$(USE_GUI)" == "1"\r
+$(OBJS)\monodll_preferencescmn.obj: ..\..\src\common\preferencescmn.cpp\r
+       $(CXX) /c /nologo /TP /Fo$@ $(MONODLL_CXXFLAGS) ..\..\src\common\preferencescmn.cpp\r
+!endif\r
+\r
 !if "$(USE_GUI)" == "1"\r
 $(OBJS)\monodll_prntbase.obj: ..\..\src\common\prntbase.cpp\r
        $(CXX) /c /nologo /TP /Fo$@ $(MONODLL_CXXFLAGS) ..\..\src\common\prntbase.cpp\r
@@ -16109,6 +16136,11 @@ $(OBJS)\monodll_progdlgg.obj: ..\..\src\generic\progdlgg.cpp
        $(CXX) /c /nologo /TP /Fo$@ $(MONODLL_CXXFLAGS) ..\..\src\generic\progdlgg.cpp\r
 !endif\r
 \r
+!if "$(USE_GUI)" == "1"\r
+$(OBJS)\monodll_preferencesg.obj: ..\..\src\generic\preferencesg.cpp\r
+       $(CXX) /c /nologo /TP /Fo$@ $(MONODLL_CXXFLAGS) ..\..\src\generic\preferencesg.cpp\r
+!endif\r
+\r
 !if "$(USE_GUI)" == "1"\r
 $(OBJS)\monodll_printps.obj: ..\..\src\generic\printps.cpp\r
        $(CXX) /c /nologo /TP /Fo$@ $(MONODLL_CXXFLAGS) ..\..\src\generic\printps.cpp\r
@@ -17668,6 +17700,8 @@ $(OBJS)\monolib_osx_cocoa_notebook.obj: ..\..\src\osx\cocoa\notebook.mm
 \r
 $(OBJS)\monolib_osx_cocoa_radiobut.obj: ..\..\src\osx\cocoa\radiobut.mm\r
 \r
+$(OBJS)\monolib_preferences.obj: ..\..\src\osx\cocoa\preferences.mm\r
+\r
 $(OBJS)\monolib_cocoa_printdlg.obj: ..\..\src\osx\cocoa\printdlg.mm\r
 \r
 $(OBJS)\monolib_osx_cocoa_scrolbar.obj: ..\..\src\osx\cocoa\scrolbar.mm\r
@@ -21362,6 +21396,11 @@ $(OBJS)\monolib_popupcmn.obj: ..\..\src\common\popupcmn.cpp
        $(CXX) /c /nologo /TP /Fo$@ $(MONOLIB_CXXFLAGS) ..\..\src\common\popupcmn.cpp\r
 !endif\r
 \r
+!if "$(USE_GUI)" == "1"\r
+$(OBJS)\monolib_preferencescmn.obj: ..\..\src\common\preferencescmn.cpp\r
+       $(CXX) /c /nologo /TP /Fo$@ $(MONOLIB_CXXFLAGS) ..\..\src\common\preferencescmn.cpp\r
+!endif\r
+\r
 !if "$(USE_GUI)" == "1"\r
 $(OBJS)\monolib_prntbase.obj: ..\..\src\common\prntbase.cpp\r
        $(CXX) /c /nologo /TP /Fo$@ $(MONOLIB_CXXFLAGS) ..\..\src\common\prntbase.cpp\r
@@ -21622,6 +21661,11 @@ $(OBJS)\monolib_progdlgg.obj: ..\..\src\generic\progdlgg.cpp
        $(CXX) /c /nologo /TP /Fo$@ $(MONOLIB_CXXFLAGS) ..\..\src\generic\progdlgg.cpp\r
 !endif\r
 \r
+!if "$(USE_GUI)" == "1"\r
+$(OBJS)\monolib_preferencesg.obj: ..\..\src\generic\preferencesg.cpp\r
+       $(CXX) /c /nologo /TP /Fo$@ $(MONOLIB_CXXFLAGS) ..\..\src\generic\preferencesg.cpp\r
+!endif\r
+\r
 !if "$(USE_GUI)" == "1"\r
 $(OBJS)\monolib_printps.obj: ..\..\src\generic\printps.cpp\r
        $(CXX) /c /nologo /TP /Fo$@ $(MONOLIB_CXXFLAGS) ..\..\src\generic\printps.cpp\r
@@ -23614,6 +23658,8 @@ $(OBJS)\coredll_osx_cocoa_notebook.obj: ..\..\src\osx\cocoa\notebook.mm
 \r
 $(OBJS)\coredll_osx_cocoa_radiobut.obj: ..\..\src\osx\cocoa\radiobut.mm\r
 \r
+$(OBJS)\coredll_preferences.obj: ..\..\src\osx\cocoa\preferences.mm\r
+\r
 $(OBJS)\coredll_cocoa_printdlg.obj: ..\..\src\osx\cocoa\printdlg.mm\r
 \r
 $(OBJS)\coredll_osx_cocoa_scrolbar.obj: ..\..\src\osx\cocoa\scrolbar.mm\r
@@ -26872,6 +26918,11 @@ $(OBJS)\coredll_popupcmn.obj: ..\..\src\common\popupcmn.cpp
        $(CXX) /c /nologo /TP /Fo$@ $(COREDLL_CXXFLAGS) ..\..\src\common\popupcmn.cpp\r
 !endif\r
 \r
+!if "$(USE_GUI)" == "1"\r
+$(OBJS)\coredll_preferencescmn.obj: ..\..\src\common\preferencescmn.cpp\r
+       $(CXX) /c /nologo /TP /Fo$@ $(COREDLL_CXXFLAGS) ..\..\src\common\preferencescmn.cpp\r
+!endif\r
+\r
 !if "$(USE_GUI)" == "1"\r
 $(OBJS)\coredll_prntbase.obj: ..\..\src\common\prntbase.cpp\r
        $(CXX) /c /nologo /TP /Fo$@ $(COREDLL_CXXFLAGS) ..\..\src\common\prntbase.cpp\r
@@ -27132,6 +27183,11 @@ $(OBJS)\coredll_progdlgg.obj: ..\..\src\generic\progdlgg.cpp
        $(CXX) /c /nologo /TP /Fo$@ $(COREDLL_CXXFLAGS) ..\..\src\generic\progdlgg.cpp\r
 !endif\r
 \r
+!if "$(USE_GUI)" == "1"\r
+$(OBJS)\coredll_preferencesg.obj: ..\..\src\generic\preferencesg.cpp\r
+       $(CXX) /c /nologo /TP /Fo$@ $(COREDLL_CXXFLAGS) ..\..\src\generic\preferencesg.cpp\r
+!endif\r
+\r
 !if "$(USE_GUI)" == "1"\r
 $(OBJS)\coredll_printps.obj: ..\..\src\generic\printps.cpp\r
        $(CXX) /c /nologo /TP /Fo$@ $(COREDLL_CXXFLAGS) ..\..\src\generic\printps.cpp\r
@@ -27691,6 +27747,8 @@ $(OBJS)\corelib_osx_cocoa_notebook.obj: ..\..\src\osx\cocoa\notebook.mm
 \r
 $(OBJS)\corelib_osx_cocoa_radiobut.obj: ..\..\src\osx\cocoa\radiobut.mm\r
 \r
+$(OBJS)\corelib_preferences.obj: ..\..\src\osx\cocoa\preferences.mm\r
+\r
 $(OBJS)\corelib_cocoa_printdlg.obj: ..\..\src\osx\cocoa\printdlg.mm\r
 \r
 $(OBJS)\corelib_osx_cocoa_scrolbar.obj: ..\..\src\osx\cocoa\scrolbar.mm\r
@@ -30949,6 +31007,11 @@ $(OBJS)\corelib_popupcmn.obj: ..\..\src\common\popupcmn.cpp
        $(CXX) /c /nologo /TP /Fo$@ $(CORELIB_CXXFLAGS) ..\..\src\common\popupcmn.cpp\r
 !endif\r
 \r
+!if "$(USE_GUI)" == "1"\r
+$(OBJS)\corelib_preferencescmn.obj: ..\..\src\common\preferencescmn.cpp\r
+       $(CXX) /c /nologo /TP /Fo$@ $(CORELIB_CXXFLAGS) ..\..\src\common\preferencescmn.cpp\r
+!endif\r
+\r
 !if "$(USE_GUI)" == "1"\r
 $(OBJS)\corelib_prntbase.obj: ..\..\src\common\prntbase.cpp\r
        $(CXX) /c /nologo /TP /Fo$@ $(CORELIB_CXXFLAGS) ..\..\src\common\prntbase.cpp\r
@@ -31209,6 +31272,11 @@ $(OBJS)\corelib_progdlgg.obj: ..\..\src\generic\progdlgg.cpp
        $(CXX) /c /nologo /TP /Fo$@ $(CORELIB_CXXFLAGS) ..\..\src\generic\progdlgg.cpp\r
 !endif\r
 \r
+!if "$(USE_GUI)" == "1"\r
+$(OBJS)\corelib_preferencesg.obj: ..\..\src\generic\preferencesg.cpp\r
+       $(CXX) /c /nologo /TP /Fo$@ $(CORELIB_CXXFLAGS) ..\..\src\generic\preferencesg.cpp\r
+!endif\r
+\r
 !if "$(USE_GUI)" == "1"\r
 $(OBJS)\corelib_printps.obj: ..\..\src\generic\printps.cpp\r
        $(CXX) /c /nologo /TP /Fo$@ $(CORELIB_CXXFLAGS) ..\..\src\generic\printps.cpp\r
index f494e32ce41906458d00ea3d383ddcfac14bbdba..9646c5006268f05da98e25fa79f8c95619da14aa 100644 (file)
@@ -391,6 +391,7 @@ ____CORE_SRC_FILENAMES_OBJECTS =  &
        $(OBJS)\monodll_persist.obj &\r
        $(OBJS)\monodll_pickerbase.obj &\r
        $(OBJS)\monodll_popupcmn.obj &\r
+       $(OBJS)\monodll_preferencescmn.obj &\r
        $(OBJS)\monodll_prntbase.obj &\r
        $(OBJS)\monodll_quantize.obj &\r
        $(OBJS)\monodll_radiobtncmn.obj &\r
@@ -443,6 +444,7 @@ ____CORE_SRC_FILENAMES_OBJECTS =  &
        $(OBJS)\monodll_msgdlgg.obj &\r
        $(OBJS)\monodll_numdlgg.obj &\r
        $(OBJS)\monodll_progdlgg.obj &\r
+       $(OBJS)\monodll_preferencesg.obj &\r
        $(OBJS)\monodll_printps.obj &\r
        $(OBJS)\monodll_renderg.obj &\r
        $(OBJS)\monodll_richmsgdlgg.obj &\r
@@ -612,6 +614,7 @@ ____CORE_SRC_FILENAMES_OBJECTS =  &
        $(OBJS)\monodll_persist.obj &\r
        $(OBJS)\monodll_pickerbase.obj &\r
        $(OBJS)\monodll_popupcmn.obj &\r
+       $(OBJS)\monodll_preferencescmn.obj &\r
        $(OBJS)\monodll_prntbase.obj &\r
        $(OBJS)\monodll_quantize.obj &\r
        $(OBJS)\monodll_radiobtncmn.obj &\r
@@ -664,6 +667,7 @@ ____CORE_SRC_FILENAMES_OBJECTS =  &
        $(OBJS)\monodll_msgdlgg.obj &\r
        $(OBJS)\monodll_numdlgg.obj &\r
        $(OBJS)\monodll_progdlgg.obj &\r
+       $(OBJS)\monodll_preferencesg.obj &\r
        $(OBJS)\monodll_printps.obj &\r
        $(OBJS)\monodll_renderg.obj &\r
        $(OBJS)\monodll_richmsgdlgg.obj &\r
@@ -1134,6 +1138,7 @@ ____GUI_SRC_FILENAMES_OBJECTS =  &
        $(OBJS)\monodll_cocoa_nonownedwnd.obj &\r
        $(OBJS)\monodll_osx_cocoa_notebook.obj &\r
        $(OBJS)\monodll_osx_cocoa_radiobut.obj &\r
+       $(OBJS)\monodll_preferences.obj &\r
        $(OBJS)\monodll_cocoa_printdlg.obj &\r
        $(OBJS)\monodll_osx_cocoa_scrolbar.obj &\r
        $(OBJS)\monodll_osx_cocoa_slider.obj &\r
@@ -1812,6 +1817,7 @@ ____CORE_SRC_FILENAMES_1_OBJECTS =  &
        $(OBJS)\monolib_persist.obj &\r
        $(OBJS)\monolib_pickerbase.obj &\r
        $(OBJS)\monolib_popupcmn.obj &\r
+       $(OBJS)\monolib_preferencescmn.obj &\r
        $(OBJS)\monolib_prntbase.obj &\r
        $(OBJS)\monolib_quantize.obj &\r
        $(OBJS)\monolib_radiobtncmn.obj &\r
@@ -1864,6 +1870,7 @@ ____CORE_SRC_FILENAMES_1_OBJECTS =  &
        $(OBJS)\monolib_msgdlgg.obj &\r
        $(OBJS)\monolib_numdlgg.obj &\r
        $(OBJS)\monolib_progdlgg.obj &\r
+       $(OBJS)\monolib_preferencesg.obj &\r
        $(OBJS)\monolib_printps.obj &\r
        $(OBJS)\monolib_renderg.obj &\r
        $(OBJS)\monolib_richmsgdlgg.obj &\r
@@ -2033,6 +2040,7 @@ ____CORE_SRC_FILENAMES_1_OBJECTS =  &
        $(OBJS)\monolib_persist.obj &\r
        $(OBJS)\monolib_pickerbase.obj &\r
        $(OBJS)\monolib_popupcmn.obj &\r
+       $(OBJS)\monolib_preferencescmn.obj &\r
        $(OBJS)\monolib_prntbase.obj &\r
        $(OBJS)\monolib_quantize.obj &\r
        $(OBJS)\monolib_radiobtncmn.obj &\r
@@ -2085,6 +2093,7 @@ ____CORE_SRC_FILENAMES_1_OBJECTS =  &
        $(OBJS)\monolib_msgdlgg.obj &\r
        $(OBJS)\monolib_numdlgg.obj &\r
        $(OBJS)\monolib_progdlgg.obj &\r
+       $(OBJS)\monolib_preferencesg.obj &\r
        $(OBJS)\monolib_printps.obj &\r
        $(OBJS)\monolib_renderg.obj &\r
        $(OBJS)\monolib_richmsgdlgg.obj &\r
@@ -2555,6 +2564,7 @@ ____GUI_SRC_FILENAMES_1_OBJECTS =  &
        $(OBJS)\monolib_cocoa_nonownedwnd.obj &\r
        $(OBJS)\monolib_osx_cocoa_notebook.obj &\r
        $(OBJS)\monolib_osx_cocoa_radiobut.obj &\r
+       $(OBJS)\monolib_preferences.obj &\r
        $(OBJS)\monolib_cocoa_printdlg.obj &\r
        $(OBJS)\monolib_osx_cocoa_scrolbar.obj &\r
        $(OBJS)\monolib_osx_cocoa_slider.obj &\r
@@ -3158,6 +3168,7 @@ ____CORE_SRC_FILENAMES_2_OBJECTS =  &
        $(OBJS)\coredll_persist.obj &\r
        $(OBJS)\coredll_pickerbase.obj &\r
        $(OBJS)\coredll_popupcmn.obj &\r
+       $(OBJS)\coredll_preferencescmn.obj &\r
        $(OBJS)\coredll_prntbase.obj &\r
        $(OBJS)\coredll_quantize.obj &\r
        $(OBJS)\coredll_radiobtncmn.obj &\r
@@ -3210,6 +3221,7 @@ ____CORE_SRC_FILENAMES_2_OBJECTS =  &
        $(OBJS)\coredll_msgdlgg.obj &\r
        $(OBJS)\coredll_numdlgg.obj &\r
        $(OBJS)\coredll_progdlgg.obj &\r
+       $(OBJS)\coredll_preferencesg.obj &\r
        $(OBJS)\coredll_printps.obj &\r
        $(OBJS)\coredll_renderg.obj &\r
        $(OBJS)\coredll_richmsgdlgg.obj &\r
@@ -3379,6 +3391,7 @@ ____CORE_SRC_FILENAMES_2_OBJECTS =  &
        $(OBJS)\coredll_persist.obj &\r
        $(OBJS)\coredll_pickerbase.obj &\r
        $(OBJS)\coredll_popupcmn.obj &\r
+       $(OBJS)\coredll_preferencescmn.obj &\r
        $(OBJS)\coredll_prntbase.obj &\r
        $(OBJS)\coredll_quantize.obj &\r
        $(OBJS)\coredll_radiobtncmn.obj &\r
@@ -3431,6 +3444,7 @@ ____CORE_SRC_FILENAMES_2_OBJECTS =  &
        $(OBJS)\coredll_msgdlgg.obj &\r
        $(OBJS)\coredll_numdlgg.obj &\r
        $(OBJS)\coredll_progdlgg.obj &\r
+       $(OBJS)\coredll_preferencesg.obj &\r
        $(OBJS)\coredll_printps.obj &\r
        $(OBJS)\coredll_renderg.obj &\r
        $(OBJS)\coredll_richmsgdlgg.obj &\r
@@ -3901,6 +3915,7 @@ ____GUI_SRC_FILENAMES_2_OBJECTS =  &
        $(OBJS)\coredll_cocoa_nonownedwnd.obj &\r
        $(OBJS)\coredll_osx_cocoa_notebook.obj &\r
        $(OBJS)\coredll_osx_cocoa_radiobut.obj &\r
+       $(OBJS)\coredll_preferences.obj &\r
        $(OBJS)\coredll_cocoa_printdlg.obj &\r
        $(OBJS)\coredll_osx_cocoa_scrolbar.obj &\r
        $(OBJS)\coredll_osx_cocoa_slider.obj &\r
@@ -4217,6 +4232,7 @@ ____CORE_SRC_FILENAMES_3_OBJECTS =  &
        $(OBJS)\corelib_persist.obj &\r
        $(OBJS)\corelib_pickerbase.obj &\r
        $(OBJS)\corelib_popupcmn.obj &\r
+       $(OBJS)\corelib_preferencescmn.obj &\r
        $(OBJS)\corelib_prntbase.obj &\r
        $(OBJS)\corelib_quantize.obj &\r
        $(OBJS)\corelib_radiobtncmn.obj &\r
@@ -4269,6 +4285,7 @@ ____CORE_SRC_FILENAMES_3_OBJECTS =  &
        $(OBJS)\corelib_msgdlgg.obj &\r
        $(OBJS)\corelib_numdlgg.obj &\r
        $(OBJS)\corelib_progdlgg.obj &\r
+       $(OBJS)\corelib_preferencesg.obj &\r
        $(OBJS)\corelib_printps.obj &\r
        $(OBJS)\corelib_renderg.obj &\r
        $(OBJS)\corelib_richmsgdlgg.obj &\r
@@ -4438,6 +4455,7 @@ ____CORE_SRC_FILENAMES_3_OBJECTS =  &
        $(OBJS)\corelib_persist.obj &\r
        $(OBJS)\corelib_pickerbase.obj &\r
        $(OBJS)\corelib_popupcmn.obj &\r
+       $(OBJS)\corelib_preferencescmn.obj &\r
        $(OBJS)\corelib_prntbase.obj &\r
        $(OBJS)\corelib_quantize.obj &\r
        $(OBJS)\corelib_radiobtncmn.obj &\r
@@ -4490,6 +4508,7 @@ ____CORE_SRC_FILENAMES_3_OBJECTS =  &
        $(OBJS)\corelib_msgdlgg.obj &\r
        $(OBJS)\corelib_numdlgg.obj &\r
        $(OBJS)\corelib_progdlgg.obj &\r
+       $(OBJS)\corelib_preferencesg.obj &\r
        $(OBJS)\corelib_printps.obj &\r
        $(OBJS)\corelib_renderg.obj &\r
        $(OBJS)\corelib_richmsgdlgg.obj &\r
@@ -4960,6 +4979,7 @@ ____GUI_SRC_FILENAMES_3_OBJECTS =  &
        $(OBJS)\corelib_cocoa_nonownedwnd.obj &\r
        $(OBJS)\corelib_osx_cocoa_notebook.obj &\r
        $(OBJS)\corelib_osx_cocoa_radiobut.obj &\r
+       $(OBJS)\corelib_preferences.obj &\r
        $(OBJS)\corelib_cocoa_printdlg.obj &\r
        $(OBJS)\corelib_osx_cocoa_scrolbar.obj &\r
        $(OBJS)\corelib_osx_cocoa_slider.obj &\r
@@ -12076,6 +12096,8 @@ $(OBJS)\monodll_osx_cocoa_notebook.obj :  ..\..\src\osx\cocoa\notebook.mm
 \r
 $(OBJS)\monodll_osx_cocoa_radiobut.obj :  ..\..\src\osx\cocoa\radiobut.mm\r
 \r
+$(OBJS)\monodll_preferences.obj :  ..\..\src\osx\cocoa\preferences.mm\r
+\r
 $(OBJS)\monodll_cocoa_printdlg.obj :  ..\..\src\osx\cocoa\printdlg.mm\r
 \r
 $(OBJS)\monodll_osx_cocoa_scrolbar.obj :  ..\..\src\osx\cocoa\scrolbar.mm\r
@@ -16988,6 +17010,11 @@ $(OBJS)\monodll_popupcmn.obj :  .AUTODEPEND ..\..\src\common\popupcmn.cpp
        $(CXX) -bt=nt -zq -fo=$^@ $(MONODLL_CXXFLAGS) $<\r
 !endif\r
 \r
+!ifeq USE_GUI 1\r
+$(OBJS)\monodll_preferencescmn.obj :  .AUTODEPEND ..\..\src\common\preferencescmn.cpp\r
+       $(CXX) -bt=nt -zq -fo=$^@ $(MONODLL_CXXFLAGS) $<\r
+!endif\r
+\r
 !ifeq USE_GUI 1\r
 $(OBJS)\monodll_prntbase.obj :  .AUTODEPEND ..\..\src\common\prntbase.cpp\r
        $(CXX) -bt=nt -zq -fo=$^@ $(MONODLL_CXXFLAGS) $<\r
@@ -17248,6 +17275,11 @@ $(OBJS)\monodll_progdlgg.obj :  .AUTODEPEND ..\..\src\generic\progdlgg.cpp
        $(CXX) -bt=nt -zq -fo=$^@ $(MONODLL_CXXFLAGS) $<\r
 !endif\r
 \r
+!ifeq USE_GUI 1\r
+$(OBJS)\monodll_preferencesg.obj :  .AUTODEPEND ..\..\src\generic\preferencesg.cpp\r
+       $(CXX) -bt=nt -zq -fo=$^@ $(MONODLL_CXXFLAGS) $<\r
+!endif\r
+\r
 !ifeq USE_GUI 1\r
 $(OBJS)\monodll_printps.obj :  .AUTODEPEND ..\..\src\generic\printps.cpp\r
        $(CXX) -bt=nt -zq -fo=$^@ $(MONODLL_CXXFLAGS) $<\r
@@ -19033,6 +19065,8 @@ $(OBJS)\monolib_osx_cocoa_notebook.obj :  ..\..\src\osx\cocoa\notebook.mm
 \r
 $(OBJS)\monolib_osx_cocoa_radiobut.obj :  ..\..\src\osx\cocoa\radiobut.mm\r
 \r
+$(OBJS)\monolib_preferences.obj :  ..\..\src\osx\cocoa\preferences.mm\r
+\r
 $(OBJS)\monolib_cocoa_printdlg.obj :  ..\..\src\osx\cocoa\printdlg.mm\r
 \r
 $(OBJS)\monolib_osx_cocoa_scrolbar.obj :  ..\..\src\osx\cocoa\scrolbar.mm\r
@@ -23945,6 +23979,11 @@ $(OBJS)\monolib_popupcmn.obj :  .AUTODEPEND ..\..\src\common\popupcmn.cpp
        $(CXX) -bt=nt -zq -fo=$^@ $(MONOLIB_CXXFLAGS) $<\r
 !endif\r
 \r
+!ifeq USE_GUI 1\r
+$(OBJS)\monolib_preferencescmn.obj :  .AUTODEPEND ..\..\src\common\preferencescmn.cpp\r
+       $(CXX) -bt=nt -zq -fo=$^@ $(MONOLIB_CXXFLAGS) $<\r
+!endif\r
+\r
 !ifeq USE_GUI 1\r
 $(OBJS)\monolib_prntbase.obj :  .AUTODEPEND ..\..\src\common\prntbase.cpp\r
        $(CXX) -bt=nt -zq -fo=$^@ $(MONOLIB_CXXFLAGS) $<\r
@@ -24205,6 +24244,11 @@ $(OBJS)\monolib_progdlgg.obj :  .AUTODEPEND ..\..\src\generic\progdlgg.cpp
        $(CXX) -bt=nt -zq -fo=$^@ $(MONOLIB_CXXFLAGS) $<\r
 !endif\r
 \r
+!ifeq USE_GUI 1\r
+$(OBJS)\monolib_preferencesg.obj :  .AUTODEPEND ..\..\src\generic\preferencesg.cpp\r
+       $(CXX) -bt=nt -zq -fo=$^@ $(MONOLIB_CXXFLAGS) $<\r
+!endif\r
+\r
 !ifeq USE_GUI 1\r
 $(OBJS)\monolib_printps.obj :  .AUTODEPEND ..\..\src\generic\printps.cpp\r
        $(CXX) -bt=nt -zq -fo=$^@ $(MONOLIB_CXXFLAGS) $<\r
@@ -26423,6 +26467,8 @@ $(OBJS)\coredll_osx_cocoa_notebook.obj :  ..\..\src\osx\cocoa\notebook.mm
 \r
 $(OBJS)\coredll_osx_cocoa_radiobut.obj :  ..\..\src\osx\cocoa\radiobut.mm\r
 \r
+$(OBJS)\coredll_preferences.obj :  ..\..\src\osx\cocoa\preferences.mm\r
+\r
 $(OBJS)\coredll_cocoa_printdlg.obj :  ..\..\src\osx\cocoa\printdlg.mm\r
 \r
 $(OBJS)\coredll_osx_cocoa_scrolbar.obj :  ..\..\src\osx\cocoa\scrolbar.mm\r
@@ -30899,6 +30945,11 @@ $(OBJS)\coredll_popupcmn.obj :  .AUTODEPEND ..\..\src\common\popupcmn.cpp
        $(CXX) -bt=nt -zq -fo=$^@ $(COREDLL_CXXFLAGS) $<\r
 !endif\r
 \r
+!ifeq USE_GUI 1\r
+$(OBJS)\coredll_preferencescmn.obj :  .AUTODEPEND ..\..\src\common\preferencescmn.cpp\r
+       $(CXX) -bt=nt -zq -fo=$^@ $(COREDLL_CXXFLAGS) $<\r
+!endif\r
+\r
 !ifeq USE_GUI 1\r
 $(OBJS)\coredll_prntbase.obj :  .AUTODEPEND ..\..\src\common\prntbase.cpp\r
        $(CXX) -bt=nt -zq -fo=$^@ $(COREDLL_CXXFLAGS) $<\r
@@ -31159,6 +31210,11 @@ $(OBJS)\coredll_progdlgg.obj :  .AUTODEPEND ..\..\src\generic\progdlgg.cpp
        $(CXX) -bt=nt -zq -fo=$^@ $(COREDLL_CXXFLAGS) $<\r
 !endif\r
 \r
+!ifeq USE_GUI 1\r
+$(OBJS)\coredll_preferencesg.obj :  .AUTODEPEND ..\..\src\generic\preferencesg.cpp\r
+       $(CXX) -bt=nt -zq -fo=$^@ $(COREDLL_CXXFLAGS) $<\r
+!endif\r
+\r
 !ifeq USE_GUI 1\r
 $(OBJS)\coredll_printps.obj :  .AUTODEPEND ..\..\src\generic\printps.cpp\r
        $(CXX) -bt=nt -zq -fo=$^@ $(COREDLL_CXXFLAGS) $<\r
@@ -31718,6 +31774,8 @@ $(OBJS)\corelib_osx_cocoa_notebook.obj :  ..\..\src\osx\cocoa\notebook.mm
 \r
 $(OBJS)\corelib_osx_cocoa_radiobut.obj :  ..\..\src\osx\cocoa\radiobut.mm\r
 \r
+$(OBJS)\corelib_preferences.obj :  ..\..\src\osx\cocoa\preferences.mm\r
+\r
 $(OBJS)\corelib_cocoa_printdlg.obj :  ..\..\src\osx\cocoa\printdlg.mm\r
 \r
 $(OBJS)\corelib_osx_cocoa_scrolbar.obj :  ..\..\src\osx\cocoa\scrolbar.mm\r
@@ -36194,6 +36252,11 @@ $(OBJS)\corelib_popupcmn.obj :  .AUTODEPEND ..\..\src\common\popupcmn.cpp
        $(CXX) -bt=nt -zq -fo=$^@ $(CORELIB_CXXFLAGS) $<\r
 !endif\r
 \r
+!ifeq USE_GUI 1\r
+$(OBJS)\corelib_preferencescmn.obj :  .AUTODEPEND ..\..\src\common\preferencescmn.cpp\r
+       $(CXX) -bt=nt -zq -fo=$^@ $(CORELIB_CXXFLAGS) $<\r
+!endif\r
+\r
 !ifeq USE_GUI 1\r
 $(OBJS)\corelib_prntbase.obj :  .AUTODEPEND ..\..\src\common\prntbase.cpp\r
        $(CXX) -bt=nt -zq -fo=$^@ $(CORELIB_CXXFLAGS) $<\r
@@ -36454,6 +36517,11 @@ $(OBJS)\corelib_progdlgg.obj :  .AUTODEPEND ..\..\src\generic\progdlgg.cpp
        $(CXX) -bt=nt -zq -fo=$^@ $(CORELIB_CXXFLAGS) $<\r
 !endif\r
 \r
+!ifeq USE_GUI 1\r
+$(OBJS)\corelib_preferencesg.obj :  .AUTODEPEND ..\..\src\generic\preferencesg.cpp\r
+       $(CXX) -bt=nt -zq -fo=$^@ $(CORELIB_CXXFLAGS) $<\r
+!endif\r
+\r
 !ifeq USE_GUI 1\r
 $(OBJS)\corelib_printps.obj :  .AUTODEPEND ..\..\src\generic\printps.cpp\r
        $(CXX) -bt=nt -zq -fo=$^@ $(CORELIB_CXXFLAGS) $<\r
index f329910d8c64993f6bfbe64804211917e4e697a9..32220f5cf9a3cfc159573c5d8dac3d21acda962e 100644 (file)
-# Microsoft Developer Studio Project File - Name="wx_core" - Package Owner=<4>\r
-# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
-# ** DO NOT EDIT **\r
-\r
-# TARGTYPE "Win32 (x86) Static Library" 0x0104\r
+# Microsoft Developer Studio Project File - Name="wx_core" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Static Library" 0x0104
 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-\r
-CFG=core - Win32 Debug\r
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
-!MESSAGE use the Export Makefile command and run\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "wx_core.mak".\r
-!MESSAGE \r
-!MESSAGE You can specify a configuration when running NMAKE\r
-!MESSAGE by defining the macro CFG on the command line. For example:\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "wx_core.mak" CFG="core - Win32 Debug"\r
-!MESSAGE \r
-!MESSAGE Possible choices for configuration are:\r
-!MESSAGE \r
-!MESSAGE "core - Win32 DLL Release" (based on "Win32 (x86) Dynamic-Link Library")\r
-!MESSAGE "core - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library")\r
-!MESSAGE "core - Win32 Release" (based on "Win32 (x86) Static Library")\r
-!MESSAGE "core - Win32 Debug" (based on "Win32 (x86) Static Library")\r
-!MESSAGE \r
-\r
-# Begin Project\r
-# PROP AllowPerConfigDependencies 0\r
-# PROP Scc_ProjName ""\r
-# PROP Scc_LocalPath ""\r
-CPP=cl.exe\r
-RSC=rc.exe\r
-\r
+
+CFG=core - Win32 Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE 
+!MESSAGE NMAKE /f "wx_core.mak".
+!MESSAGE 
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE 
+!MESSAGE NMAKE /f "wx_core.mak" CFG="core - Win32 Debug"
+!MESSAGE 
+!MESSAGE Possible choices for configuration are:
+!MESSAGE 
+!MESSAGE "core - Win32 DLL Release" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "core - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "core - Win32 Release" (based on "Win32 (x86) Static Library")
+!MESSAGE "core - Win32 Debug" (based on "Win32 (x86) Static Library")
+!MESSAGE 
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+RSC=rc.exe
+
 !IF  "$(CFG)" == "core - Win32 DLL Release"
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 1\r
-# PROP BASE Output_Dir "..\..\lib\vc_dll"\r
-# PROP BASE Intermediate_Dir "vc_mswudll\core"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 1\r
-# PROP Output_Dir "..\..\lib\vc_dll"\r
-# PROP Intermediate_Dir "vc_mswudll\core"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_coredll.pch" /Zi /Fd..\..\lib\vc_dll\wxmsw295u_core_vc_custom.pdb /opt:ref /opt:icf /I "..\..\src\tiff\libtiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "NDEBUG" /D "_UNICODE" /D "WXBUILDING" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /c\r
-# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_coredll.pch" /Zi /Fd..\..\lib\vc_dll\wxmsw295u_core_vc_custom.pdb /opt:ref /opt:icf /I "..\..\src\tiff\libtiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "NDEBUG" /D "_UNICODE" /D "WXBUILDING" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /c\r
-# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "NDEBUG" /D "_UNICODE" /D "WXBUILDING" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /mktyplib203 /win32\r
-# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "NDEBUG" /D "_UNICODE" /D "WXBUILDING" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /mktyplib203 /win32\r
-# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "NDEBUG" /d "_UNICODE" /i "..\..\lib\vc_dll\mswu" /i "..\..\include" /d "WXBUILDING" /d WXDLLNAME=wxmsw295u_core_vc_custom /i "..\..\src\tiff\libtiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d "WXMAKINGDLL_CORE" /d wxUSE_BASE=0\r
-# ADD RSC /l 0x409 /d "__WXMSW__" /d "NDEBUG" /d "_UNICODE" /i "..\..\lib\vc_dll\mswu" /i "..\..\include" /d "WXBUILDING" /d WXDLLNAME=wxmsw295u_core_vc_custom /i "..\..\src\tiff\libtiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d "WXMAKINGDLL_CORE" /d wxUSE_BASE=0\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=link.exe\r
-# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase29u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw295u_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw29u_core.lib" /debug /pdb:"..\..\lib\vc_dll\wxmsw295u_core_vc_custom.pdb"\r
-# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase29u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw295u_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw29u_core.lib" /debug /pdb:"..\..\lib\vc_dll\wxmsw295u_core_vc_custom.pdb"\r
-\r
-!ELSEIF  "$(CFG)" == "core - Win32 DLL Debug"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 1\r
-# PROP BASE Output_Dir "..\..\lib\vc_dll"\r
-# PROP BASE Intermediate_Dir "vc_mswuddll\core"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 1\r
-# PROP Output_Dir "..\..\lib\vc_dll"\r
-# PROP Intermediate_Dir "vc_mswuddll\core"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /FD /MDd /Od /Gm /GR /EHsc /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_coredll.pch" /Zi /Fd..\..\lib\vc_dll\wxmsw295ud_core_vc_custom.pdb /I "..\..\src\tiff\libtiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "_UNICODE" /D "WXBUILDING" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /c\r
-# ADD CPP /nologo /FD /MDd /Od /Gm /GR /EHsc /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_coredll.pch" /Zi /Fd..\..\lib\vc_dll\wxmsw295ud_core_vc_custom.pdb /I "..\..\src\tiff\libtiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "_UNICODE" /D "WXBUILDING" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /c\r
-# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "_UNICODE" /D "WXBUILDING" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /mktyplib203 /win32\r
-# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "_UNICODE" /D "WXBUILDING" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /mktyplib203 /win32\r
-# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswud" /i "..\..\include" /d "WXBUILDING" /d WXDLLNAME=wxmsw295ud_core_vc_custom /i "..\..\src\tiff\libtiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d "WXMAKINGDLL_CORE" /d wxUSE_BASE=0\r
-# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswud" /i "..\..\include" /d "WXBUILDING" /d WXDLLNAME=wxmsw295ud_core_vc_custom /i "..\..\src\tiff\libtiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d "WXMAKINGDLL_CORE" /d wxUSE_BASE=0\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=link.exe\r
-# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase29ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw295ud_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw29ud_core.lib" /debug /pdb:"..\..\lib\vc_dll\wxmsw295ud_core_vc_custom.pdb"\r
-# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase29ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw295ud_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw29ud_core.lib" /debug /pdb:"..\..\lib\vc_dll\wxmsw295ud_core_vc_custom.pdb"\r
-\r
-!ELSEIF  "$(CFG)" == "core - Win32 Release"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 1\r
-# PROP BASE Output_Dir "..\..\lib\vc_lib"\r
-# PROP BASE Intermediate_Dir "vc_mswu\core"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 1\r
-# PROP Output_Dir "..\..\lib\vc_lib"\r
-# PROP Intermediate_Dir "vc_mswu\core"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /W4 /Zi /Fd..\..\lib\vc_lib\wxmsw29u_core.pdb /opt:ref /opt:icf /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_corelib.pch" /I "..\..\src\tiff\libtiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "NDEBUG" /D "_UNICODE" /D "WXBUILDING" /D wxUSE_BASE=0 /c\r
-# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /W4 /Zi /Fd..\..\lib\vc_lib\wxmsw29u_core.pdb /opt:ref /opt:icf /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_corelib.pch" /I "..\..\src\tiff\libtiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "NDEBUG" /D "_UNICODE" /D "WXBUILDING" /D wxUSE_BASE=0 /c\r
-# ADD BASE RSC /l 0x409\r
-# ADD RSC /l 0x409\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LIB32=link.exe -lib\r
-# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw29u_core.lib"\r
-# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw29u_core.lib"\r
-\r
-!ELSEIF  "$(CFG)" == "core - Win32 Debug"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 1\r
-# PROP BASE Output_Dir "..\..\lib\vc_lib"\r
-# PROP BASE Intermediate_Dir "vc_mswud\core"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 1\r
-# PROP Output_Dir "..\..\lib\vc_lib"\r
-# PROP Intermediate_Dir "vc_mswud\core"\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /FD /MDd /Od /Gm /GR /EHsc /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /W4 /Zi /Fd..\..\lib\vc_lib\wxmsw29ud_core.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_corelib.pch" /I "..\..\src\tiff\libtiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "_UNICODE" /D "WXBUILDING" /D wxUSE_BASE=0 /c\r
-# ADD CPP /nologo /FD /MDd /Od /Gm /GR /EHsc /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /W4 /Zi /Fd..\..\lib\vc_lib\wxmsw29ud_core.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_corelib.pch" /I "..\..\src\tiff\libtiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "_UNICODE" /D "WXBUILDING" /D wxUSE_BASE=0 /c\r
-# ADD BASE RSC /l 0x409\r
-# ADD RSC /l 0x409\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LIB32=link.exe -lib\r
-# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw29ud_core.lib"\r
-# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw29ud_core.lib"\r
-\r
-!ENDIF\r
-\r
-# Begin Target\r
-\r
-# Name "core - Win32 DLL Release"\r
-# Name "core - Win32 DLL Debug"\r
-# Name "core - Win32 Release"\r
-# Name "core - Win32 Debug"\r
-# Begin Group "Common Sources"\r
-\r
-# PROP Default_Filter ""\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\accelcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\accesscmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\affinematrix2d.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\anidecod.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\appcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\artprov.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\artstd.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\arttango.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\bmpbase.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\bmpbtncmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\bookctrl.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\btncmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\cairo.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\checkboxcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\checklstcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\choiccmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\clipcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\clrpickercmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\cmdproc.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\cmndata.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\colourcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\colourdata.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\combocmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\containr.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\cshelp.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\ctrlcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\ctrlsub.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\dcbase.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\dcbufcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\dcgraph.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\dcsvg.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\dirctrlcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\dlgcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\dndcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\dobjcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\docmdi.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\docview.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\dpycmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\dseldlg.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\dummy.cpp\r
-# ADD BASE CPP /Yc"wx/wxprec.h"\r
-# ADD CPP /Yc"wx/wxprec.h"\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\effects.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\event.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\fddlgcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\filectrlcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\filehistorycmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\filepickercmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\fldlgcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\fontcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\fontdata.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\fontenumcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\fontmap.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\fontpickercmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\fontutilcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\framecmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\fs_mem.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\gaugecmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\gbsizer.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\gdicmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\geometry.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\gifdecod.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\graphcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\headercolcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\headerctrlcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\helpbase.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\iconbndl.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\imagall.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\imagbmp.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\image.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\imagfill.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\imaggif.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\imagiff.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\imagjpeg.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\imagpcx.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\imagpng.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\imagpnm.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\imagtga.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\imagtiff.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\imagxpm.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\layout.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\lboxcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\listctrlcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\markupparser.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\matrix.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\menucmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\mousemanager.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\msgout.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\nbkbase.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\overlaycmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\ownerdrwcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\panelcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\paper.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\persist.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\pickerbase.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\popupcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\prntbase.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\quantize.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\radiobtncmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\radiocmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\rearrangectrl.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\rendcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\rgncmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\scrolbarcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\settcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\sizer.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\slidercmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\spinbtncmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\spinctrlcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\srchcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\statbar.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\statbmpcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\statboxcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\statlinecmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\stattextcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\stockitem.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\tbarbase.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\textcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\textentrycmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\textmeasurecmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\toplvcmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\treebase.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\uiactioncmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\utilscmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\valgen.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\validate.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\valnum.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\valtext.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\wincmn.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\windowid.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\wrapsizer.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\common\xpmdecod.cpp\r
-# End Source File\r
-# End Group\r
-# Begin Group "MSW Sources"\r
-\r
-# PROP Default_Filter ""\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\msw\accel.cpp\r
-# End Source File
-# Begin Source File
-\r
-SOURCE=..\..\src\msw\ole\access.cpp
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "..\..\lib\vc_dll"
+# PROP BASE Intermediate_Dir "vc_mswudll\core"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "..\..\lib\vc_dll"
+# PROP Intermediate_Dir "vc_mswudll\core"
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_coredll.pch" /Zi /Fd..\..\lib\vc_dll\wxmsw295u_core_vc_custom.pdb /opt:ref /opt:icf /I "..\..\src\tiff\libtiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "NDEBUG" /D "_UNICODE" /D "WXBUILDING" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /c
+# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_coredll.pch" /Zi /Fd..\..\lib\vc_dll\wxmsw295u_core_vc_custom.pdb /opt:ref /opt:icf /I "..\..\src\tiff\libtiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "NDEBUG" /D "_UNICODE" /D "WXBUILDING" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /c
+# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "NDEBUG" /D "_UNICODE" /D "WXBUILDING" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /mktyplib203 /win32
+# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "NDEBUG" /D "_UNICODE" /D "WXBUILDING" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /mktyplib203 /win32
+# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "NDEBUG" /d "_UNICODE" /i "..\..\lib\vc_dll\mswu" /i "..\..\include" /d "WXBUILDING" /d WXDLLNAME=wxmsw295u_core_vc_custom /i "..\..\src\tiff\libtiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d "WXMAKINGDLL_CORE" /d wxUSE_BASE=0
+# ADD RSC /l 0x409 /d "__WXMSW__" /d "NDEBUG" /d "_UNICODE" /i "..\..\lib\vc_dll\mswu" /i "..\..\include" /d "WXBUILDING" /d WXDLLNAME=wxmsw295u_core_vc_custom /i "..\..\src\tiff\libtiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d "WXMAKINGDLL_CORE" /d wxUSE_BASE=0
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase29u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw295u_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw29u_core.lib" /debug /pdb:"..\..\lib\vc_dll\wxmsw295u_core_vc_custom.pdb"
+# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase29u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw295u_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw29u_core.lib" /debug /pdb:"..\..\lib\vc_dll\wxmsw295u_core_vc_custom.pdb"
+
+!ELSEIF  "$(CFG)" == "core - Win32 DLL Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "..\..\lib\vc_dll"
+# PROP BASE Intermediate_Dir "vc_mswuddll\core"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "..\..\lib\vc_dll"
+# PROP Intermediate_Dir "vc_mswuddll\core"
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /FD /MDd /Od /Gm /GR /EHsc /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_coredll.pch" /Zi /Fd..\..\lib\vc_dll\wxmsw295ud_core_vc_custom.pdb /I "..\..\src\tiff\libtiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "_UNICODE" /D "WXBUILDING" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /c
+# ADD CPP /nologo /FD /MDd /Od /Gm /GR /EHsc /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_coredll.pch" /Zi /Fd..\..\lib\vc_dll\wxmsw295ud_core_vc_custom.pdb /I "..\..\src\tiff\libtiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "_UNICODE" /D "WXBUILDING" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /c
+# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "_UNICODE" /D "WXBUILDING" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /mktyplib203 /win32
+# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "_UNICODE" /D "WXBUILDING" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /mktyplib203 /win32
+# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswud" /i "..\..\include" /d "WXBUILDING" /d WXDLLNAME=wxmsw295ud_core_vc_custom /i "..\..\src\tiff\libtiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d "WXMAKINGDLL_CORE" /d wxUSE_BASE=0
+# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswud" /i "..\..\include" /d "WXBUILDING" /d WXDLLNAME=wxmsw295ud_core_vc_custom /i "..\..\src\tiff\libtiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d "WXMAKINGDLL_CORE" /d wxUSE_BASE=0
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase29ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw295ud_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw29ud_core.lib" /debug /pdb:"..\..\lib\vc_dll\wxmsw295ud_core_vc_custom.pdb"
+# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase29ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw295ud_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw29ud_core.lib" /debug /pdb:"..\..\lib\vc_dll\wxmsw295ud_core_vc_custom.pdb"
+
+!ELSEIF  "$(CFG)" == "core - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "..\..\lib\vc_lib"
+# PROP BASE Intermediate_Dir "vc_mswu\core"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "..\..\lib\vc_lib"
+# PROP Intermediate_Dir "vc_mswu\core"
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /W4 /Zi /Fd..\..\lib\vc_lib\wxmsw29u_core.pdb /opt:ref /opt:icf /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_corelib.pch" /I "..\..\src\tiff\libtiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "NDEBUG" /D "_UNICODE" /D "WXBUILDING" /D wxUSE_BASE=0 /c
+# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /W4 /Zi /Fd..\..\lib\vc_lib\wxmsw29u_core.pdb /opt:ref /opt:icf /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_corelib.pch" /I "..\..\src\tiff\libtiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "NDEBUG" /D "_UNICODE" /D "WXBUILDING" /D wxUSE_BASE=0 /c
+# ADD BASE RSC /l 0x409
+# ADD RSC /l 0x409
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw29u_core.lib"
+# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw29u_core.lib"
+
+!ELSEIF  "$(CFG)" == "core - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "..\..\lib\vc_lib"
+# PROP BASE Intermediate_Dir "vc_mswud\core"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "..\..\lib\vc_lib"
+# PROP Intermediate_Dir "vc_mswud\core"
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /FD /MDd /Od /Gm /GR /EHsc /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /W4 /Zi /Fd..\..\lib\vc_lib\wxmsw29ud_core.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_corelib.pch" /I "..\..\src\tiff\libtiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "_UNICODE" /D "WXBUILDING" /D wxUSE_BASE=0 /c
+# ADD CPP /nologo /FD /MDd /Od /Gm /GR /EHsc /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /W4 /Zi /Fd..\..\lib\vc_lib\wxmsw29ud_core.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_corelib.pch" /I "..\..\src\tiff\libtiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "_UNICODE" /D "WXBUILDING" /D wxUSE_BASE=0 /c
+# ADD BASE RSC /l 0x409
+# ADD RSC /l 0x409
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw29ud_core.lib"
+# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw29ud_core.lib"
+
+!ENDIF
+
+# Begin Target
+
+# Name "core - Win32 DLL Release"
+# Name "core - Win32 DLL Debug"
+# Name "core - Win32 Release"
+# Name "core - Win32 Debug"
+# Begin Group "Common Sources"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=..\..\src\common\accelcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\ole\activex.cpp
+
+SOURCE=..\..\src\common\accesscmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\anybutton.cpp
+
+SOURCE=..\..\src\common\affinematrix2d.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\app.cpp
+
+SOURCE=..\..\src\common\anidecod.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\artmsw.cpp
+
+SOURCE=..\..\src\common\appcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\ole\automtn.cpp
+
+SOURCE=..\..\src\common\artprov.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\bitmap.cpp
+
+SOURCE=..\..\src\common\artstd.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\bmpbuttn.cpp
+
+SOURCE=..\..\src\common\arttango.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\brush.cpp
+
+SOURCE=..\..\src\common\bmpbase.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\button.cpp
+
+SOURCE=..\..\src\common\bmpbtncmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\caret.cpp
+
+SOURCE=..\..\src\common\bookctrl.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\checkbox.cpp
+
+SOURCE=..\..\src\common\btncmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\checklst.cpp
+
+SOURCE=..\..\src\common\cairo.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\choice.cpp
+
+SOURCE=..\..\src\common\checkboxcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\clipbrd.cpp
+
+SOURCE=..\..\src\common\checklstcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\colordlg.cpp
+
+SOURCE=..\..\src\common\choiccmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\colour.cpp
+
+SOURCE=..\..\src\common\clipcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\combo.cpp
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\msw\combobox.cpp
+
+SOURCE=..\..\src\common\clrpickercmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\control.cpp
+
+SOURCE=..\..\src\common\cmdproc.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\cursor.cpp
+
+SOURCE=..\..\src\common\cmndata.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\data.cpp
+
+SOURCE=..\..\src\common\colourcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\ole\dataobj.cpp
+
+SOURCE=..\..\src\common\colourdata.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\dc.cpp
+
+SOURCE=..\..\src\common\combocmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\dcclient.cpp
+
+SOURCE=..\..\src\common\containr.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\dcmemory.cpp
+
+SOURCE=..\..\src\common\cshelp.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\dcprint.cpp
+
+SOURCE=..\..\src\common\ctrlcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\dcscreen.cpp
+
+SOURCE=..\..\src\common\ctrlsub.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\dialog.cpp
+
+SOURCE=..\..\src\common\dcbase.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\dialup.cpp
+
+SOURCE=..\..\src\common\dcbufcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\dib.cpp
+
+SOURCE=..\..\src\common\dcgraph.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\dirdlg.cpp
+
+SOURCE=..\..\src\common\dcsvg.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\display.cpp
+
+SOURCE=..\..\src\common\dirctrlcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\dragimag.cpp
+
+SOURCE=..\..\src\common\dlgcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\ole\dropsrc.cpp
+
+SOURCE=..\..\src\common\dndcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\ole\droptgt.cpp
+
+SOURCE=..\..\src\common\dobjcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\enhmeta.cpp
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\msw\evtloop.cpp
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\msw\fdrepdlg.cpp
+
+SOURCE=..\..\src\common\docmdi.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\filedlg.cpp
+
+SOURCE=..\..\src\common\docview.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\font.cpp
+
+SOURCE=..\..\src\common\dpycmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\fontdlg.cpp
+
+SOURCE=..\..\src\common\dseldlg.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\fontenum.cpp
+
+SOURCE=..\..\src\common\dummy.cpp
+# ADD BASE CPP /Yc"wx/wxprec.h"
+# ADD CPP /Yc"wx/wxprec.h"
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\fontutil.cpp
+
+SOURCE=..\..\src\common\effects.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\frame.cpp
+
+SOURCE=..\..\src\common\event.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\gauge.cpp
+
+SOURCE=..\..\src\common\fddlgcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\gdiimage.cpp
+
+SOURCE=..\..\src\common\filectrlcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\gdiobj.cpp
+
+SOURCE=..\..\src\common\filehistorycmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\gdiplus.cpp
+
+SOURCE=..\..\src\common\filepickercmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\graphics.cpp
+
+SOURCE=..\..\src\common\fldlgcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\headerctrl.cpp
+
+SOURCE=..\..\src\common\fontcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\helpchm.cpp
+
+SOURCE=..\..\src\common\fontdata.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\helpwin.cpp
+
+SOURCE=..\..\src\common\fontenumcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\icon.cpp
+
+SOURCE=..\..\src\common\fontmap.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\imaglist.cpp
+
+SOURCE=..\..\src\common\fontpickercmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\iniconf.cpp
+
+SOURCE=..\..\src\common\fontutilcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\listbox.cpp
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\msw\listctrl.cpp
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\msw\main.cpp
+
+SOURCE=..\..\src\common\framecmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\mdi.cpp
+
+SOURCE=..\..\src\common\fs_mem.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\menu.cpp
+
+SOURCE=..\..\src\common\gaugecmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\menuitem.cpp
+
+SOURCE=..\..\src\common\gbsizer.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\metafile.cpp
+
+SOURCE=..\..\src\common\gdicmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\minifram.cpp
+
+SOURCE=..\..\src\common\geometry.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\msgdlg.cpp
+
+SOURCE=..\..\src\common\gifdecod.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\mslu.cpp
+
+SOURCE=..\..\src\common\graphcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\nativdlg.cpp
+
+SOURCE=..\..\src\common\headercolcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\nativewin.cpp
+
+SOURCE=..\..\src\common\headerctrlcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\nonownedwnd.cpp
+
+SOURCE=..\..\src\common\helpbase.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\notebook.cpp
+
+SOURCE=..\..\src\common\iconbndl.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\ole\oleutils.cpp
+
+SOURCE=..\..\src\common\imagall.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\ownerdrw.cpp
+
+SOURCE=..\..\src\common\imagbmp.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\palette.cpp
+
+SOURCE=..\..\src\common\image.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\panel.cpp
+
+SOURCE=..\..\src\common\imagfill.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\pen.cpp
+
+SOURCE=..\..\src\common\imaggif.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\popupwin.cpp
+
+SOURCE=..\..\src\common\imagiff.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\printdlg.cpp
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\msw\printwin.cpp
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\msw\progdlg.cpp
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\msw\radiobox.cpp
+
+SOURCE=..\..\src\common\imagjpeg.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\radiobut.cpp
+
+SOURCE=..\..\src\common\imagpcx.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\region.cpp
+
+SOURCE=..\..\src\common\imagpng.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\renderer.cpp
+
+SOURCE=..\..\src\common\imagpnm.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\richmsgdlg.cpp
+
+SOURCE=..\..\src\common\imagtga.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\ole\safearray.cpp
+
+SOURCE=..\..\src\common\imagtiff.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\scrolbar.cpp
+
+SOURCE=..\..\src\common\imagxpm.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\settings.cpp
+
+SOURCE=..\..\src\common\layout.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\slider.cpp
+
+SOURCE=..\..\src\common\lboxcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\spinbutt.cpp
+
+SOURCE=..\..\src\common\listctrlcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\spinctrl.cpp
+
+SOURCE=..\..\src\common\markupparser.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\statbmp.cpp
+
+SOURCE=..\..\src\common\matrix.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\statbox.cpp
+
+SOURCE=..\..\src\common\menucmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\statline.cpp
+
+SOURCE=..\..\src\common\mousemanager.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\stattext.cpp
+
+SOURCE=..\..\src\common\msgout.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\statusbar.cpp
+
+SOURCE=..\..\src\common\nbkbase.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\textctrl.cpp
+
+SOURCE=..\..\src\common\overlaycmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\textentry.cpp
+
+SOURCE=..\..\src\common\ownerdrwcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\textmeasure.cpp
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\msw\tglbtn.cpp
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\msw\toolbar.cpp
+
+SOURCE=..\..\src\common\panelcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\tooltip.cpp
+
+SOURCE=..\..\src\common\paper.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\toplevel.cpp
+
+SOURCE=..\..\src\common\persist.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\treectrl.cpp
+
+SOURCE=..\..\src\common\pickerbase.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\uiaction.cpp
+
+SOURCE=..\..\src\common\popupcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\utilsgui.cpp
+
+SOURCE=..\..\src\common\preferencescmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\utilswin.cpp
+
+SOURCE=..\..\src\common\prntbase.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\ole\uuid.cpp
+
+SOURCE=..\..\src\common\quantize.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\uxtheme.cpp
+
+SOURCE=..\..\src\common\radiobtncmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\msw\version.rc
-\r
-!IF  "$(CFG)" == "core - Win32 DLL Release"
-\r
-\r
-!ELSEIF  "$(CFG)" == "core - Win32 DLL Debug"
 
-\r
-!ELSEIF  "$(CFG)" == "core - Win32 Release"\r
-\r
-# PROP Exclude_From_Build 1
-\r
-!ELSEIF  "$(CFG)" == "core - Win32 Debug"\r
-\r
-# PROP Exclude_From_Build 1
-\r
-!ENDIF\r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\msw\volume.cpp
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\msw\window.cpp
+SOURCE=..\..\src\common\radiocmn.cpp
 # End Source File
-# End Group
-# Begin Group "Generic Sources"
-\r
-# PROP Default_Filter ""
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\busyinfo.cpp
+
+SOURCE=..\..\src\common\rearrangectrl.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\buttonbar.cpp
+
+SOURCE=..\..\src\common\rendcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\choicbkg.cpp
+
+SOURCE=..\..\src\common\rgncmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\choicdgg.cpp
+
+SOURCE=..\..\src\common\scrolbarcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\clrpickerg.cpp
+
+SOURCE=..\..\src\common\settcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\collpaneg.cpp
+
+SOURCE=..\..\src\common\sizer.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\combog.cpp
+
+SOURCE=..\..\src\common\slidercmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\dcpsg.cpp
+
+SOURCE=..\..\src\common\spinbtncmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\dirctrlg.cpp
+
+SOURCE=..\..\src\common\spinctrlcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\dragimgg.cpp
+
+SOURCE=..\..\src\common\srchcmn.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\filectrlg.cpp
+
+SOURCE=..\..\src\common\statbar.cpp
 # End Source File
 # Begin Source File
-\r
+
+SOURCE=..\..\src\common\statbmpcmn.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\common\statboxcmn.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\common\statlinecmn.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\common\stattextcmn.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\common\stockitem.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\common\tbarbase.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\common\textcmn.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\common\textentrycmn.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\common\textmeasurecmn.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\common\toplvcmn.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\common\treebase.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\common\uiactioncmn.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\common\utilscmn.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\common\valgen.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\common\validate.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\common\valnum.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\common\valtext.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\common\wincmn.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\common\windowid.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\common\wrapsizer.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\common\xpmdecod.cpp
+# End Source File
+# End Group
+# Begin Group "MSW Sources"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=..\..\src\msw\accel.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\ole\access.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\ole\activex.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\anybutton.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\app.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\artmsw.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\ole\automtn.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\bitmap.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\bmpbuttn.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\brush.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\button.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\caret.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\checkbox.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\checklst.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\choice.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\clipbrd.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\colordlg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\colour.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\combo.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\combobox.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\control.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\cursor.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\data.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\ole\dataobj.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\dc.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\dcclient.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\dcmemory.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\dcprint.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\dcscreen.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\dialog.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\dialup.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\dib.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\dirdlg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\display.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\dragimag.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\ole\dropsrc.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\ole\droptgt.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\enhmeta.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\evtloop.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\fdrepdlg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\filedlg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\font.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\fontdlg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\fontenum.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\fontutil.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\frame.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\gauge.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\gdiimage.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\gdiobj.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\gdiplus.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\graphics.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\headerctrl.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\helpchm.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\helpwin.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\icon.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\imaglist.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\iniconf.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\listbox.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\listctrl.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\main.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\mdi.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\menu.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\menuitem.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\metafile.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\minifram.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\msgdlg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\mslu.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\nativdlg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\nativewin.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\nonownedwnd.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\notebook.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\ole\oleutils.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\ownerdrw.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\palette.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\panel.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\pen.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\popupwin.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\printdlg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\printwin.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\progdlg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\radiobox.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\radiobut.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\region.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\renderer.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\richmsgdlg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\ole\safearray.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\scrolbar.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\settings.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\slider.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\spinbutt.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\spinctrl.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\statbmp.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\statbox.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\statline.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\stattext.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\statusbar.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\textctrl.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\textentry.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\textmeasure.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\tglbtn.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\toolbar.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\tooltip.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\toplevel.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\treectrl.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\uiaction.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\utilsgui.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\utilswin.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\ole\uuid.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\uxtheme.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\version.rc
+
+!IF  "$(CFG)" == "core - Win32 DLL Release"
+
+
+!ELSEIF  "$(CFG)" == "core - Win32 DLL Debug"
+
+
+!ELSEIF  "$(CFG)" == "core - Win32 Release"
+
+# PROP Exclude_From_Build 1
+
+!ELSEIF  "$(CFG)" == "core - Win32 Debug"
+
+# PROP Exclude_From_Build 1
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\volume.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\msw\window.cpp
+# End Source File
+# End Group
+# Begin Group "Generic Sources"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=..\..\src\generic\busyinfo.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\buttonbar.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\choicbkg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\choicdgg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\clrpickerg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\collpaneg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\combog.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\dcpsg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\dirctrlg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\dragimgg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\filectrlg.cpp
+# End Source File
+# Begin Source File
+
 SOURCE=..\..\src\generic\filepickerg.cpp
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\fontpickerg.cpp
+
+SOURCE=..\..\src\generic\fontpickerg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\graphicc.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\headerctrlg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\infobar.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\listbkg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\logg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\markuptext.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\msgdlgg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\numdlgg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\preferencesg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\printps.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\prntdlgg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\progdlgg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\renderg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\richmsgdlgg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\scrlwing.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\selstore.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\spinctlg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\splitter.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\srchctlg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\statbmpg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\stattextg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\statusbr.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\textdlgg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\tipwin.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\toolbkg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\treebkg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\treectlg.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\vlbox.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\generic\vscroll.cpp
+# End Source File
+# End Group
+# Begin Group "Setup Headers"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\setup.h
+
+!IF  "$(CFG)" == "core - Win32 DLL Release"
+
+# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h
+InputPath=..\..\include\wx\msw\setup.h
+
+"..\..\lib\vc_dll\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+       copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h
+
+# End Custom Build
+
+!ELSEIF  "$(CFG)" == "core - Win32 DLL Debug"
+
+# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h
+InputPath=..\..\include\wx\msw\setup.h
+
+"..\..\lib\vc_dll\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+       copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h
+
+# End Custom Build
+
+!ELSEIF  "$(CFG)" == "core - Win32 Release"
+
+# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h
+InputPath=..\..\include\wx\msw\setup.h
+
+"..\..\lib\vc_lib\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+       copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h
+
+# End Custom Build
+
+!ELSEIF  "$(CFG)" == "core - Win32 Debug"
+
+# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h
+InputPath=..\..\include\wx\msw\setup.h
+
+"..\..\lib\vc_lib\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+       copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h
+
+# End Custom Build
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\univ\setup.h
+
+!IF  "$(CFG)" == "core - Win32 DLL Release"
+
+# Begin Custom Build - 
+
+# End Custom Build
+
+!ELSEIF  "$(CFG)" == "core - Win32 DLL Debug"
+
+# Begin Custom Build - 
+
+# End Custom Build
+
+!ELSEIF  "$(CFG)" == "core - Win32 Release"
+
+# Begin Custom Build - 
+
+# End Custom Build
+
+!ELSEIF  "$(CFG)" == "core - Win32 Debug"
+
+# Begin Custom Build - 
+
+# End Custom Build
+
+!ENDIF
+
+# End Source File
+# End Group
+# Begin Group "MSW Headers"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\accel.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\ole\access.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\ole\activex.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\anybutton.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\app.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\ole\automtn.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\bitmap.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\bmpbuttn.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\bmpcbox.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\brush.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\button.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\calctrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\caret.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\checkbox.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\checklst.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\choice.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\clipbrd.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\colordlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\colour.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\combo.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\combobox.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\commandlinkbutton.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\control.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\ctrlsub.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\cursor.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\custombgwin.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\ole\dataform.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\ole\dataobj.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\ole\dataobj2.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\datectrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\datetimectrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\dc.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\dcclient.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\dcmemory.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\dcprint.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\dcscreen.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\dialog.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\dib.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\dirdlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\dragimag.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\ole\dropsrc.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\ole\droptgt.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\enhmeta.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\evtloop.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\fdrepdlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\filedlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\font.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\fontdlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\frame.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\gauge.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\gdiimage.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\genrcdefs.h
+
+!IF  "$(CFG)" == "core - Win32 DLL Release"
+
+# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h
+InputPath=..\..\include\wx\msw\genrcdefs.h
+
+"..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "..\..\lib\vc_dll\mswu\wx\msw"
+       cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
+
+# End Custom Build
+
+!ELSEIF  "$(CFG)" == "core - Win32 DLL Debug"
+
+# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h
+InputPath=..\..\include\wx\msw\genrcdefs.h
+
+"..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "..\..\lib\vc_dll\mswud\wx\msw"
+       cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
+
+# End Custom Build
+
+!ELSEIF  "$(CFG)" == "core - Win32 Release"
+
+# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h
+InputPath=..\..\include\wx\msw\genrcdefs.h
+
+"..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "..\..\lib\vc_lib\mswu\wx\msw"
+       cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
+
+# End Custom Build
+
+!ELSEIF  "$(CFG)" == "core - Win32 Debug"
+
+# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h
+InputPath=..\..\include\wx\msw\genrcdefs.h
+
+"..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "..\..\lib\vc_lib\mswud\wx\msw"
+       cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
+
+# End Custom Build
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\glcanvas.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\headerctrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\helpbest.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\helpchm.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\helpwin.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\htmlhelp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\hyperlink.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\icon.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\imaglist.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\iniconf.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\init.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\joystick.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\listbox.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\listctrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\mdi.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\menu.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\menuitem.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\metafile.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\minifram.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\missing.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\msgdlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\msvcrt.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\nonownedwnd.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\notebook.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\notifmsg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\ole\oleutils.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\ownerdrw.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\palette.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\panel.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\pen.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\popupwin.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\printdlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\printwin.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\progdlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\radiobox.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\radiobut.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\rcdefs.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\region.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\richmsgdlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\ole\safearray.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\scrolbar.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\slider.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\sound.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\spinbutt.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\spinctrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\statbmp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\statbox.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\statline.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\stattext.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\statusbar.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\taskbar.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\textctrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\textentry.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\tglbtn.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\timectrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\toolbar.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\tooltip.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\toplevel.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\treectrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\ole\uuid.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\uxtheme.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\uxthemep.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\webview_ie.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\webview_missing.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\webviewhistoryitem_ie.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msw\window.h
+# End Source File
+# End Group
+# Begin Group "Generic Headers"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\aboutdlgg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\accel.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\animate.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\bmpcbox.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\busyinfo.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\buttonbar.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\calctrlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\choicdgg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\clrpickerg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\collpaneg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\colrdlgg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\combo.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\custombgwin.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\dataview.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\datectrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\dcpsg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\dirctrlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\dragimgg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\dvrenderer.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\dvrenderers.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\filectrlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\filepickerg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\fontpickerg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\grid.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\gridctrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\grideditors.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\gridsel.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\headerctrlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\helpext.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\hyperlink.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\infobar.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\laywin.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\logg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\msgdlgg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\notebook.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\notifmsg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\numdlgg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\panelg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\printps.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\prntdlgg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\progdlgg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\propdlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\richmsgdlgg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\sashwin.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\scrolwin.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\spinctlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\splash.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\splitter.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\srchctlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\statbmpg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\stattextg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\textdlgg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\timectrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\treectlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\generic\wizard.h
+# End Source File
+# End Group
+# Begin Group "wxHTML Headers"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=..\..\include\wx\html\helpctrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\html\helpdata.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\html\helpdlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\html\helpfrm.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\html\helpwnd.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\html\htmlcell.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\html\htmldefs.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\html\htmlfilt.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\html\htmlpars.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\html\htmlproc.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\html\htmltag.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\html\htmlwin.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\html\htmprint.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\html\m_templ.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\html\styleparams.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\html\winpars.h
+# End Source File
+# End Group
+# Begin Group "Common Headers"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=..\..\include\wx\aboutdlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\accel.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\access.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\propgrid\advprops.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\affinematrix2d.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\affinematrix2dbase.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\anidecod.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\animate.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\animdecod.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\anybutton.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\ribbon\art.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\ribbon\art_internal.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\artprov.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\aui\aui.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\aui\auibar.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\aui\auibook.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\bannerwindow.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\ribbon\bar.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\bitmap.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\bmpbuttn.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\bmpcbox.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\bookctrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\persist\bookctrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\brush.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\busyinfo.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\button.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\ribbon\buttonbar.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\calctrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\caret.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\checkbox.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\checklst.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\choicdlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\choice.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\choicebk.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\clipbrd.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\clrpicker.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\cmdproc.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\cmndata.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\collpane.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\colordlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\colour.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\colourdata.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\combo.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\combobox.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\commandlinkbutton.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\compositewin.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\control.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\ribbon\control.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\cshelp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\ctrlsub.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\cursor.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\custombgwin.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\dataobj.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\dataview.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\datectrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\dateevt.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\datetimectrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\dc.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\dcbuffer.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\dcclient.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\dcgraph.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\dcmemory.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\dcmirror.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\dcprint.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\dcps.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\dcscreen.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\dcsvg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\debugrpt.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\dialog.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\dialup.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\dirctrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\dirdlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\display.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\display_impl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\dnd.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\aui\dockart.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\docmdi.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\docview.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\dragimag.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\dvrenderers.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\editlbox.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\propgrid\editors.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\effects.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\encinfo.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\evtloopsrc.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\fdrepdlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\filectrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\filedlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\filehistory.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\filepicker.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\aui\floatpane.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\fmappriv.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\font.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\fontdata.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\fontdlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\fontenum.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\fontpicker.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\fontutil.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\frame.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\aui\framemanager.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\ribbon\gallery.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\gauge.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\gbsizer.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\gdicmn.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\gdiobj.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\geometry.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\gifdecod.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\glcanvas.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\graphics.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\grid.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\headercol.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\headerctrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\help.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\helpbase.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\helphtml.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\helpwin.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\htmllbox.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\hyperlink.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\icon.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\iconbndl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\imagbmp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\image.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\imaggif.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\imagiff.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\imagjpeg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\imaglist.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\imagpcx.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\imagpng.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\imagpnm.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\imagtga.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\imagtiff.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\imagxpm.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\infobar.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\itemid.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\joystick.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\layout.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\laywin.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\listbase.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\listbook.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\listbox.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\listctrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\propgrid\manager.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\matrix.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\mdi.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\mediactrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\menu.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\menuitem.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\metafile.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\minifram.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\mousemanager.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\msgdlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\nativewin.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\nonownedwnd.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\notebook.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\notifmsg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\numdlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\odcombo.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\overlay.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\ownerdrw.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\ribbon\page.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\palette.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\panel.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\ribbon\panel.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\paper.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\pen.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\persist.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\pickerbase.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\popupwin.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\position.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\print.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\printdlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\prntbase.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\progdlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\propdlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\propgrid\property.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\propgrid\propgrid.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\propgrid\propgriddefs.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\propgrid\propgridiface.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\propgrid\propgridpagestate.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\propgrid\props.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\quantize.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\radiobox.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\radiobut.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\range.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\rawbmp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\rearrangectrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\region.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\renderer.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\richmsgdlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\richtext\richtextbackgroundpage.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\richtext\richtextborderspage.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\richtext\richtextbuffer.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\richtext\richtextbulletspage.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\richtext\richtextctrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\richtext\richtextdialogpage.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\richtext\richtextfontpage.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\richtext\richtextformatdlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\richtext\richtexthtml.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\richtext\richtextimagedlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\richtext\richtextindentspage.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\richtext\richtextliststylepage.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\richtext\richtextmarginspage.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\richtext\richtextprint.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\richtext\richtextsizepage.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\richtext\richtextstyledlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\richtext\richtextstylepage.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\richtext\richtextstyles.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\richtext\richtextsymboldlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\richtext\richtexttabspage.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\richtext\richtextuicustomization.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\richtext\richtextxml.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\richtooltip.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\sashwin.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\scopeguard.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\scrolbar.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\scrolwin.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\selstore.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\settings.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\simplebook.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\sizer.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\slider.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\sound.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\spinbutt.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\spinctrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\splash.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\persist\splitter.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\splitter.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\srchctrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\statbmp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\statbox.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\statline.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\stattext.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\statusbr.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\stc\stc.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\aui\tabart.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\aui\tabmdi.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\taskbar.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\tbarbase.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\textcompleter.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\textctrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\textdlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\textentry.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\textwrapper.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\tglbtn.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\timectrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\tipdlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\tipwin.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\ribbon\toolbar.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\toolbar.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\toolbook.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\tooltip.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\persist\toplevel.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\toplevel.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\treebase.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\persist\treebook.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\treebook.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\treectrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\treelist.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\uiaction.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\valgen.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\validate.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\valnum.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\valtext.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\vidmode.h
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\graphicc.cpp
+
+SOURCE=..\..\include\wx\vlbox.h
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\headerctrlg.cpp
+
+SOURCE=..\..\include\wx\vms_x_fix.h
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\infobar.cpp
+
+SOURCE=..\..\include\wx\vscroll.h
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\listbkg.cpp
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\generic\logg.cpp
+
+SOURCE=..\..\include\wx\webview.h
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\markuptext.cpp
+
+SOURCE=..\..\include\wx\webviewarchivehandler.h
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\msgdlgg.cpp
+
+SOURCE=..\..\include\wx\webviewfshandler.h
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\numdlgg.cpp
+
+SOURCE=..\..\include\wx\persist\window.h
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\printps.cpp
+
+SOURCE=..\..\include\wx\window.h
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\prntdlgg.cpp
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\generic\progdlgg.cpp
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\generic\renderg.cpp
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\generic\richmsgdlgg.cpp
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\generic\scrlwing.cpp
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\generic\selstore.cpp
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\generic\spinctlg.cpp
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\generic\splitter.cpp
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\generic\srchctlg.cpp
+
+SOURCE=..\..\include\wx\windowid.h
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\statbmpg.cpp
+
+SOURCE=..\..\include\wx\withimages.h
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\stattextg.cpp
+
+SOURCE=..\..\include\wx\wizard.h
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\statusbr.cpp
+
+SOURCE=..\..\include\wx\wrapsizer.h
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\textdlgg.cpp
+
+SOURCE=..\..\include\wx\wupdlock.h
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\tipwin.cpp
+
+SOURCE=..\..\include\wx\wxhtml.h
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\toolbkg.cpp
+
+SOURCE=..\..\include\wx\xrc\xh_all.h
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\treebkg.cpp
+
+SOURCE=..\..\include\wx\xrc\xh_animatctrl.h
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\treectlg.cpp
+
+SOURCE=..\..\include\wx\xrc\xh_auinotbk.h
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\vlbox.cpp
+
+SOURCE=..\..\include\wx\xrc\xh_bannerwindow.h
 # End Source File
 # Begin Source File
-\r
-SOURCE=..\..\src\generic\vscroll.cpp
-# End Source File\r
-# End Group\r
-# Begin Group "Setup Headers"\r
-\r
-# PROP Default_Filter ""\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\setup.h\r
-\r
-!IF  "$(CFG)" == "core - Win32 DLL Release"
-\r
-# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h\r
-InputPath=..\..\include\wx\msw\setup.h\r
-\r
-"..\..\lib\vc_dll\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
-       copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h\r
-\r
-# End Custom Build\r
-\r
-!ELSEIF  "$(CFG)" == "core - Win32 DLL Debug"\r
-\r
-# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h\r
-InputPath=..\..\include\wx\msw\setup.h\r
-\r
-"..\..\lib\vc_dll\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
-       copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h\r
-\r
-# End Custom Build\r
-\r
-!ELSEIF  "$(CFG)" == "core - Win32 Release"\r
-\r
-# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h\r
-InputPath=..\..\include\wx\msw\setup.h\r
-\r
-"..\..\lib\vc_lib\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
-       copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h\r
-\r
-# End Custom Build\r
-\r
-!ELSEIF  "$(CFG)" == "core - Win32 Debug"\r
-\r
-# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h\r
-InputPath=..\..\include\wx\msw\setup.h\r
-\r
-"..\..\lib\vc_lib\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
-       copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h\r
-\r
-# End Custom Build\r
-\r
-!ENDIF\r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\univ\setup.h\r
-\r
-!IF  "$(CFG)" == "core - Win32 DLL Release"
-\r
-# Begin Custom Build - \r
-\r
-# End Custom Build\r
-\r
-!ELSEIF  "$(CFG)" == "core - Win32 DLL Debug"\r
-\r
-# Begin Custom Build - \r
-\r
-# End Custom Build\r
-\r
-!ELSEIF  "$(CFG)" == "core - Win32 Release"\r
-\r
-# Begin Custom Build - \r
-\r
-# End Custom Build\r
-\r
-!ELSEIF  "$(CFG)" == "core - Win32 Debug"\r
-\r
-# Begin Custom Build - \r
-\r
-# End Custom Build\r
-\r
-!ENDIF\r
-\r
-# End Source File\r
-# End Group\r
-# Begin Group "MSW Headers"\r
-\r
-# PROP Default_Filter ""\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\accel.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\ole\access.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\ole\activex.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\anybutton.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\app.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\ole\automtn.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\bitmap.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\bmpbuttn.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\bmpcbox.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\brush.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\button.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\calctrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\caret.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\checkbox.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\checklst.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\choice.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\clipbrd.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\colordlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\colour.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\combo.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\combobox.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\commandlinkbutton.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\control.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\ctrlsub.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\cursor.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\custombgwin.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\ole\dataform.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\ole\dataobj.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\ole\dataobj2.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\datectrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\datetimectrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\dc.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\dcclient.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\dcmemory.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\dcprint.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\dcscreen.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\dialog.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\dib.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\dirdlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\dragimag.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\ole\dropsrc.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\ole\droptgt.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\enhmeta.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\evtloop.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\fdrepdlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\filedlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\font.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\fontdlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\frame.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\gauge.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\gdiimage.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\genrcdefs.h\r
-\r
-!IF  "$(CFG)" == "core - Win32 DLL Release"
-\r
-# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h\r
-InputPath=..\..\include\wx\msw\genrcdefs.h\r
-\r
-"..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "..\..\lib\vc_dll\mswu\wx\msw"\r
-       cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"\r
-\r
-# End Custom Build\r
-\r
-!ELSEIF  "$(CFG)" == "core - Win32 DLL Debug"\r
-\r
-# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h\r
-InputPath=..\..\include\wx\msw\genrcdefs.h\r
-\r
-"..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "..\..\lib\vc_dll\mswud\wx\msw"\r
-       cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"\r
-\r
-# End Custom Build\r
-\r
-!ELSEIF  "$(CFG)" == "core - Win32 Release"\r
-\r
-# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h\r
-InputPath=..\..\include\wx\msw\genrcdefs.h\r
-\r
-"..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "..\..\lib\vc_lib\mswu\wx\msw"\r
-       cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"\r
-\r
-# End Custom Build\r
-\r
-!ELSEIF  "$(CFG)" == "core - Win32 Debug"\r
-\r
-# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h\r
-InputPath=..\..\include\wx\msw\genrcdefs.h\r
-\r
-"..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "..\..\lib\vc_lib\mswud\wx\msw"\r
-       cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"\r
-\r
-# End Custom Build\r
-\r
-!ENDIF\r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\glcanvas.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\headerctrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\helpbest.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\helpchm.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\helpwin.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\htmlhelp.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\hyperlink.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\icon.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\imaglist.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\iniconf.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\init.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\joystick.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\listbox.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\listctrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\mdi.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\menu.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\menuitem.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\metafile.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\minifram.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\missing.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\msgdlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\msvcrt.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\nonownedwnd.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\notebook.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\notifmsg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\ole\oleutils.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\ownerdrw.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\palette.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\panel.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\pen.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\popupwin.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\printdlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\printwin.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\progdlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\radiobox.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\radiobut.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\rcdefs.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\region.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\richmsgdlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\ole\safearray.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\scrolbar.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\slider.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\sound.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\spinbutt.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\spinctrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\statbmp.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\statbox.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\statline.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\stattext.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\statusbar.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\taskbar.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\textctrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\textentry.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\tglbtn.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\timectrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\toolbar.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\tooltip.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\toplevel.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\treectrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\ole\uuid.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\uxtheme.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\uxthemep.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\webview_ie.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\webview_missing.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\webviewhistoryitem_ie.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msw\window.h\r
-# End Source File\r
-# End Group\r
-# Begin Group "Generic Headers"\r
-\r
-# PROP Default_Filter ""\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\aboutdlgg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\accel.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\animate.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\bmpcbox.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\busyinfo.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\buttonbar.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\calctrlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\choicdgg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\clrpickerg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\collpaneg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\colrdlgg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\combo.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\custombgwin.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\dataview.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\datectrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\dcpsg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\dirctrlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\dragimgg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\dvrenderer.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\dvrenderers.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\filectrlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\filepickerg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\fontpickerg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\grid.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\gridctrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\grideditors.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\gridsel.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\headerctrlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\helpext.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\hyperlink.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\infobar.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\laywin.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\logg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\msgdlgg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\notebook.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\notifmsg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\numdlgg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\panelg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\printps.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\prntdlgg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\progdlgg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\propdlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\richmsgdlgg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\sashwin.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\scrolwin.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\spinctlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\splash.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\splitter.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\srchctlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\statbmpg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\stattextg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\textdlgg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\timectrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\treectlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\generic\wizard.h\r
-# End Source File\r
-# End Group\r
-# Begin Group "wxHTML Headers"\r
-\r
-# PROP Default_Filter ""\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\html\helpctrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\html\helpdata.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\html\helpdlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\html\helpfrm.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\html\helpwnd.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\html\htmlcell.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\html\htmldefs.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\html\htmlfilt.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\html\htmlpars.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\html\htmlproc.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\html\htmltag.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\html\htmlwin.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\html\htmprint.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\html\m_templ.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\html\styleparams.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\html\winpars.h\r
-# End Source File\r
-# End Group\r
-# Begin Group "Common Headers"\r
-\r
-# PROP Default_Filter ""\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\aboutdlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\accel.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\access.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\propgrid\advprops.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\affinematrix2d.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\affinematrix2dbase.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\anidecod.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\animate.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\animdecod.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\anybutton.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\ribbon\art.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\ribbon\art_internal.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\artprov.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\aui\aui.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\aui\auibar.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\aui\auibook.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\bannerwindow.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\ribbon\bar.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\bitmap.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\bmpbuttn.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\bmpcbox.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\bookctrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\persist\bookctrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\brush.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\busyinfo.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\button.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\ribbon\buttonbar.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\calctrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\caret.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\checkbox.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\checklst.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\choicdlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\choice.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\choicebk.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\clipbrd.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\clrpicker.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\cmdproc.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\cmndata.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\collpane.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\colordlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\colour.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\colourdata.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\combo.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\combobox.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\commandlinkbutton.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\compositewin.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\control.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\ribbon\control.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\cshelp.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\ctrlsub.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\cursor.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\custombgwin.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\dataobj.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\dataview.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\datectrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\dateevt.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\datetimectrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\dc.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\dcbuffer.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\dcclient.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\dcgraph.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\dcmemory.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\dcmirror.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\dcprint.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\dcps.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\dcscreen.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\dcsvg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\debugrpt.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\dialog.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\dialup.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\dirctrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\dirdlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\display.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\display_impl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\dnd.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\aui\dockart.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\docmdi.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\docview.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\dragimag.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\dvrenderers.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\editlbox.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\propgrid\editors.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\effects.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\encinfo.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\evtloopsrc.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\fdrepdlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\filectrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\filedlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\filehistory.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\filepicker.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\aui\floatpane.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\fmappriv.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\font.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\fontdata.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\fontdlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\fontenum.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\fontpicker.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\fontutil.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\frame.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\aui\framemanager.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\ribbon\gallery.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\gauge.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\gbsizer.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\gdicmn.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\gdiobj.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\geometry.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\gifdecod.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\glcanvas.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\graphics.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\grid.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\headercol.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\headerctrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\help.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\helpbase.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\helphtml.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\helpwin.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\htmllbox.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\hyperlink.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\icon.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\iconbndl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\imagbmp.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\image.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\imaggif.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\imagiff.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\imagjpeg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\imaglist.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\imagpcx.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\imagpng.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\imagpnm.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\imagtga.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\imagtiff.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\imagxpm.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\infobar.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\itemid.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\joystick.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\layout.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\laywin.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\listbase.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\listbook.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\listbox.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\listctrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\propgrid\manager.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\matrix.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\mdi.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\mediactrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\menu.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\menuitem.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\metafile.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\minifram.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\mousemanager.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\msgdlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\nativewin.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\nonownedwnd.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\notebook.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\notifmsg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\numdlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\odcombo.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\overlay.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\ownerdrw.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\ribbon\page.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\palette.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\panel.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\ribbon\panel.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\paper.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\pen.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\persist.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\pickerbase.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\popupwin.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\position.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\print.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\printdlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\prntbase.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\progdlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\propdlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\propgrid\property.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\propgrid\propgrid.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\propgrid\propgriddefs.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\propgrid\propgridiface.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\propgrid\propgridpagestate.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\propgrid\props.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\quantize.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\radiobox.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\radiobut.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\range.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\rawbmp.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\rearrangectrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\region.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\renderer.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\richmsgdlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\richtext\richtextbackgroundpage.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\richtext\richtextborderspage.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\richtext\richtextbuffer.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\richtext\richtextbulletspage.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\richtext\richtextctrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\richtext\richtextdialogpage.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\richtext\richtextfontpage.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\richtext\richtextformatdlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\richtext\richtexthtml.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\richtext\richtextimagedlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\richtext\richtextindentspage.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\richtext\richtextliststylepage.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\richtext\richtextmarginspage.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\richtext\richtextprint.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\richtext\richtextsizepage.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\richtext\richtextstyledlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\richtext\richtextstylepage.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\richtext\richtextstyles.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\richtext\richtextsymboldlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\richtext\richtexttabspage.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\richtext\richtextuicustomization.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\richtext\richtextxml.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\richtooltip.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\sashwin.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\scopeguard.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\scrolbar.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\scrolwin.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\selstore.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\settings.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\simplebook.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\sizer.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\slider.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\sound.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\spinbutt.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\spinctrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\splash.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\persist\splitter.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\splitter.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\srchctrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\statbmp.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\statbox.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\statline.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\stattext.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\statusbr.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\stc\stc.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\aui\tabart.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\aui\tabmdi.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\taskbar.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\tbarbase.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\textcompleter.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\textctrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\textdlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\textentry.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\textwrapper.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\tglbtn.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\timectrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\tipdlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\tipwin.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\ribbon\toolbar.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\toolbar.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\toolbook.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\tooltip.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\persist\toplevel.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\toplevel.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\treebase.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\persist\treebook.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\treebook.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\treectrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\treelist.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\uiaction.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\valgen.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\validate.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\valnum.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\valtext.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\vidmode.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\vlbox.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\vms_x_fix.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\vscroll.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\webview.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\webviewarchivehandler.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\webviewfshandler.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\persist\window.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\window.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\windowid.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\withimages.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\wizard.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\wrapsizer.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\wupdlock.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\wxhtml.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_all.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_animatctrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_auinotbk.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_bannerwindow.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_bmp.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_bmpbt.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_bmpcbox.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_bttn.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_cald.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_chckb.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_chckl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_choic.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_choicbk.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_clrpicker.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_cmdlinkbn.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_collpane.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_combo.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_comboctrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_datectrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_dirpicker.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_dlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_editlbox.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_filectrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_filepicker.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_fontpicker.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_frame.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_gauge.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_gdctl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_grid.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_html.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_htmllbox.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_hyperlink.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_listb.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_listbk.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_listc.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_mdi.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_menu.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_notbk.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_odcombo.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_panel.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_propdlg.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_radbt.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_radbx.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_ribbon.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_richtext.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_scrol.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_scwin.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_sizer.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_slidr.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_spin.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_split.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_srchctrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_statbar.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_stbmp.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_stbox.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_stlin.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_sttxt.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_text.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_tglbtn.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_timectrl.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_toolb.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_toolbk.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_tree.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_treebk.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_unkwn.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xh_wizrd.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xmlres.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xrc\xmlreshandler.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xpmdecod.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\include\wx\xpmhand.h\r
-# End Source File\r
-# End Group\r
-# Begin Group "Source Files"\r
-\r
-# PROP Default_Filter ""\r
-# Begin Source File\r
-\r
-SOURCE=..\..\src\xrc\xmlreshandler.cpp\r
-# End Source File\r
-# End Group\r
-# End Target\r
-# End Project\r
-\r
+
+SOURCE=..\..\include\wx\xrc\xh_bmp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_bmpbt.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_bmpcbox.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_bttn.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_cald.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_chckb.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_chckl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_choic.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_choicbk.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_clrpicker.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_cmdlinkbn.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_collpane.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_combo.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_comboctrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_datectrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_dirpicker.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_dlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_editlbox.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_filectrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_filepicker.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_fontpicker.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_frame.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_gauge.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_gdctl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_grid.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_html.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_htmllbox.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_hyperlink.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_listb.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_listbk.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_listc.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_mdi.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_menu.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_notbk.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_odcombo.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_panel.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_propdlg.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_radbt.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_radbx.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_ribbon.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_richtext.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_scrol.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_scwin.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_sizer.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_slidr.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_spin.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_split.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_srchctrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_statbar.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_stbmp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_stbox.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_stlin.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_sttxt.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_text.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_tglbtn.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_timectrl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_toolb.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_toolbk.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_tree.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_treebk.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_unkwn.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xh_wizrd.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xmlres.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xrc\xmlreshandler.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xpmdecod.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\wx\xpmhand.h
+# End Source File
+# End Group
+# Begin Group "Source Files"
+
+# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=..\..\src\xrc\xmlreshandler.cpp
+# End Source File
+# End Group
+# End Target
+# End Project
+
index 395c3df11b3e6640e5b4a28c946d410f6633f96a..7d826c803458abf2f1093a2f6ce41ca4d5a35237 100644 (file)
                        <File\r
                                RelativePath="..\..\src\common\popupcmn.cpp">\r
                        </File>\r
+                       <File\r
+                               RelativePath="..\..\src\common\preferencescmn.cpp">\r
+                       </File>\r
                        <File\r
                                RelativePath="..\..\src\common\prntbase.cpp">\r
                        </File>\r
                        <File\r
                                RelativePath="..\..\src\generic\numdlgg.cpp">\r
                        </File>\r
+                       <File\r
+                               RelativePath="..\..\src\generic\preferencesg.cpp">\r
+                       </File>\r
                        <File\r
                                RelativePath="..\..\src\generic\printps.cpp">\r
                        </File>\r
index 18f1338e2882994604e4ee3c69d2644ca4f772f7..b81afc8128337e19ccc796099e884e7dfd603ccc 100644 (file)
                                RelativePath="..\..\src\common\popupcmn.cpp"\r
                                >\r
                        </File>\r
+                       <File\r
+                               RelativePath="..\..\src\common\preferencescmn.cpp"\r
+                               >\r
+                       </File>\r
                        <File\r
                                RelativePath="..\..\src\common\prntbase.cpp"\r
                                >\r
                                RelativePath="..\..\src\generic\numdlgg.cpp"\r
                                >\r
                        </File>\r
+                       <File\r
+                               RelativePath="..\..\src\generic\preferencesg.cpp"\r
+                               >\r
+                       </File>\r
                        <File\r
                                RelativePath="..\..\src\generic\printps.cpp"\r
                                >\r
index 83d70c5307336d754990f62ecdb5017520eeeb90..13aebbf49052178e550c6e9773dee041bd930772 100644 (file)
                                RelativePath="..\..\src\common\popupcmn.cpp"\r
                                >\r
                        </File>\r
+                       <File\r
+                               RelativePath="..\..\src\common\preferencescmn.cpp"\r
+                               >\r
+                       </File>\r
                        <File\r
                                RelativePath="..\..\src\common\prntbase.cpp"\r
                                >\r
                                RelativePath="..\..\src\generic\numdlgg.cpp"\r
                                >\r
                        </File>\r
+                       <File\r
+                               RelativePath="..\..\src\generic\preferencesg.cpp"\r
+                               >\r
+                       </File>\r
                        <File\r
                                RelativePath="..\..\src\generic\printps.cpp"\r
                                >\r
diff --git a/include/wx/preferences.h b/include/wx/preferences.h
new file mode 100644 (file)
index 0000000..6f107ed
--- /dev/null
@@ -0,0 +1,125 @@
+///////////////////////////////////////////////////////////////////////////////
+// Name:        wx/preferences.h
+// Purpose:     Declaration of wxPreferencesEditor class.
+// Author:      Vaclav Slavik
+// Created:     2013-02-19
+// RCS-ID:      $Id$
+// Copyright:   (c) 2013 Vaclav Slavik <vslavik@fastmail.fm>
+// Licence:     wxWindows licence
+///////////////////////////////////////////////////////////////////////////////
+
+#ifndef _WX_PREFERENCES_H_
+#define _WX_PREFERENCES_H_
+
+#include "wx/defs.h"
+#include "wx/bitmap.h"
+#include "wx/vector.h"
+
+class WXDLLIMPEXP_FWD_CORE wxWindow;
+
+class wxPreferencesEditorImpl;
+
+#if defined(__WXOSX_COCOA__)
+    // GetLargeIcon() is used
+    #define wxHAS_PREF_EDITOR_ICONS
+    // Changes should be applied immediately
+    #define wxHAS_PREF_EDITOR_APPLY_IMMEDIATELY
+#elif defined(__WXGTK__)
+    // Changes should be applied immediately
+    #define wxHAS_PREF_EDITOR_APPLY_IMMEDIATELY
+#endif
+
+// ----------------------------------------------------------------------------
+// wxPreferencesEditor: Native preferences editing
+// ----------------------------------------------------------------------------
+
+// One page of a preferences window
+class WXDLLIMPEXP_CORE wxPreferencesPage
+{
+public:
+    virtual ~wxPreferencesPage() {}
+
+    // Name of the page, used e.g. for tabs
+    virtual wxString GetName() const = 0;
+
+    // Return 32x32 icon used for the page. Currently only used on OS X, where
+    // implementation is required; unused on other platforms. Because of this,
+    // the method is only pure virtual on platforms that use it.
+#ifdef wxHAS_PREF_EDITOR_ICONS
+    virtual wxBitmap GetLargeIcon() const = 0;
+#else
+    virtual wxBitmap GetLargeIcon() const { return wxBitmap(); }
+#endif
+
+    // Create a window (usually a wxPanel) for this page. The caller takes
+    // ownership of the returned window.
+    virtual wxWindow *CreateWindow(wxWindow *parent) = 0;
+
+    wxDECLARE_NO_COPY_CLASS(wxPreferencesPage);
+};
+
+
+// Helper for implementing some common pages (General, Advanced)
+class WXDLLIMPEXP_CORE wxStockPreferencesPage : public wxPreferencesPage
+{
+public:
+    enum Kind
+    {
+        Kind_General,
+        Kind_Advanced
+    };
+
+    wxStockPreferencesPage(Kind kind) : m_kind(kind) {}
+    Kind GetKind() const { return m_kind; }
+
+    virtual wxString GetName() const;
+#ifdef __WXOSX_COCOA__
+    virtual wxBitmap GetLargeIcon() const;
+#endif
+
+private:
+    Kind m_kind;
+};
+
+
+// Notice that this class does not inherit from wxWindow.
+class WXDLLIMPEXP_CORE wxPreferencesEditor
+{
+public:
+    // Ctor creates an empty editor, use AddPage() to add controls to it.
+    wxPreferencesEditor();
+    ~wxPreferencesEditor();
+
+    // Add a new page to the editor. The editor takes ownership of the page
+    // and won't delete it until it is destroyed itself.
+    void AddPage(wxPreferencesPage *page);
+
+    // Show the preferences dialog or bring it to the top if it's already
+    // shown. Notice that this method may or may not block depending on the
+    // platform, i.e. depending on whether the dialog is modal or not.
+    void Show(wxWindow* parent);
+
+    // Hide the currently shown dialog, if any. This doesn't do anything on the
+    // platforms using modal preferences dialogs but should be called to
+    // dismiss the dialog if the object whose preferences it is editing was
+    // closed.
+    void Dismiss();
+
+    // Whether changes to values in the pages should be applied immediately
+    // (OS X, GTK+) or only when the user clicks OK/Apply (Windows)
+    static bool ShouldApplyChangesImmediately()
+    {
+#ifdef wxHAS_PREF_EDITOR_APPLY_IMMEDIATELY
+        return true;
+#else
+        return false;
+#endif
+    }
+
+private:
+    wxPreferencesEditorImpl* m_impl;
+
+    wxDECLARE_NO_COPY_CLASS(wxPreferencesEditor);
+};
+
+#endif // _WX_PREFERENCES_H_
diff --git a/include/wx/private/preferences.h b/include/wx/private/preferences.h
new file mode 100644 (file)
index 0000000..05ce8f5
--- /dev/null
@@ -0,0 +1,45 @@
+///////////////////////////////////////////////////////////////////////////////
+// Name:        wx/private/preferences.h
+// Purpose:     wxPreferencesEditorImpl declaration.
+// Author:      Vaclav Slavik
+// Created:     2013-02-19
+// RCS-ID:      $Id$
+// Copyright:   (c) 2013 Vaclav Slavik <vslavik@fastmail.fm>
+// Licence:     wxWindows licence
+///////////////////////////////////////////////////////////////////////////////
+
+#ifndef _WX_PRIVATE_PREFERENCES_H_
+#define _WX_PRIVATE_PREFERENCES_H_
+
+#include "wx/preferences.h"
+
+#if wxUSE_TOOLBAR && defined(__WXOSX_COCOA__) && wxOSX_USE_NATIVE_TOOLBAR
+    #define wxHAS_PREF_EDITOR_NATIVE
+#endif
+
+#if defined(__WXOSX__) || defined(__WXGTK__)
+    #define wxHAS_PREF_EDITOR_MODELESS
+#endif
+
+// ----------------------------------------------------------------------------
+// wxPreferencesEditorImpl: defines wxPreferencesEditor implementation.
+// ----------------------------------------------------------------------------
+
+class wxPreferencesEditorImpl
+{
+public:
+    // This is implemented in a platform-specific way.
+    static wxPreferencesEditorImpl* Create();
+
+    // These methods simply mirror the public wxPreferencesEditor ones.
+    virtual void AddPage(wxPreferencesPage* page) = 0;
+    virtual void Show(wxWindow* parent) = 0;
+    virtual void Dismiss() = 0;
+
+    virtual ~wxPreferencesEditorImpl() {}
+
+protected:
+    wxPreferencesEditorImpl() {}
+};
+
+#endif // _WX_PRIVATE_PREFERENCES_H_
diff --git a/interface/wx/preferences.h b/interface/wx/preferences.h
new file mode 100644 (file)
index 0000000..222419e
--- /dev/null
@@ -0,0 +1,196 @@
+///////////////////////////////////////////////////////////////////////////////
+// Name:        interface/wx/preferences.h
+// Purpose:     wxPreferencesEditor class documentation.
+// Author:      Vaclav Slavik
+// Created:     2013-02-26
+// RCS-ID:      $Id$
+// Copyright:   (c) 2013 Vaclav Slavik <vslavik@fastmail.fm>
+// Licence:     wxWindows licence
+///////////////////////////////////////////////////////////////////////////////
+
+/**
+    Manage preferences dialog.
+
+    This class encapsulates the differences -- both in appearance and
+    behaviour -- between preferences dialogs on different platforms.  In
+    particular, OS X preferences look very different from the typical notebook
+    control used on other platforms, and both OS X and GTK+ preferences windows
+    are modeless unlike Windows options dialogs that are typically modal.
+
+    wxPreferencesEditor is able to hide the differences by hiding the creation
+    of preferences window from the API. Instead, you create an instance of
+    wxPreferencesEditor and add page descriptions in the form of
+    wxPreferencesPage using its AddPage() method. After setting up the editor
+    object, you must call Show() to present preferences to the user.
+
+    @note Notice that this class is not derived from wxWindow and hence
+          doesn't represent a window, even if its Show() method does create one
+          internally.
+
+    @library{wxcore}
+
+    @since 2.9.5
+ */
+class wxPreferencesEditor
+{
+public:
+    /**
+        Constructor.
+
+        Creates an empty editor, use AddPage() to add controls to it.
+     */
+    wxPreferencesEditor();
+
+    /**
+        Destructor.
+
+        Destroying this object hides the associated preferences window if it is
+        open at the moment.
+
+        The destructor is non-virtual as this class is not supposed to be
+        derived from.
+     */
+    ~wxPreferencesEditor();
+
+    /**
+        Add a new page to the editor.
+
+        The editor takes ownership of the page and will delete it from its
+        destructor (but not sooner).
+
+        @see wxPreferencesPage, wxStockPreferencesPage
+     */
+    void AddPage(wxPreferencesPage *page);
+
+    /**
+        Show the preferences dialog or bring it to the top if it's already
+        shown.
+
+        Notice that this method may or may not block depending on the platform,
+        i.e. depending on whether the dialog is modal or not.
+
+        @param parent The window that invokes the preferences.
+                      Call Dismiss() before it's destroyed.
+     */
+    void Show(wxWindow* parent);
+
+    /**
+        Hide the currently shown dialog, if any.
+
+        This doesn't do anything on the platforms using modal preferences
+        dialogs (e.g. Windows) but should be called to dismiss the dialog if
+        the object whose preferences it is editing was closed.
+     */
+    void Dismiss();
+
+    /**
+        Returns whether changes to values in preferences pages should be
+        applied immediately or only when the user clicks the OK button.
+
+        Currently, changes are applied immediately on OS X and GTK+.
+
+        The preprocessor macro `wxHAS_PREF_EDITOR_APPLY_IMMEDIATELY` is defined
+        in this case as well.
+     */
+    static bool ShouldApplyChangesImmediately()
+};
+
+
+/**
+    One page of preferences dialog.
+
+    This is the base class for implementation of application's preferences. Its
+    methods return various properties of the page, such as title or icon. The
+    actual page is created by CreateWindow().
+
+    @see wxStockPreferencesPage
+
+    @library{wxcore}
+
+    @since 2.9.5
+ */
+class wxPreferencesPage
+{
+public:
+    /// Destructor.
+    virtual ~wxPreferencesPage() {}
+
+    /**
+        Return name of the page.
+
+        The name is used for notebook tab's label, icon label etc., depending
+        on the platform.
+     */
+    virtual wxString GetName() const = 0;
+
+    /**
+        Return 32x32 icon used for the page on some platforms.
+
+        Currently only used on OS X.
+
+        @note This method is only pure virtual on platforms that require it
+              (OS X). On other platforms, it has default implementation that
+              returns an invalid bitmap. The preprocessor symbol
+              `wxHAS_PREF_EDITOR_ICONS` is defined if this method must be
+              implemented.
+     */
+    virtual wxBitmap GetLargeIcon() const = 0;
+
+    /**
+        Create a window for this page.
+
+        The window will be placed into the preferences dialog in
+        platform-specific manner. Depending on the platform, this method may
+        be called before showing the preferences window, when switching to its
+        tab or even more than once. Don't make assumptions about the number of
+        times or the specific time when it is called.
+
+        The caller takes ownership of the window.
+
+        wxPanel is usually used, but doesn't have to be.
+
+        @param parent Parent window to use.
+     */
+    virtual wxWindow *CreateWindow(wxWindow *parent) = 0;
+};
+
+
+/**
+    Specialization of wxPreferencesPage useful for certain commonly used
+    preferences page.
+
+    On OS X, preferences pages named "General" and "Advanced" are commonly used
+    in apps and the OS provides stock icons for them that should be used.
+    Instead of reimplementing this behavior yourself, you can inherit from
+    wxStockPreferencesPage and get correct title and icon.
+
+    Notice that this class only implements GetName() and GetLargeIcon(), you
+    still have to provide the rest of wxPreferencesPage implementation.
+
+    @library{wxcore}
+
+    @since 2.9.5
+ */
+class wxStockPreferencesPage : public wxPreferencesPage
+{
+public:
+    /// Kinds of stock pages.
+    enum Kind
+    {
+        /// The "General" page
+        Kind_General,
+        /// The "Advanced" page
+        Kind_Advanced
+    };
+
+    /// Constructor.
+    wxStockPreferencesPage(Kind kind) : m_kind(kind) {}
+
+    /// Returns the page's kind.
+    Kind GetKind() const { return m_kind; }
+
+    /// Reimplemented to return suitable name for the page's kind.
+    virtual wxString GetName() const;
+    /// Reimplemented to return stock icon on OS X.
+    virtual wxBitmap GetLargeIcon() const;
+};
diff --git a/src/common/preferencescmn.cpp b/src/common/preferencescmn.cpp
new file mode 100644 (file)
index 0000000..899dc36
--- /dev/null
@@ -0,0 +1,69 @@
+///////////////////////////////////////////////////////////////////////////////
+// Name:        src/common/preferencescmn.cpp
+// Purpose:     wxPreferencesEditor implementation common to all platforms.
+// Author:      Vaclav Slavik
+// Created:     2013-02-19
+// RCS-ID:      $Id$
+// Copyright:   (c) 2013 Vaclav Slavik <vslavik@fastmail.fm>
+// Licence:     wxWindows licence
+///////////////////////////////////////////////////////////////////////////////
+
+// ============================================================================
+// declarations
+// ============================================================================
+
+// ----------------------------------------------------------------------------
+// headers
+// ----------------------------------------------------------------------------
+
+// for compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+    #pragma hdrstop
+#endif
+
+#include "wx/private/preferences.h"
+#include "wx/intl.h"
+
+// ============================================================================
+// implementation
+// ============================================================================
+
+wxString wxStockPreferencesPage::GetName() const
+{
+    switch ( m_kind )
+    {
+        case Kind_General:
+            return _("General");
+        case Kind_Advanced:
+            return _("Advanced");
+    }
+    return wxString(); // silence compiler warning
+}
+
+wxPreferencesEditor::wxPreferencesEditor()
+    : m_impl(wxPreferencesEditorImpl::Create())
+{
+}
+
+wxPreferencesEditor::~wxPreferencesEditor()
+{
+    delete m_impl;
+}
+
+void wxPreferencesEditor::AddPage(wxPreferencesPage* page)
+{
+    wxCHECK_RET( page, "can't set NULL page" );
+    m_impl->AddPage(page);
+}
+
+void wxPreferencesEditor::Show(wxWindow* parent)
+{
+    m_impl->Show(parent);
+}
+
+void wxPreferencesEditor::Dismiss()
+{
+    m_impl->Dismiss();
+}
diff --git a/src/generic/preferencesg.cpp b/src/generic/preferencesg.cpp
new file mode 100644 (file)
index 0000000..a19cc44
--- /dev/null
@@ -0,0 +1,184 @@
+///////////////////////////////////////////////////////////////////////////////
+// Name:        src/generic/preferencesg.cpp
+// Purpose:     Implementation of wxPreferencesEditor.
+// Author:      Vaclav Slavik
+// Created:     2013-02-19
+// RCS-ID:      $Id$
+// Copyright:   (c) 2013 Vaclav Slavik <vslavik@fastmail.fm>
+// Licence:     wxWindows licence
+///////////////////////////////////////////////////////////////////////////////
+
+// ============================================================================
+// declarations
+// ============================================================================
+
+// ----------------------------------------------------------------------------
+// headers
+// ----------------------------------------------------------------------------
+
+// for compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+    #pragma hdrstop
+#endif
+
+#include "wx/private/preferences.h"
+
+#ifndef wxHAS_PREF_EDITOR_NATIVE
+
+#include "wx/dialog.h"
+#include "wx/notebook.h"
+#include "wx/sizer.h"
+#include "wx/sharedptr.h"
+#include "wx/scopedptr.h"
+#include "wx/vector.h"
+
+class wxGenericPrefsDialog : public wxDialog
+{
+public:
+    wxGenericPrefsDialog(wxWindow *parent)
+        : wxDialog(parent, wxID_ANY, _("Preferences"),
+                   wxDefaultPosition, wxDefaultSize,
+                   wxDEFAULT_FRAME_STYLE & ~(wxRESIZE_BORDER | wxMAXIMIZE_BOX | wxMINIMIZE_BOX))
+    {
+        SetExtraStyle(wxWS_EX_VALIDATE_RECURSIVELY);
+
+        wxSizer *sizer = new wxBoxSizer(wxVERTICAL);
+
+        m_notebook = new wxNotebook(this, wxID_ANY);
+        sizer->Add(m_notebook, wxSizerFlags(1).Expand().DoubleBorder());
+
+#ifdef __WXGTK__
+        SetEscapeId(wxID_CLOSE);
+        sizer->Add(CreateButtonSizer(wxCLOSE), wxSizerFlags().Expand().DoubleBorder(wxBOTTOM));
+#else
+        sizer->Add(CreateButtonSizer(wxOK | wxCANCEL),
+                   wxSizerFlags().Expand().DoubleBorder(wxLEFT|wxRIGHT|wxBOTTOM));
+#endif
+        SetSizer(sizer);
+    }
+
+    void AddPage(wxPreferencesPage *page)
+    {
+        wxWindow *win = page->CreateWindow(m_notebook);
+        m_notebook->AddPage(win, page->GetName());
+    }
+
+private:
+    wxNotebook *m_notebook;
+};
+
+
+class wxGenericPreferencesEditorImplBase : public wxPreferencesEditorImpl
+{
+public:
+    virtual void AddPage(wxPreferencesPage* page)
+    {
+        m_pages.push_back(wxSharedPtr<wxPreferencesPage>(page));
+    }
+
+protected:
+    virtual wxDialog *CreateWindow(wxWindow *parent)
+    {
+        wxGenericPrefsDialog *dlg = new wxGenericPrefsDialog(parent);
+
+        // TODO: Don't create all pages immediately like this, do it on demand
+        //       when a page is selected in the notebook (as is done on OS X).
+        //
+        //       Currently, creating all pages is necessary so that the notebook
+        //       can determine its best size. We'll need to extend
+        //       wxPreferencesPage with a GetBestSize() virtual method to make
+        //       it possible to defer the creation.
+        for ( Pages::const_iterator i = m_pages.begin();
+              i != m_pages.end();
+              ++i )
+        {
+            dlg->AddPage(i->get());
+        }
+
+        return dlg;
+    }
+
+    typedef wxVector< wxSharedPtr<wxPreferencesPage> > Pages;
+    Pages m_pages;
+
+};
+
+
+#ifdef wxHAS_PREF_EDITOR_MODELESS
+
+class wxModelessPreferencesEditorImpl : public wxGenericPreferencesEditorImplBase
+{
+public:
+    virtual ~wxModelessPreferencesEditorImpl()
+    {
+        // m_win may already be destroyed if this destructor is called from
+        // wxApp's destructor. In that case, all windows -- including this
+        // one -- would already be destroyed by now.
+        if ( m_win )
+            m_win->Destroy();
+    }
+
+    virtual void Show(wxWindow* parent)
+    {
+        if ( !m_win )
+        {
+            wxWindow *win = CreateWindow(parent);
+            win->Show();
+            m_win = win;
+        }
+        else
+        {
+            // Ideally, we'd reparent the dialog under 'parent', but it's
+            // probably not worth the hassle. We know the old parent is still
+            // valid, because otherwise Dismiss() would have been called and
+            // m_win cleared.
+            m_win->Raise();
+        }
+    }
+
+    virtual void Dismiss()
+    {
+        if ( m_win )
+        {
+            m_win->Close(/*force=*/true);
+            m_win = NULL;
+        }
+    }
+
+private:
+    wxWeakRef<wxWindow> m_win;
+};
+
+#else // !wxHAS_PREF_EDITOR_MODELESS
+
+class wxModalPreferencesEditorImpl : public wxGenericPreferencesEditorImplBase
+{
+public:
+    virtual void Show(wxWindow* parent)
+    {
+        wxScopedPtr<wxDialog> dlg(CreateWindow(parent));
+        dlg->ShowModal();
+    }
+
+    virtual void Dismiss()
+    {
+        // nothing to do
+    }
+};
+
+#endif // !wxHAS_PREF_EDITOR_MODELESS
+
+
+/*static*/
+wxPreferencesEditorImpl* wxPreferencesEditorImpl::Create()
+{
+#ifdef wxHAS_PREF_EDITOR_MODELESS
+    return new wxModelessPreferencesEditorImpl();
+#else
+    return new wxModalPreferencesEditorImpl();
+#endif
+}
+
+#endif // !wxHAS_PREF_EDITOR_NATIVE
diff --git a/src/osx/cocoa/preferences.mm b/src/osx/cocoa/preferences.mm
new file mode 100644 (file)
index 0000000..389e750
--- /dev/null
@@ -0,0 +1,248 @@
+///////////////////////////////////////////////////////////////////////////////
+// Name:        src/osx/cocoa/preferences.cpp
+// Purpose:     Native OS X implementation of wxPreferencesEditor.
+// Author:      Vaclav Slavik
+// Created:     2013-02-19
+// RCS-ID:      $Id$
+// Copyright:   (c) 2013 Vaclav Slavik <vslavik@fastmail.fm>
+// Licence:     wxWindows licence
+///////////////////////////////////////////////////////////////////////////////
+
+// ============================================================================
+// declarations
+// ============================================================================
+
+// ----------------------------------------------------------------------------
+// headers
+// ----------------------------------------------------------------------------
+
+// for compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+    #pragma hdrstop
+#endif
+
+#include "wx/private/preferences.h"
+
+#ifdef wxHAS_PREF_EDITOR_NATIVE
+
+#include "wx/frame.h"
+#include "wx/sharedptr.h"
+#include "wx/toolbar.h"
+#include "wx/vector.h"
+#include "wx/weakref.h"
+#include "wx/windowid.h"
+#include "wx/osx/private.h"
+
+#import <AppKit/NSWindow.h>
+
+
+wxBitmap wxStockPreferencesPage::GetLargeIcon() const
+{
+    switch ( m_kind )
+    {
+        case Kind_General:
+            return wxBitmap([NSImage imageNamed:NSImageNamePreferencesGeneral]);
+        case Kind_Advanced:
+            return wxBitmap([NSImage imageNamed:NSImageNameAdvanced]);
+    }
+    return wxBitmap(); // silence compiler warning
+}
+
+
+class wxCocoaPrefsWindow : public wxFrame
+{
+public:
+    wxCocoaPrefsWindow()
+        : wxFrame(NULL, wxID_ANY, _("Preferences"),
+                  wxDefaultPosition, wxDefaultSize,
+                  wxDEFAULT_FRAME_STYLE & ~(wxRESIZE_BORDER | wxMAXIMIZE_BOX | wxMINIMIZE_BOX)),
+          m_toolbarRealized(false),
+          m_visiblePage(NULL)
+    {
+        m_toolbar = new wxToolBar(this, wxID_ANY, wxDefaultPosition, wxDefaultSize,
+                                  wxTB_FLAT | wxTB_TEXT);
+        m_toolbar->SetToolBitmapSize(wxSize(32,32));
+        m_toolbar->OSXSetSelectableTools(true);
+        SetToolBar(m_toolbar);
+
+        m_toolbar->Bind(wxEVT_COMMAND_TOOL_CLICKED,
+                        &wxCocoaPrefsWindow::OnPageChanged, this);
+        Bind(wxEVT_CLOSE_WINDOW, &wxCocoaPrefsWindow::OnClose, this);
+    }
+
+    void AddPage(wxPreferencesPage *page)
+    {
+        wxASSERT_MSG( !m_toolbarRealized,
+                      "can't add more preferences pages after showing the window" );
+
+        const wxString title = page->GetName();
+        wxBitmap bmp(page->GetLargeIcon());
+        wxASSERT_MSG( bmp.IsOk(), "OS X requires valid bitmap for preference page" );
+
+        int toolId = wxIdManager::ReserveId();
+        wxToolBarToolBase *tool = m_toolbar->AddTool(toolId, title, bmp);
+
+        wxSharedPtr<PageInfo> info(new PageInfo(page));
+        m_pages.push_back(info);
+
+        tool->SetClientData(info.get());
+    }
+
+    virtual bool Show(bool show)
+    {
+        if ( show && !m_toolbarRealized )
+        {
+            m_toolbar->Realize();
+            m_toolbarRealized = true;
+
+            const wxToolBarToolBase *first = m_toolbar->GetToolByPos(0);
+            wxCHECK_MSG( first, false, "no preferences panels" );
+            OnSelectPageForTool(first);
+            m_toolbar->OSXSelectTool(first->GetId());
+        }
+
+        return wxFrame::Show(show);
+    }
+
+    virtual bool ShouldPreventAppExit() const { return false; }
+
+protected:
+    // Native preferences windows resize when the selected panel changes and
+    // the resizing is animated, so we need to override DoMoveWindow.
+    virtual void DoMoveWindow(int x, int y, int width, int height)
+    {
+        NSRect r = wxToNSRect(NULL, wxRect(x, y, width, height));
+        NSWindow *win = (NSWindow*)GetWXWindow();
+        [win setFrame:r display:YES animate:YES];
+    }
+
+
+private:
+    void OnSelectPageForTool(const wxToolBarToolBase *tool)
+    {
+        PageInfo *info = static_cast<PageInfo*>(tool->GetClientData());
+        wxCHECK_RET( info, "toolbar item lacks client data" );
+
+        if ( !info->win )
+        {
+            info->win = info->page->CreateWindow(this);
+            info->win->Hide();
+            // fill the page with data using wxEVT_INIT_DIALOG/TransferDataToWindow:
+            info->win->InitDialog();
+        }
+
+        // When the page changes in a native preferences dialog, the sequence
+        // of events is thus:
+
+        // 1. the old page is hidden, only gray background remains
+        if ( m_visiblePage )
+            m_visiblePage->Hide();
+        m_visiblePage = info->win;
+
+        //   2. window is resized to fix the new page, with animation
+        //      (in our case, using overriden DoMoveWindow())
+        SetClientSize(info->win->GetSize());
+
+        //   3. new page is shown and the title updated.
+        info->win->Show();
+        SetTitle(info->page->GetName());
+
+        // TODO: Preferences window may have some pages resizeable and some
+        //       non-resizable on OS X; the whole window is or is not resizable
+        //       depending on which page is selected.
+        //
+        //       We'll need to add wxPreferencesPage::IsResizable() virtual
+        //       method to implement this.
+    }
+
+    void OnPageChanged(wxCommandEvent& event)
+    {
+        wxToolBarToolBase *tool = m_toolbar->FindById(event.GetId());
+        wxCHECK_RET( tool, "invalid tool ID" );
+        OnSelectPageForTool(tool);
+    }
+
+    void OnClose(wxCloseEvent& e)
+    {
+        // Instead of destroying the window, just hide it, it could be
+        // reused again by another invocation of the editor.
+        Hide();
+    }
+
+private:
+    struct PageInfo : public wxObject
+    {
+        PageInfo(wxPreferencesPage *p) : page(p), win(NULL) {}
+
+        wxSharedPtr<wxPreferencesPage> page;
+        wxWindow *win;
+    };
+    // All pages. Use shared pointer to be able to get pointers to PageInfo structs
+    wxVector< wxSharedPtr<PageInfo> > m_pages;
+
+    wxToolBar *m_toolbar;
+    bool       m_toolbarRealized;
+    wxWindow  *m_visiblePage;
+};
+
+
+class wxCocoaPreferencesEditorImpl : public wxPreferencesEditorImpl
+{
+public:
+    wxCocoaPreferencesEditorImpl() : m_win(NULL)
+    {
+    }
+
+    virtual ~wxCocoaPreferencesEditorImpl()
+    {
+        // m_win may already be destroyed if this destructor is called from
+        // wxApp's destructor. In that case, all windows -- including this
+        // one -- would already be destroyed by now.
+        if ( m_win )
+            m_win->Destroy();
+    }
+
+    virtual void AddPage(wxPreferencesPage* page)
+    {
+        GetWin()->AddPage(page);
+    }
+
+    virtual void Show(wxWindow* WXUNUSED(parent))
+    {
+        // OS X preferences windows don't have parents, they are independent
+        // windows, so we just ignore the 'parent' argument.
+        wxWindow *win = GetWin();
+        win->Show();
+        win->Raise();
+    }
+
+    virtual void Dismiss()
+    {
+        // Don't destroy the window, only hide it, because OS X preferences
+        // window typically remember their state even when closed. Reopening
+        // the window should show it in the exact same state the user left it.
+        GetWin()->Hide();
+    }
+
+private:
+    // Use this function to access m_win, so that the window is only created on
+    // demand when actually needed.
+    wxCocoaPrefsWindow* GetWin()
+    {
+        if ( !m_win )
+            m_win = new wxCocoaPrefsWindow();
+        return m_win;
+    }
+
+    wxWeakRef<wxCocoaPrefsWindow> m_win;
+};
+
+/*static*/
+wxPreferencesEditorImpl* wxPreferencesEditorImpl::Create()
+{
+    return new wxCocoaPreferencesEditorImpl();
+}
+
+#endif // wxHAS_PREF_EDITOR_NATIVE