forked from arduino/Arduino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request arduino#1899 from arduino/arduino_debug_master_bac…
…kport Windows: arduino_debug.exe
- Loading branch information
Showing
189 changed files
with
68 additions
and
14,276 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<launch4jConfig> | ||
<dontWrapJar>true</dontWrapJar> | ||
<headerType>console</headerType> | ||
<jar>lib</jar> | ||
<outfile>arduino_debug.exe</outfile> | ||
<errTitle></errTitle> | ||
<cmdLine></cmdLine> | ||
<chdir>.</chdir> | ||
<priority>normal</priority> | ||
<downloadUrl>http://java.sun.com/javase/downloads/</downloadUrl> | ||
<supportUrl></supportUrl> | ||
<customProcName>false</customProcName> | ||
<stayAlive>false</stayAlive> | ||
<manifest></manifest> | ||
<icon>application.ico</icon> | ||
<classPath> | ||
<mainClass>processing.app.Base</mainClass> | ||
<cp>lib/pde.jar</cp> | ||
<cp>lib/core.jar</cp> | ||
<cp>lib/jna.jar</cp> | ||
<cp>lib/ecj.jar</cp> | ||
<cp>lib/RXTXcomm.jar</cp> | ||
</classPath> | ||
<jre> | ||
<path>java</path> | ||
<minVersion>1.5.0</minVersion> | ||
<maxVersion></maxVersion> | ||
<jdkPreference>preferJre</jdkPreference> | ||
<opt>-Xms128m -Xmx128m</opt> | ||
</jre> | ||
<messages> | ||
<startupErr>An error occurred while starting the application.</startupErr> | ||
<bundledJreErr>This application was configured to use a bundled Java Runtime Environment but the runtime is missing or corrupted.</bundledJreErr> | ||
<jreVersionErr>This application requires at least Java Development Kit</jreVersionErr> | ||
<launcherErr>The registry refers to a nonexistent Java Development Kit installation or the runtime is corrupted.</launcherErr> | ||
<instanceAlreadyExistsMsg>An application instance is already running.</instanceAlreadyExistsMsg> | ||
</messages> | ||
</launch4jConfig> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
build/windows/launcher/launch4j/.settings/org.eclipse.jdt.core.prefs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.