mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
Added the opengl-template-pattern ant property to control the set of included opengl extensions
This commit is contained in:
parent
df2bc7d7e0
commit
4636c4b251
3 changed files with 14 additions and 34 deletions
|
|
@ -164,7 +164,6 @@ public class GeneratorVisitor extends SimpleDeclarationVisitor {
|
|||
|
||||
private void generateJavaSource(InterfaceDeclaration d) throws IOException {
|
||||
validateMethods(d);
|
||||
// PrintWriter java_writer = env.getFiler().createSourceFile(Utils.getQualifiedClassName(d));
|
||||
PrintWriter java_writer = env.getFiler().createTextFile(Filer.Location.SOURCE_TREE, d.getPackage().getQualifiedName(), new File(Utils.getSimpleClassName(d) + ".java"), null);
|
||||
java_writer.println("/* MACHINE GENERATED FILE, DO NOT EDIT */");
|
||||
java_writer.println();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue