mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Importing Processing rev. 5503 (1.0.3).
This commit is contained in:
11
build/shared/tools/Mangler/make.sh
Executable file
11
build/shared/tools/Mangler/make.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
# The pde.jar file may be buried inside the .app file on Mac OS X.
|
||||
PDE=`find ../.. -name pde.jar`
|
||||
|
||||
javac -target 1.5 \
|
||||
-cp "../../lib/core.jar:$PDE" \
|
||||
-d bin \
|
||||
src/Mangler.java
|
||||
|
||||
cd bin && zip -r ../tool/mangler.jar * && cd ..
|
Reference in New Issue
Block a user