Magellan Linux

Contents of /trunk/nwn/nwn-wrapper.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 99 - (show annotations) (download) (as text)
Wed Jan 24 21:41:35 2007 UTC (17 years, 3 months ago) by niro
File MIME type: application/x-sh
File size: 303 byte(s)
new files

1 #!/bin/sh
2 # $Header: /root/magellan-cvs/src/nwn/nwn-wrapper.sh,v 1.1 2007-01-24 21:41:35 niro Exp $
3 # Wrapper for Neverwinter Nights for Magellan-Linux
4
5 export SDL_MOUSE_RELATIVE=0
6 export SDL_VIDEO_X11_DGAMOUSE=0
7
8 export LD_LIBRARY_PATH=./miles:${LD_LIBRARY_PATH}
9
10 cd /usr/games/nwn
11 ./nwmain $*
12 exit $?