Add support for stonesense distributed with allegro libs as .so

develop
Petr Mrázek 2011-08-20 13:37:14 +02:00
parent 0ede6c3992
commit 0808c9c0ab
2 changed files with 3 additions and 1 deletions

@ -25,7 +25,7 @@ set(DF_VERSION_MINOR "31")
set(DF_VERSION_PATCH "25")
set(DF_VERSION "${DF_VERSION_MAJOR}.${DF_VERSION_MINOR}.${DF_VERSION_PATCH}")
set(DFHACK_RELEASE "4")
set(DFHACK_RELEASE "5")
## where to install things (after the build is done, classic 'make install' or package structure)
# the dfhack libraries will be installed here:

@ -35,6 +35,8 @@ fi
# Now run
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"./stonesense/deplibs"
case "$1" in
-g | --gdb)
shift