Fixed acces rights for linux + temp. Makefile changes

This commit is contained in:
Walter Julius Hennecke 2012-12-30 19:43:36 +01:00
parent 4fad2ac3d9
commit eeb2f78122
3 changed files with 843 additions and 843 deletions

6
linux/Makefile Normal file → Executable file
View file

@ -25,7 +25,7 @@ BDIR=./
# Where we are building from (where the source code should be!) # Where we are building from (where the source code should be!)
#MOUNT_DIR=/projects/Quake3/q3code #MOUNT_DIR=/projects/Quake3/q3code
MOUNT_DIR=../.. MOUNT_DIR=..
# Custom lcc location, used in vm builds # Custom lcc location, used in vm builds
LCC=/home/zoid/Quake3/lcc LCC=/home/zoid/Quake3/lcc
@ -53,7 +53,7 @@ SDIR=$(MOUNT_DIR)/Executable/server
RDIR=$(MOUNT_DIR)/Libs/renderer RDIR=$(MOUNT_DIR)/Libs/renderer
CMDIR=$(MOUNT_DIR)/Shared/qcommon CMDIR=$(MOUNT_DIR)/Shared/qcommon
UDIR=$(MOUNT_DIR)/Executable/unix UDIR=$(MOUNT_DIR)/Executable/unix
GDIR=$(MOUNT_DIR)/DLLs/game GDIR=$(MOUNT_DIR)/dlls/game
CGDIR=$(MOUNT_DIR)/DLLs/cgame CGDIR=$(MOUNT_DIR)/DLLs/cgame
BAIDIR=$(MOUNT_DIR)/botai BAIDIR=$(MOUNT_DIR)/botai
BLIBDIR=$(MOUNT_DIR)/Executable/botlib BLIBDIR=$(MOUNT_DIR)/Executable/botlib
@ -95,7 +95,7 @@ RPMARCH=i386
VENDOR=unknown VENDOR=unknown
endif #alpha test endif #alpha test
BASE_CFLAGS=-Dstricmp=strcasecmp -Dstrcmpi=strcasecmp -Dstrnicmp=strncasecmp -pipe BASE_CFLAGS=-Dstricmp=strcasecmp -Dstrcmpi=strcasecmp -Dstrnicmp=strncasecmp -pipe -m32 -I../dlls
#BASE_CFLAGS=-Dstricmp=strcasecmp -I$(MESADIR)/include -I/usr/X11R6/include -I/usr/include/glide -pipe #BASE_CFLAGS=-Dstricmp=strcasecmp -I$(MESADIR)/include -I/usr/X11R6/include -I/usr/include/glide -pipe
DEBUG_CFLAGS=$(BASE_CFLAGS) -g -Wno-deprecated DEBUG_CFLAGS=$(BASE_CFLAGS) -g -Wno-deprecated

0
linux/make_debug.sh Normal file → Executable file
View file

0
linux/make_release.sh Normal file → Executable file
View file