mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Minor fixes after rebase
This commit is contained in:
parent
7aaf67d16f
commit
1b78de9b40
|
@ -2,6 +2,7 @@
|
|||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/all-deps/all-deps.iml" filepath="$PROJECT_DIR$/all-deps/all-deps.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/teavm.iml" filepath="$PROJECT_DIR$/teavm.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/tools/chrome-rdp/teavm-chrome-rdp.iml" filepath="$PROJECT_DIR$/tools/chrome-rdp/teavm-chrome-rdp.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/classlib/teavm-classlib.iml" filepath="$PROJECT_DIR$/classlib/teavm-classlib.iml" />
|
||||
|
|
|
@ -14,6 +14,8 @@
|
|||
</facet>
|
||||
<facet type="gwt" name="GWT">
|
||||
<configuration>
|
||||
<setting name="compilerMaxHeapSize" value="1024" />
|
||||
<setting name="gwtScriptOutputStyle" value="DETAILED" />
|
||||
<setting name="gwtSdkUrl" value="file://$MAVEN_REPOSITORY$/com/google/gwt/gwt-dev/2.7.0/" />
|
||||
<setting name="gwtSdkType" value="maven" />
|
||||
<setting name="webFacet" value="Web" />
|
||||
|
|
|
@ -163,7 +163,7 @@ public final class TeaVMRunner {
|
|||
if (commandLine.hasOption("mainpage")) {
|
||||
tool.setMainPageIncluded(true);
|
||||
}
|
||||
if (commandLine.hasOption('D')) {
|
||||
if (commandLine.hasOption('g')) {
|
||||
tool.setDebugInformationGenerated(true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user