Install all required headers as part of wxUniv/MSW installation
Move headers needed by wxUniv too to MSW_LOWLEVEL_HDR, so that they get installed by "make install".
This commit is contained in:
parent
544353e940
commit
2d1c63a4c1
4 changed files with 157 additions and 153 deletions
79
Makefile.in
79
Makefile.in
|
|
@ -2875,7 +2875,46 @@ COND_TOOLKIT_MSW_LOWLEVEL_HDR = \
|
|||
wx/msw/sound.h \
|
||||
wx/msw/joystick.h \
|
||||
wx/msw/evtloop.h \
|
||||
wx/msw/taskbarbutton.h
|
||||
wx/msw/taskbarbutton.h \
|
||||
wx/msw/gdiimage.h \
|
||||
wx/msw/dib.h \
|
||||
wx/msw/ole/droptgt.h \
|
||||
wx/msw/icon.h \
|
||||
wx/msw/toplevel.h \
|
||||
wx/msw/darkmode.h \
|
||||
wx/msw/dcprint.h \
|
||||
wx/msw/tooltip.h \
|
||||
wx/msw/ole/dataform.h \
|
||||
wx/msw/region.h \
|
||||
wx/msw/clipbrd.h \
|
||||
wx/msw/app.h \
|
||||
wx/msw/ole/oleutils.h \
|
||||
wx/msw/dcscreen.h \
|
||||
wx/msw/dcclient.h \
|
||||
wx/msw/font.h \
|
||||
wx/msw/ole/safearray.h \
|
||||
wx/msw/colour.h \
|
||||
wx/msw/ole/access.h \
|
||||
wx/msw/ole/dataobj2.h \
|
||||
wx/msw/dc.h \
|
||||
wx/msw/brush.h \
|
||||
wx/msw/ole/dataobj.h \
|
||||
wx/msw/cursor.h \
|
||||
wx/msw/ole/dropsrc.h \
|
||||
wx/msw/printwin.h \
|
||||
wx/msw/printdlg.h \
|
||||
wx/msw/dcmemory.h \
|
||||
wx/msw/appprogress.h \
|
||||
wx/msw/caret.h \
|
||||
wx/msw/window.h \
|
||||
wx/msw/bitmap.h \
|
||||
wx/msw/pen.h \
|
||||
wx/msw/enhmeta.h \
|
||||
wx/msw/ole/comimpl.h \
|
||||
wx/msw/palette.h \
|
||||
wx/msw/minifram.h \
|
||||
wx/msw/ctrlsub.h \
|
||||
wx/msw/init.h
|
||||
@COND_TOOLKIT_MSW@LOWLEVEL_HDR = $(COND_TOOLKIT_MSW_LOWLEVEL_HDR)
|
||||
@COND_TOOLKIT_OSX_COCOA@LOWLEVEL_HDR =
|
||||
@COND_TOOLKIT_OSX_IPHONE@LOWLEVEL_HDR =
|
||||
|
|
@ -3115,41 +3154,22 @@ COND_TOOLKIT_MSW_GUI_HDR = \
|
|||
wx/generic/fontpickerg.h \
|
||||
wx/msw/accel.h \
|
||||
wx/msw/anybutton.h \
|
||||
wx/msw/app.h \
|
||||
wx/msw/appprogress.h \
|
||||
wx/msw/bitmap.h \
|
||||
wx/msw/bmpbuttn.h \
|
||||
wx/msw/brush.h \
|
||||
wx/msw/button.h \
|
||||
wx/msw/caret.h \
|
||||
wx/msw/checkbox.h \
|
||||
wx/msw/choice.h \
|
||||
wx/msw/clipbrd.h \
|
||||
wx/msw/colordlg.h \
|
||||
wx/msw/colour.h \
|
||||
wx/msw/combo.h \
|
||||
wx/msw/combobox.h \
|
||||
wx/msw/control.h \
|
||||
wx/msw/ctrlsub.h \
|
||||
wx/msw/cursor.h \
|
||||
wx/msw/custombgwin.h \
|
||||
wx/msw/dc.h \
|
||||
wx/msw/dcclient.h \
|
||||
wx/msw/dcmemory.h \
|
||||
wx/msw/dcprint.h \
|
||||
wx/msw/dcscreen.h \
|
||||
wx/msw/dialog.h \
|
||||
wx/msw/dib.h \
|
||||
wx/msw/dirdlg.h \
|
||||
wx/msw/dragimag.h \
|
||||
wx/msw/enhmeta.h \
|
||||
wx/msw/filedlg.h \
|
||||
wx/msw/font.h \
|
||||
wx/msw/frame.h \
|
||||
wx/msw/gauge.h \
|
||||
wx/msw/gdiimage.h \
|
||||
wx/msw/headerctrl.h \
|
||||
wx/msw/icon.h \
|
||||
wx/msw/imaglist.h \
|
||||
wx/msw/iniconf.h \
|
||||
wx/msw/init.h \
|
||||
|
|
@ -3159,30 +3179,15 @@ COND_TOOLKIT_MSW_GUI_HDR = \
|
|||
wx/msw/menu.h \
|
||||
wx/msw/menuitem.h \
|
||||
wx/msw/metafile.h \
|
||||
wx/msw/minifram.h \
|
||||
wx/msw/missing.h \
|
||||
wx/msw/msgdlg.h \
|
||||
wx/msw/msvcrt.h \
|
||||
wx/msw/notebook.h \
|
||||
wx/msw/ole/access.h \
|
||||
wx/msw/ole/comimpl.h \
|
||||
wx/msw/ole/dataform.h \
|
||||
wx/msw/ole/dataobj.h \
|
||||
wx/msw/ole/dataobj2.h \
|
||||
wx/msw/ole/dropsrc.h \
|
||||
wx/msw/ole/droptgt.h \
|
||||
wx/msw/ole/oleutils.h \
|
||||
wx/msw/ole/safearray.h \
|
||||
wx/msw/ownerdrw.h \
|
||||
wx/msw/ownerdrawnbutton.h \
|
||||
wx/msw/palette.h \
|
||||
wx/msw/pen.h \
|
||||
wx/msw/printdlg.h \
|
||||
wx/msw/printwin.h \
|
||||
wx/msw/progdlg.h \
|
||||
wx/msw/radiobox.h \
|
||||
wx/msw/radiobut.h \
|
||||
wx/msw/region.h \
|
||||
wx/msw/rcdefs.h \
|
||||
wx/msw/richmsgdlg.h \
|
||||
wx/msw/scrolbar.h \
|
||||
|
|
@ -3198,10 +3203,7 @@ COND_TOOLKIT_MSW_GUI_HDR = \
|
|||
wx/msw/textctrl.h \
|
||||
wx/msw/textentry.h \
|
||||
wx/msw/tglbtn.h \
|
||||
wx/msw/tooltip.h \
|
||||
wx/msw/toplevel.h \
|
||||
wx/msw/treectrl.h \
|
||||
wx/msw/window.h \
|
||||
wx/msw/rt/utils.h \
|
||||
wx/msw/hyperlink.h \
|
||||
wx/msw/bmpcbox.h \
|
||||
|
|
@ -3211,7 +3213,6 @@ COND_TOOLKIT_MSW_GUI_HDR = \
|
|||
wx/msw/datectrl.h \
|
||||
wx/msw/calctrl.h \
|
||||
wx/generic/activityindicator.h \
|
||||
wx/msw/darkmode.h \
|
||||
wx/msw/checklst.h \
|
||||
wx/msw/fdrepdlg.h \
|
||||
wx/msw/fontdlg.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue