haxe/haxe.sh

Sat, 18 Apr 2009 14:15:47 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 18 Apr 2009 14:15:47 +0200
changeset 162
f38ce52e77c3
permissions
-rw-r--r--

Rewrite plugin inclusion list and ordering.
Plugin abook_take was integrated into the core and is not available.
Add new built in plugins such as bug_report, fortune, and squrrel_logger.
Replace SimplePurple with SpiceLice, as a purple theme already exists.

michael@112 1 #!/bin/sh
michael@112 2 HAXE_LIBRARY_PATH="@l_prefix@/lib/haxe"
michael@112 3 export HAXE_LIBRARY_PATH
michael@112 4 @l_prefix@/libexec/haxe/haxe ${1+"$@"}

mercurial