Fix the except sample being compiled when USE_EXCEPTIONS=0

This commit is contained in:
Raul Tambre
2017-02-05 13:36:01 +02:00
parent 8d345a6201
commit 5d3ef67019
4 changed files with 19 additions and 4 deletions

View File

@@ -34,7 +34,7 @@
<subproject id="drawing" template="sub"/>
<subproject id="erase" template="sub"/>
<subproject id="event" template="sub"/>
<subproject id="except" template="sub"/>
<subproject id="except" template="sub" cond="USE_EXCEPTIONS=='1'"/>
<subproject id="exec" template="sub"/>
<subproject id="font" template="sub"/>
<subproject id="grid" template="sub"/>