[Wx Widget] clean up core wxWidgets-2.8.12 in visual studio 2008
This commit is contained in:
parent
e9f27087e3
commit
2e5978ae89
File diff suppressed because it is too large
Load Diff
|
@ -40,6 +40,10 @@
|
|||
#include "wx/math.h"
|
||||
#endif
|
||||
|
||||
#ifdef __WXMSW__
|
||||
#include <CdErr.h>
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -30,6 +30,10 @@
|
|||
#include "wx/math.h"
|
||||
#endif
|
||||
|
||||
#ifdef __WXMSW__
|
||||
#include <OleIdl.h>
|
||||
#endif
|
||||
|
||||
#include "wx/msw/ole/activex.h"
|
||||
// autointerfaces that we only use here
|
||||
WX_DECLARE_AUTOOLE(wxAutoIOleInPlaceSite, IOleInPlaceSite)
|
||||
|
@ -528,7 +532,7 @@ public:
|
|||
#elif defined(_UNICODE)
|
||||
GetObjectW
|
||||
#else
|
||||
GetObjectA
|
||||
GetObject
|
||||
#endif
|
||||
(LPOLESTR pszItem, DWORD, IBindCtx *, REFIID, void ** ppvObject)
|
||||
{
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
|
||||
#ifdef __WXMSW__
|
||||
#include <Rpc.h>
|
||||
#include <shellapi.h> // needed for SHELLEXECUTEINFO
|
||||
#endif
|
||||
|
||||
#include <oleauto.h>
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories="lib\vc_lib\mswu;include,src\tiff\libtiff,src\jpeg,src\png"
|
||||
AdditionalIncludeDirectories=""$(Root)Source\3rd Party\wx\lib\vc_lib\mswd";"$(Root)Source\3rd Party\wx\include";"$(Root)Source\3rd Party\wx\src\tiff\libtiff";"$(Root)Source\3rd Party\wx\src\jpeg";"$(Root)Source\3rd Party\wx\src\png";"$(Root)Source\3rd Party\wx\src\zlib""
|
||||
PreprocessorDefinitions="_LIB;__WXMSW__;WXBUILDING;wxUSE_BASE=0"
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
DisableSpecificWarnings="4005"
|
||||
|
@ -134,10 +134,6 @@
|
|||
<Filter
|
||||
Name="Common Sources"
|
||||
>
|
||||
<File
|
||||
RelativePath="src\common\accelcmn.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\common\accesscmn.cpp"
|
||||
>
|
||||
|
@ -494,10 +490,6 @@
|
|||
RelativePath="src\common\textcmn.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\common\textentrycmn.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\common\toplvcmn.cpp"
|
||||
>
|
||||
|
@ -506,10 +498,6 @@
|
|||
RelativePath="src\common\treebase.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\common\uiactioncmn.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\common\utilscmn.cpp"
|
||||
>
|
||||
|
@ -522,10 +510,6 @@
|
|||
RelativePath="src\common\validate.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\common\valnum.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\common\valtext.cpp"
|
||||
>
|
||||
|
@ -534,14 +518,6 @@
|
|||
RelativePath="src\common\wincmn.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\common\windowid.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\common\wrapsizer.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\common\xpmdecod.cpp"
|
||||
>
|
||||
|
@ -578,18 +554,10 @@
|
|||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\msw\anybutton.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\msw\app.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\msw\artmsw.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\msw\ole\automtn.cpp"
|
||||
>
|
||||
|
@ -782,10 +750,6 @@
|
|||
RelativePath="src\msw\frame.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\msw\gauge.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\msw\gdiimage.cpp"
|
||||
>
|
||||
|
@ -794,26 +758,6 @@
|
|||
RelativePath="src\msw\gdiobj.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\msw\gdiplus.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
UsePrecompiledHeader="0"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
UsePrecompiledHeader="0"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\msw\graphics.cpp"
|
||||
>
|
||||
|
@ -834,10 +778,6 @@
|
|||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\msw\headerctrl.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\msw\helpchm.cpp"
|
||||
>
|
||||
|
@ -902,30 +842,6 @@
|
|||
RelativePath="src\msw\nativdlg.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\msw\nativewin.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\msw\nonownedwnd.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
UsePrecompiledHeader="0"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
UsePrecompiledHeader="0"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\msw\notebook.cpp"
|
||||
>
|
||||
|
@ -958,10 +874,6 @@
|
|||
RelativePath="src\msw\palette.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\msw\panel.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\msw\pen.cpp"
|
||||
>
|
||||
|
@ -994,10 +906,6 @@
|
|||
RelativePath="src\msw\printwin.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\msw\progdlg.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\msw\radiobox.cpp"
|
||||
>
|
||||
|
@ -1014,10 +922,6 @@
|
|||
RelativePath="src\msw\renderer.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\msw\richmsgdlg.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\msw\scrolbar.cpp"
|
||||
>
|
||||
|
@ -1026,10 +930,6 @@
|
|||
RelativePath="src\msw\settings.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\msw\slider.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\msw\spinbutt.cpp"
|
||||
>
|
||||
|
@ -1054,26 +954,14 @@
|
|||
RelativePath="src\msw\stattext.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\msw\statusbar.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\msw\textctrl.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\msw\textentry.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\msw\tglbtn.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\msw\toolbar.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\msw\tooltip.cpp"
|
||||
>
|
||||
|
@ -1086,10 +974,6 @@
|
|||
RelativePath="src\msw\treectrl.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\msw\uiaction.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\msw\utilsgui.cpp"
|
||||
>
|
||||
|
@ -1256,10 +1140,6 @@
|
|||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\generic\filectrlg.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\generic\filedlgg.cpp"
|
||||
>
|
||||
|
@ -1312,14 +1192,6 @@
|
|||
RelativePath="src\generic\graphicc.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\generic\headerctrlg.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\generic\infobar.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\generic\listbkg.cpp"
|
||||
>
|
||||
|
@ -1348,10 +1220,6 @@
|
|||
RelativePath="src\generic\logg.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\generic\markuptext.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\generic\mdig.cpp"
|
||||
>
|
||||
|
@ -1372,10 +1240,6 @@
|
|||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\generic\msgdlgg.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\generic\numdlgg.cpp"
|
||||
>
|
||||
|
@ -1396,10 +1260,6 @@
|
|||
RelativePath="src\generic\renderg.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\generic\richmsgdlgg.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\generic\scrlwing.cpp"
|
||||
>
|
||||
|
@ -1420,14 +1280,6 @@
|
|||
RelativePath="src\generic\srchctlg.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\generic\statbmpg.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\generic\stattextg.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\generic\statusbr.cpp"
|
||||
>
|
||||
|
@ -3284,78 +3136,22 @@
|
|||
<Filter
|
||||
Name="Common Headers"
|
||||
>
|
||||
<File
|
||||
RelativePath="include\wx\aboutdlg.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\accel.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\access.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\propgrid\advprops.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\affinematrix2d.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\affinematrix2dbase.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\anidecod.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\animate.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\animdecod.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\anybutton.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\ribbon\art.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\ribbon\art_internal.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\artprov.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\aui\aui.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\aui\auibar.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\aui\auibook.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\bannerwindow.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\ribbon\bar.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\bitmap.h"
|
||||
>
|
||||
|
@ -3364,18 +3160,10 @@
|
|||
RelativePath="include\wx\bmpbuttn.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\bmpcbox.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\bookctrl.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\persist\bookctrl.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\brush.h"
|
||||
>
|
||||
|
@ -3388,18 +3176,6 @@
|
|||
RelativePath="include\wx\button.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\ribbon\buttonbar.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\cairo.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\calctrl.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\caret.h"
|
||||
>
|
||||
|
@ -3452,10 +3228,6 @@
|
|||
RelativePath="include\wx\colour.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\colourdata.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\combo.h"
|
||||
>
|
||||
|
@ -3464,22 +3236,10 @@
|
|||
RelativePath="include\wx\combobox.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\commandlinkbutton.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\compositewin.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\control.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\ribbon\control.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\cshelp.h"
|
||||
>
|
||||
|
@ -3492,30 +3252,10 @@
|
|||
RelativePath="include\wx\cursor.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\custombgwin.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\dataobj.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\dataview.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\datectrl.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\dateevt.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\datetimectrl.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\dc.h"
|
||||
>
|
||||
|
@ -3544,22 +3284,10 @@
|
|||
RelativePath="include\wx\dcprint.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\dcps.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\dcscreen.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\dcsvg.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\debugrpt.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\dialog.h"
|
||||
>
|
||||
|
@ -3568,10 +3296,6 @@
|
|||
RelativePath="include\wx\dialup.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\dirctrl.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\dirdlg.h"
|
||||
>
|
||||
|
@ -3588,10 +3312,6 @@
|
|||
RelativePath="include\wx\dnd.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\aui\dockart.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\docmdi.h"
|
||||
>
|
||||
|
@ -3600,22 +3320,6 @@
|
|||
RelativePath="include\wx\docview.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\dragimag.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\dvrenderers.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\editlbox.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\propgrid\editors.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\effects.h"
|
||||
>
|
||||
|
@ -3624,34 +3328,18 @@
|
|||
RelativePath="include\wx\encinfo.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\evtloopsrc.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\fdrepdlg.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\filectrl.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\filedlg.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\filehistory.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\filepicker.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\aui\floatpane.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\fmappriv.h"
|
||||
>
|
||||
|
@ -3660,10 +3348,6 @@
|
|||
RelativePath="include\wx\font.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\fontdata.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\fontdlg.h"
|
||||
>
|
||||
|
@ -3684,14 +3368,6 @@
|
|||
RelativePath="include\wx\frame.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\aui\framemanager.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\ribbon\gallery.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\gauge.h"
|
||||
>
|
||||
|
@ -3716,26 +3392,10 @@
|
|||
RelativePath="include\wx\gifdecod.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\glcanvas.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\graphics.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\grid.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\headercol.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\headerctrl.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\help.h"
|
||||
>
|
||||
|
@ -3744,22 +3404,6 @@
|
|||
RelativePath="include\wx\helpbase.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\helphtml.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\helpwin.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\htmllbox.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\hyperlink.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\icon.h"
|
||||
>
|
||||
|
@ -3816,26 +3460,10 @@
|
|||
RelativePath="include\wx\imagxpm.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\infobar.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\itemid.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\joystick.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\layout.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\laywin.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\listbase.h"
|
||||
>
|
||||
|
@ -3852,10 +3480,6 @@
|
|||
RelativePath="include\wx\listctrl.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\propgrid\manager.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\matrix.h"
|
||||
>
|
||||
|
@ -3864,10 +3488,6 @@
|
|||
RelativePath="include\wx\mdi.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\mediactrl.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\menu.h"
|
||||
>
|
||||
|
@ -3884,38 +3504,18 @@
|
|||
RelativePath="include\wx\minifram.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\mousemanager.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\msgdlg.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\nativewin.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\nonownedwnd.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\notebook.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\notifmsg.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\numdlg.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\odcombo.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\overlay.h"
|
||||
>
|
||||
|
@ -3924,18 +3524,10 @@
|
|||
RelativePath="include\wx\ownerdrw.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\ribbon\page.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\palette.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\ribbon\panel.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\panel.h"
|
||||
>
|
||||
|
@ -3948,10 +3540,6 @@
|
|||
RelativePath="include\wx\pen.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\persist.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\pickerbase.h"
|
||||
>
|
||||
|
@ -3960,10 +3548,6 @@
|
|||
RelativePath="include\wx\popupwin.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\position.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\print.h"
|
||||
>
|
||||
|
@ -3980,34 +3564,6 @@
|
|||
RelativePath="include\wx\progdlg.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\propdlg.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\propgrid\property.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\propgrid\propgrid.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\propgrid\propgriddefs.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\propgrid\propgridiface.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\propgrid\propgridpagestate.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\propgrid\props.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\quantize.h"
|
||||
>
|
||||
|
@ -4020,18 +3576,10 @@
|
|||
RelativePath="include\wx\radiobut.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\range.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\rawbmp.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\rearrangectrl.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\region.h"
|
||||
>
|
||||
|
@ -4181,11 +3729,11 @@
|
|||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\persist\splitter.h"
|
||||
RelativePath="include\wx\splitter.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\splitter.h"
|
||||
RelativePath="include\wx\persist\splitter.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
@ -4269,11 +3817,11 @@
|
|||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\ribbon\toolbar.h"
|
||||
RelativePath="include\wx\toolbar.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\wx\toolbar.h"
|
||||
RelativePath="include\wx\ribbon\toolbar.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
|
Loading…
Reference in New Issue