Fix ribbon samples being compiled when USE_RIBBON=0

This commit is contained in:
Raul Tambre
2017-02-05 13:48:08 +02:00
parent cbd516c52f
commit 314d3adbee
4 changed files with 28 additions and 9 deletions

View File

@@ -64,7 +64,7 @@
<subproject id="propgrid" template="sub" cond="USE_PROPGRID=='1'"/>
<subproject id="regtest" template="sub"/>
<subproject id="render" template="sub"/>
<subproject id="ribbon" template="sub"/>
<subproject id="ribbon" template="sub" cond="USE_RIBBON=='1'"/>
<subproject id="richtext" template="sub" cond="USE_HTML=='1'"/>
<subproject id="sashtest" template="sub"/>
<subproject id="scroll" template="sub"/>
@@ -91,7 +91,7 @@
<subproject id="widgets" template="sub"/>
<subproject id="wizard" template="sub"/>
<subproject id="wrapsizer" template="sub"/>
<subproject id="xrc" template="sub" cond="USE_HTML=='1'"/>
<subproject id="xrc" template="sub" cond="USE_HTML=='1' and USE_RIBBON=='1'"/>
<!--
These samples don't always build (they need non-default wxWidgets