diff --git a/Makefile.in b/Makefile.in index bdf3013820..dc96fef41f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -411,7 +411,6 @@ ALL_BASE_HEADERS = \ wx/hash.h \ wx/hashmap.h \ wx/hashset.h \ - wx/html/forcelnk.h \ wx/iconloc.h \ wx/init.h \ wx/intl.h \ @@ -593,7 +592,6 @@ ALL_PORTS_BASE_HEADERS = \ wx/hash.h \ wx/hashmap.h \ wx/hashset.h \ - wx/html/forcelnk.h \ wx/iconloc.h \ wx/init.h \ wx/intl.h \ @@ -3203,6 +3201,11 @@ COND_TOOLKIT_MSW_GUI_HDR = \ wx/msw/toplevel.h \ wx/msw/treectrl.h \ wx/msw/window.h \ + wx/msw/checklst.h \ + wx/msw/fdrepdlg.h \ + wx/msw/fontdlg.h \ + wx/msw/ole/automtn.h \ + wx/msw/ole/uuid.h \ wx/msw/wx.manifest \ wx/msw/amd64.manifest \ wx/msw/ia64.manifest \ @@ -3230,12 +3233,7 @@ COND_TOOLKIT_MSW_GUI_HDR = \ wx/msw/mdi.ico \ wx/msw/question.ico \ wx/msw/removble.ico \ - wx/msw/std.ico \ - wx/msw/checklst.h \ - wx/msw/fdrepdlg.h \ - wx/msw/fontdlg.h \ - wx/msw/ole/automtn.h \ - wx/msw/ole/uuid.h + wx/msw/std.ico @COND_TOOLKIT_MSW@GUI_HDR = $(COND_TOOLKIT_MSW_GUI_HDR) COND_TOOLKIT_OSX_CARBON_GUI_HDR = \ wx/html/webkit.h \ @@ -3645,34 +3643,6 @@ COND_TOOLKIT_WINCE_GUI_HDR = \ wx/msw/toplevel.h \ wx/msw/treectrl.h \ wx/msw/window.h \ - wx/msw/wx.manifest \ - wx/msw/amd64.manifest \ - wx/msw/ia64.manifest \ - wx/msw/wx.rc \ - wx/msw/colours.bmp \ - wx/msw/csquery.bmp \ - wx/msw/blank.cur \ - wx/msw/bullseye.cur \ - wx/msw/cross.cur \ - wx/msw/hand.cur \ - wx/msw/magnif1.cur \ - wx/msw/pbrush.cur \ - wx/msw/pencil.cur \ - wx/msw/pntleft.cur \ - wx/msw/pntright.cur \ - wx/msw/roller.cur \ - wx/msw/cdrom.ico \ - wx/msw/child.ico \ - wx/msw/computer.ico \ - wx/msw/drive.ico \ - wx/msw/file1.ico \ - wx/msw/floppy.ico \ - wx/msw/folder1.ico \ - wx/msw/folder2.ico \ - wx/msw/mdi.ico \ - wx/msw/question.ico \ - wx/msw/removble.ico \ - wx/msw/std.ico \ wx/generic/fdrepdlg.h \ wx/generic/filedlgg.h \ wx/generic/fontdlgg.h \ @@ -4210,6 +4180,7 @@ COND_USE_GUI_1_ALL_GUI_HEADERS = \ wx/html/winpars.h \ wx/wxhtml.h \ wx/htmllbox.h \ + wx/html/forcelnk.h \ $(MSW_HTML_HDR) \ wx/glcanvas.h \ $(OPENGL_HDR_PLATFORM) \ diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index e0fd73bc29..53a95499e9 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -412,7 +412,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/hash.h wx/hashmap.h wx/hashset.h - wx/html/forcelnk.h wx/iconloc.h wx/init.h wx/intl.h @@ -3168,6 +3167,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/wxhtml.h wx/htmllbox.h + wx/html/forcelnk.h $(HTML_CMN_HDR) diff --git a/build/files b/build/files index 14b070452b..859d25b9ec 100644 --- a/build/files +++ b/build/files @@ -334,7 +334,6 @@ BASE_CMN_HDR = wx/hash.h wx/hashmap.h wx/hashset.h - wx/html/forcelnk.h wx/iconloc.h wx/init.h wx/intl.h @@ -2842,6 +2841,7 @@ HTML_CMN_SRC = HTML_MSW_HDR = wx/msw/helpbest.h HTML_CMN_HDR = + wx/html/forcelnk.h wx/html/helpctrl.h wx/html/helpdata.h wx/html/helpdlg.h diff --git a/build/msw/wx_vc10_base.vcxproj b/build/msw/wx_vc10_base.vcxproj index d121bb3444..b007c0446f 100644 --- a/build/msw/wx_vc10_base.vcxproj +++ b/build/msw/wx_vc10_base.vcxproj @@ -660,7 +660,6 @@ - diff --git a/build/msw/wx_vc10_base.vcxproj.filters b/build/msw/wx_vc10_base.vcxproj.filters index d53d1b99f9..499aa9308c 100644 --- a/build/msw/wx_vc10_base.vcxproj.filters +++ b/build/msw/wx_vc10_base.vcxproj.filters @@ -19,9 +19,6 @@ {61C63C83-EF8C-51CA-A418-51936E7FCD4A} - - {B4103426-A5DB-5CF0-A30E-BC9546513AAF} - {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} @@ -556,9 +553,6 @@ Common Headers - - wxHTML Headers - Common Headers diff --git a/build/msw/wx_vc10_html.vcxproj b/build/msw/wx_vc10_html.vcxproj index 0bb6307a41..71ece2d2aa 100644 --- a/build/msw/wx_vc10_html.vcxproj +++ b/build/msw/wx_vc10_html.vcxproj @@ -554,6 +554,7 @@ + diff --git a/build/msw/wx_vc10_html.vcxproj.filters b/build/msw/wx_vc10_html.vcxproj.filters index ffaeba88b4..990e9327e2 100644 --- a/build/msw/wx_vc10_html.vcxproj.filters +++ b/build/msw/wx_vc10_html.vcxproj.filters @@ -30,9 +30,6 @@ Common Sources - - MSW Sources - Generic Sources @@ -108,6 +105,9 @@ wxHTML Sources + + MSW Sources + @@ -115,8 +115,8 @@ - - MSW Headers + + wxHTML Headers wxHTML Headers @@ -169,6 +169,9 @@ Common Headers + + MSW Headers + Common Headers diff --git a/build/msw/wx_vc11_base.vcxproj b/build/msw/wx_vc11_base.vcxproj index b41cdaf4a2..5b5c0d0949 100644 --- a/build/msw/wx_vc11_base.vcxproj +++ b/build/msw/wx_vc11_base.vcxproj @@ -660,7 +660,6 @@ - diff --git a/build/msw/wx_vc11_base.vcxproj.filters b/build/msw/wx_vc11_base.vcxproj.filters index d53d1b99f9..499aa9308c 100644 --- a/build/msw/wx_vc11_base.vcxproj.filters +++ b/build/msw/wx_vc11_base.vcxproj.filters @@ -19,9 +19,6 @@ {61C63C83-EF8C-51CA-A418-51936E7FCD4A} - - {B4103426-A5DB-5CF0-A30E-BC9546513AAF} - {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} @@ -556,9 +553,6 @@ Common Headers - - wxHTML Headers - Common Headers diff --git a/build/msw/wx_vc11_html.vcxproj b/build/msw/wx_vc11_html.vcxproj index 9ecc056614..78f3bdf765 100644 --- a/build/msw/wx_vc11_html.vcxproj +++ b/build/msw/wx_vc11_html.vcxproj @@ -554,6 +554,7 @@ + diff --git a/build/msw/wx_vc11_html.vcxproj.filters b/build/msw/wx_vc11_html.vcxproj.filters index ffaeba88b4..990e9327e2 100644 --- a/build/msw/wx_vc11_html.vcxproj.filters +++ b/build/msw/wx_vc11_html.vcxproj.filters @@ -30,9 +30,6 @@ Common Sources - - MSW Sources - Generic Sources @@ -108,6 +105,9 @@ wxHTML Sources + + MSW Sources + @@ -115,8 +115,8 @@ - - MSW Headers + + wxHTML Headers wxHTML Headers @@ -169,6 +169,9 @@ Common Headers + + MSW Headers + Common Headers diff --git a/build/msw/wx_vc12_base.vcxproj b/build/msw/wx_vc12_base.vcxproj index b1672d5840..e9efe05272 100644 --- a/build/msw/wx_vc12_base.vcxproj +++ b/build/msw/wx_vc12_base.vcxproj @@ -660,7 +660,6 @@ - diff --git a/build/msw/wx_vc12_base.vcxproj.filters b/build/msw/wx_vc12_base.vcxproj.filters index d53d1b99f9..499aa9308c 100644 --- a/build/msw/wx_vc12_base.vcxproj.filters +++ b/build/msw/wx_vc12_base.vcxproj.filters @@ -19,9 +19,6 @@ {61C63C83-EF8C-51CA-A418-51936E7FCD4A} - - {B4103426-A5DB-5CF0-A30E-BC9546513AAF} - {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} @@ -556,9 +553,6 @@ Common Headers - - wxHTML Headers - Common Headers diff --git a/build/msw/wx_vc12_html.vcxproj b/build/msw/wx_vc12_html.vcxproj index dce68ab783..f4c89e95de 100644 --- a/build/msw/wx_vc12_html.vcxproj +++ b/build/msw/wx_vc12_html.vcxproj @@ -554,6 +554,7 @@ + diff --git a/build/msw/wx_vc12_html.vcxproj.filters b/build/msw/wx_vc12_html.vcxproj.filters index ffaeba88b4..990e9327e2 100644 --- a/build/msw/wx_vc12_html.vcxproj.filters +++ b/build/msw/wx_vc12_html.vcxproj.filters @@ -30,9 +30,6 @@ Common Sources - - MSW Sources - Generic Sources @@ -108,6 +105,9 @@ wxHTML Sources + + MSW Sources + @@ -115,8 +115,8 @@ - - MSW Headers + + wxHTML Headers wxHTML Headers @@ -169,6 +169,9 @@ Common Headers + + MSW Headers + Common Headers diff --git a/build/msw/wx_vc7_base.vcproj b/build/msw/wx_vc7_base.vcproj index 6d7461a5b5..b0bd719b48 100644 --- a/build/msw/wx_vc7_base.vcproj +++ b/build/msw/wx_vc7_base.vcproj @@ -844,13 +844,6 @@ RelativePath="..\..\include\wx\generic\fswatcher.h"> - - - - diff --git a/build/msw/wx_vc7_core.vcproj b/build/msw/wx_vc7_core.vcproj index 4a7372f52a..aed8c3d009 100644 --- a/build/msw/wx_vc7_core.vcproj +++ b/build/msw/wx_vc7_core.vcproj @@ -1786,6 +1786,9 @@ + + diff --git a/build/msw/wx_vc7_html.vcproj b/build/msw/wx_vc7_html.vcproj index f5e9511162..c796bbfe04 100644 --- a/build/msw/wx_vc7_html.vcproj +++ b/build/msw/wx_vc7_html.vcproj @@ -502,6 +502,9 @@ + + diff --git a/build/msw/wx_vc8_base.vcproj b/build/msw/wx_vc8_base.vcproj index 2e715b5b7d..def095eb49 100644 --- a/build/msw/wx_vc8_base.vcproj +++ b/build/msw/wx_vc8_base.vcproj @@ -1134,15 +1134,6 @@ > - - - - + + diff --git a/build/msw/wx_vc8_html.vcproj b/build/msw/wx_vc8_html.vcproj index 9cd98748ac..e0e9542d3b 100644 --- a/build/msw/wx_vc8_html.vcproj +++ b/build/msw/wx_vc8_html.vcproj @@ -678,6 +678,10 @@ Name="wxHTML Headers" UniqueIdentifier="{B4103426-A5DB-5CF0-A30E-BC9546513AAF}" > + + diff --git a/build/msw/wx_vc9_base.vcproj b/build/msw/wx_vc9_base.vcproj index a9f7cd3787..f290b8c6bd 100644 --- a/build/msw/wx_vc9_base.vcproj +++ b/build/msw/wx_vc9_base.vcproj @@ -1132,15 +1132,6 @@ > - - - - + + diff --git a/build/msw/wx_vc9_html.vcproj b/build/msw/wx_vc9_html.vcproj index c1a51bf1f9..042ab74fca 100644 --- a/build/msw/wx_vc9_html.vcproj +++ b/build/msw/wx_vc9_html.vcproj @@ -676,6 +676,10 @@ Name="wxHTML Headers" UniqueIdentifier="{B4103426-A5DB-5CF0-A30E-BC9546513AAF}" > + +