haxe/haxe.sh

Mon, 13 Jun 2011 16:21:59 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 13 Jun 2011 16:21:59 +0200
changeset 349
886b6dad933a
permissions
-rw-r--r--

Correct, adjust, and improve build configuration, nearing stable state:
Adjust freetype config due to custom lib name, remove nearly all
parallel make logic due to rule dependency errors, and resume iconv
corrections.

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