Changeset 30581 in osm for applications/editors/josm/nsis/josm-setup-unix.sh
- Timestamp:
- 2014-08-13T02:48:01+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/nsis/josm-setup-unix.sh
r30580 r30581 101 101 102 102 export TARGET=$1 # josm / josm64. Used in file name of launcher and installer 103 #export RTBITS=$2 # L4J "runtimeBits" (JVM architecture used by launcher)104 #export INIHEAP=$3 # L4J "initialHeapSize" (initial heap size in MB)105 #export MAXHEAP=$4 # L4J "maxHeapSize" (max heap size in MB)106 103 107 104 /bin/rm -f "launch4j_${TARGET}.xml" … … 137 134 138 135 build_exe "josm" "64\/32" 128 1024 139 build_exe "josm64" "64" 256 2048 136 # 64-bit binary generation commented until possible with launch4j / nsis 137 # build_exe "josm64" "64" 256 2048 140 138 141 139 /bin/rm -f josm-tested.jar 2>/dev/null >/dev/null
Note:
See TracChangeset
for help on using the changeset viewer.