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