Annotation of projects/fnaify/wrapper.template, Revision 1.1
1.1 ! thfr 1: #!/bin/sh
! 2:
! 3: #############
! 4: # created 2017-12-29 by Thomas Frohwein (thfr)
! 5: #
! 6: # wrapper script for launching FNA games on openbsd
! 7: # part of fnaify porting script repo
! 8: #############
! 9:
! 10: # Move to game's location in case invoked from elsewhere
! 11: cd "`dirname "$0"`"
! 12:
! 13: # make mono search for libraries in system folder
! 14: # by running with a set LB_LIBRARY_PATH
! 15: LD_LIBRARY_PATH=/usr/local/lib mono <WINDOWS_EXECUTABLE> $*
Contact: <mail@mail.thfr.info>