diff options
| author | Keith Packard <keithp@keithp.com> | 2014-05-28 19:50:52 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-05-28 19:50:52 -0700 |
| commit | fe14315d4cfccf8b53d9c4b7fa79302fd36b2c9a (patch) | |
| tree | 921672a27f2d99dd7218f88b5988514d58f650b2 /telegps/telegps-fat | |
| parent | 47ff6f7528e3984012e874f91ea4f5c1d68cb465 (diff) | |
telegps: Working towards building fat versions of telegps application
Lots more of the bits necessary for windows/macosx
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'telegps/telegps-fat')
| -rwxr-xr-x | telegps/telegps-fat | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/telegps/telegps-fat b/telegps/telegps-fat new file mode 100755 index 00000000..87491248 --- /dev/null +++ b/telegps/telegps-fat @@ -0,0 +1,4 @@ +#!/bin/sh +me=`which "$0"` +dir=`dirname "$me"` +exec java -cp "$dir/*" -Djava.library.path="$dir" -jar "$dir"/telegps-fat.jar "$@" |
