Add wxPropertyGrid XRC handler files to the library
This commit is contained in:
parent
194acf347f
commit
8694a1b2f1
9 changed files with 78 additions and 13 deletions
|
|
@ -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>
|
||||
|
||||
<!-- ====================================================================== -->
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue