Skip to content

Commit

Permalink
index.html dce-options
Browse files Browse the repository at this point in the history
  • Loading branch information
markknol committed Jan 12, 2015
1 parent e6f0e4b commit d287833
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Expand Up @@ -119,6 +119,15 @@
</div>

</div>
<div class="control-group hx-dce-name">
<label class="control-label" for="main-class"><a href="http://haxe.org/manual/cr-dce.html">DCE</a></label>
<div class="controls">

<label class="radio"><input type="radio" name="dce" value="full" checked></input> full</label>
<label class="radio"><input type="radio" name="dce" value="no"></input> no</label>

</div>
</div>
<div class="control-group hx-libs">
<label class="control-label" for="libs-checkbox">Libraries</label>

Expand Down

0 comments on commit d287833

Please sign in to comment.