changement de la taille des emulbs pour utiliser la plus ancienne des cartes emulbs (la + grande :-)

This commit is contained in:
Forgotten Author (ana) 2003-02-20 14:28:06 +00:00
parent 1590cf8f09
commit 3a304b4886
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in
YACC = @YACC@ -d
DEFS = @DEFS@ -DEMULBS_NBR_EMULBS=4 -DEMULBS_BS_SIZE=40 -DEMULBS_VERSION=\"@EMULBS_VERSION@\" -DPROGRAM_NAME=\"emulbs\"
DEFS = @DEFS@ -DEMULBS_NBR_EMULBS=4 -DEMULBS_BS_SIZE=31 -DEMULBS_VERSION=\"@EMULBS_VERSION@\" -DPROGRAM_NAME=\"emulbs\"
AM_CFLAGS = @ALLIANCE_CFLAGS@