Let generated code have class names that match variable names used in function creation.

This commit is contained in:
James Roseborough
2012-10-05 04:26:25 +00:00
parent 1a4eb0e3c7
commit 447c7f9850
4 changed files with 81 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009 Luaj.org. All rights reserved.
* Copyright (c) 2009-2012 Luaj.org. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -56,8 +56,8 @@ public class luajc {
System.exit(-1);
}
private String srcdir = null;
private String destdir = null;
private String srcdir = ".";
private String destdir = ".";
private boolean genmain = false;
private boolean recurse = false;
private boolean verbose = false;