Fix ribbon samples being compiled when USE_RIBBON=0
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user