Skip to content

Instantly share code, notes, and snippets.

@jeffque
Created October 3, 2018 05:14
Show Gist options
  • Save jeffque/238552e08801cad4951c7019d9bf4457 to your computer and use it in GitHub Desktop.
Save jeffque/238552e08801cad4951c7019d9bf4457 to your computer and use it in GitHub Desktop.
Exemplo completo de compilação do `App`
new CompilationBuilder()
.setKey(tcKey)
.setTotalCrossHome(tcHome)
.setPlatformsTarget(AvailablePlatforms.WIN32)
.setMustCompile(s -> s.contains("totalcross-functional-toolbox"))
.setMainTarget(App.class)
.singlePackage()
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment