Added wxMac stub header files (include/wx/mac/*.h).
make install should now produce a usable installation. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1650,6 +1650,90 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
<!-- Unix files used by wxMac: -->
|
||||
src/unix/snglinst.cpp
|
||||
</set>
|
||||
<!-- Header files like wx/mac/foo.h which include wx/mac/carbon/foo.h -->
|
||||
<set var="MAC_CMN_HDR" hints="files">
|
||||
wx/mac/accel.h
|
||||
wx/mac/aga.h
|
||||
wx/mac/app.h
|
||||
wx/mac/bitmap.h
|
||||
wx/mac/bmpbuttn.h
|
||||
wx/mac/brush.h
|
||||
wx/mac/button.h
|
||||
wx/mac/checkbox.h
|
||||
wx/mac/checklst.h
|
||||
wx/mac/chkconf.h
|
||||
wx/mac/choice.h
|
||||
wx/mac/clipbrd.h
|
||||
wx/mac/colordlg.h
|
||||
wx/mac/colour.h
|
||||
wx/mac/combobox.h
|
||||
wx/mac/control.h
|
||||
wx/mac/cursor.h
|
||||
wx/mac/dataform.h
|
||||
wx/mac/dataobj.h
|
||||
wx/mac/dataobj2.h
|
||||
wx/mac/dc.h
|
||||
wx/mac/dcclient.h
|
||||
wx/mac/dcmemory.h
|
||||
wx/mac/dcprint.h
|
||||
wx/mac/dcscreen.h
|
||||
wx/mac/dialog.h
|
||||
wx/mac/dirdlg.h
|
||||
wx/mac/display.h
|
||||
wx/mac/dnd.h
|
||||
wx/mac/filedlg.h
|
||||
wx/mac/font.h
|
||||
wx/mac/fontdlg.h
|
||||
wx/mac/frame.h
|
||||
wx/mac/gauge.h
|
||||
wx/mac/gdiobj.h
|
||||
wx/mac/gsockmac.h
|
||||
wx/mac/helpxxxx.h
|
||||
wx/mac/icon.h
|
||||
wx/mac/imaglist.h
|
||||
wx/mac/listbox.h
|
||||
wx/mac/listctrl.h
|
||||
wx/mac/macnotfy.h
|
||||
wx/mac/macsock.h
|
||||
wx/mac/mdi.h
|
||||
wx/mac/menu.h
|
||||
wx/mac/menuitem.h
|
||||
wx/mac/metafile.h
|
||||
wx/mac/mimetype.h
|
||||
wx/mac/minifram.h
|
||||
wx/mac/msgdlg.h
|
||||
wx/mac/notebook.h
|
||||
wx/mac/palette.h
|
||||
wx/mac/pen.h
|
||||
wx/mac/pnghand.h
|
||||
wx/mac/pngread.h
|
||||
wx/mac/printdlg.h
|
||||
wx/mac/printmac.h
|
||||
wx/mac/private.h
|
||||
wx/mac/radiobox.h
|
||||
wx/mac/radiobut.h
|
||||
wx/mac/region.h
|
||||
wx/mac/scrolbar.h
|
||||
wx/mac/slider.h
|
||||
wx/mac/spinbutt.h
|
||||
wx/mac/spinctrl.h
|
||||
wx/mac/statbmp.h
|
||||
wx/mac/statbox.h
|
||||
wx/mac/statline.h
|
||||
wx/mac/stattext.h
|
||||
wx/mac/statusbr.h
|
||||
wx/mac/tabctrl.h
|
||||
wx/mac/textctrl.h
|
||||
wx/mac/timer.h
|
||||
wx/mac/tglbtn.h
|
||||
wx/mac/toolbar.h
|
||||
wx/mac/tooltip.h
|
||||
wx/mac/toplevel.h
|
||||
wx/mac/treectrl.h
|
||||
wx/mac/uma.h
|
||||
wx/mac/window.h
|
||||
</set>
|
||||
<!-- wxMac Carbon header files -->
|
||||
<set var="MAC_HDR" hints="files">
|
||||
wx/mac/carbon/accel.h
|
||||
wx/mac/carbon/aga.h
|
||||
@@ -2337,7 +2421,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
<if cond="TOOLKIT=='MOTIF'">$(MOTIF_HDR)</if>
|
||||
<if cond="TOOLKIT=='MSW'">$(MSW_HDR) $(MSW_ONLY_HDR)</if>
|
||||
<if cond="TOOLKIT=='WINCE'">$(MSW_HDR) $(WINCE_HDR)</if>
|
||||
<if cond="TOOLKIT=='MAC'">$(MAC_HDR)</if>
|
||||
<if cond="TOOLKIT=='MAC'">$(MAC_CMN_HDR) $(MAC_HDR)</if>
|
||||
<if cond="TOOLKIT=='COCOA'">$(COCOA_HDR)</if>
|
||||
<if cond="TOOLKIT=='PM'">$(OS2_HDR)</if>
|
||||
</set>
|
||||
|
Reference in New Issue
Block a user