mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-12-12 13:42:21 +00:00
- 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:
parent
628e28f93d
commit
c25b318fc2
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue