* moved SVN_VERSION #ifdef from client.h to q_shared.h so dedicated server
builds when svn version cannot be detected
This commit is contained in:
parent
5ee7b5ed59
commit
1f8c2c56eb
3 changed files with 4 additions and 5 deletions
2
Makefile
2
Makefile
|
@ -131,7 +131,7 @@ SDLHDIR=$(MOUNT_DIR)/SDL12
|
|||
LIBSDIR=$(MOUNT_DIR)/libs
|
||||
|
||||
# extract version info
|
||||
VERSION=$(shell grep Q3_VERSION $(CMDIR)/q_shared.h | \
|
||||
VERSION=$(shell grep "\#define Q3_VERSION" $(CMDIR)/q_shared.h | \
|
||||
sed -e 's/.*".* \([^ ]*\)"/\1/')
|
||||
|
||||
USE_SVN=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue