- Disabled -Wall and -Werror for people who want to unpack

rogue and xatrix into the directories and build it... my
  tree is clean, but we'll have to wait to see if we can
  include it in CVS
This commit is contained in:
Jamie Wilkinson 2002-04-11 14:12:28 +00:00
parent 628e28f93d
commit c25b318fc2
2 changed files with 4 additions and 2 deletions

View file

@ -65,6 +65,7 @@ game_so_SOURCES = \
p_weapon.c \
q_shared.c
AM_CFLAGS = -fPIC -Wall -Werror -pipe
#AM_CFLAGS = -fPIC -Wall -Werror -pipe
AM_CFLAGS = -fPIC -pipe
AM_CPPFLAGS = -I..
LDFLAGS = -shared

View file

@ -55,6 +55,7 @@ game_so_SOURCES = \
p_weapon.c \
q_shared.c
AM_CFLAGS = -fPIC -Wall -Werror -pipe
#AM_CFLAGS = -fPIC -Wall -Werror -pipe
AM_CFLAGS = -fPIC -pipe
AM_CPPFLAGS = -I..
LDFLAGS = -shared