Let SVGA use -ldl and added comment about BPP8*_* definitions

This commit is contained in:
stephanr 2001-06-07 22:00:25 +00:00
parent 0642cf195f
commit df400afa01

10
setup
View file

@ -37,10 +37,14 @@ cat << .. > $RULESFILE
EXTRA_CFLAGS="-DUNIT_ON_MAP -DNEW_AI"
## SLOW_INPUT If you have problems that events aren't fetched.
# This could be used for experimental versions
## BPP8_* Only for X11 8bpp common palette:
## BPP8_NORMAL disables default, like other Xbpp (delivers errors)
## BPP8_WINSAFE Uses a windows safe palette instead.
## BPP8_IRGB Uses a palette based on 4x4x4 RGB in 4 intensities
## These could be used for experimental versions
## There are some still not well tested code parts or branches.
## UNIT_ON_MAP: Faster lookup of units
## NEW_MAPDRAW: Stephans new map draw code
## NEW_MAPDRAW: Stephans new map draw code (value>1 shows update)
## NEW_NAMES: New unit names without copyleft problems
## NEW_AI: New better improved AI code
## These aren't working yet:
@ -420,7 +424,7 @@ fi
[vV])
echo "Using SVGALIB"
echo "VIDEO = -DUSE_SVGALIB" >> $RULESFILE
echo "VIDEOLIB = -lvga" >> $RULESFILE
echo "VIDEOLIB = -lvga -ldl" >> $RULESFILE
;;
[bB])