Add wxPropertyGrid XRC handler files to the library

This commit is contained in:
Vadim Zeitlin 2023-10-27 00:54:03 +02:00
parent 194acf347f
commit 8694a1b2f1
9 changed files with 78 additions and 13 deletions

View file

@ -3055,6 +3055,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/propgrid/propgridiface.cpp
src/propgrid/propgridpagestate.cpp
src/propgrid/props.cpp
src/xrc/xh_propgrid.cpp
</set>
<set var="PROPGRID_HDR" hints="files">
wx/propgrid/advprops.h
@ -3067,6 +3068,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/propgrid/propgridpagestate.h
wx/propgrid/props.h
wx/propgrid/private.h
wx/xrc/xh_propgrid.h
</set>
<!-- ====================================================================== -->

View file

@ -339,7 +339,9 @@
<define>WXUSINGDLL</define>
<define>WXMAKINGDLL_PROPGRID</define>
<sources>$(PROPGRID_SRC)</sources>
<library>xrcdll</library>
<library>coredll</library>
<library>xmldll</library>
<library>basedll</library>
<msvc-headers>$(PROPGRID_HDR)</msvc-headers>
</dll>