From 59b6a5ccdb397cdd3a47c97d6cda5438a225a338 Mon Sep 17 00:00:00 2001 From: tma Date: Sat, 26 Nov 2005 15:01:28 +0000 Subject: * Disable ccache by default. If you want it, add USE_CCACHE=1 to Makefile.local * Remove -gfull from linux section in Makefile -- it's darwin only * Cast away some warnings that surfaced from using "new" AL headers * Various whitespace and consistency fixes git-svn-id: svn://svn.icculus.org/quake3/trunk@375 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/tools/lcc/Makefile | 9 --------- 1 file changed, 9 deletions(-) (limited to 'code/tools/lcc') diff --git a/code/tools/lcc/Makefile b/code/tools/lcc/Makefile index 86eec1a..31b7664 100644 --- a/code/tools/lcc/Makefile +++ b/code/tools/lcc/Makefile @@ -22,17 +22,8 @@ RMDIR=rmdir BUILDDIR=build BD=$(BUILDDIR)/ -ifeq ($(PLATFORM),darwin) - LCC_CFLAGS += -DMACOS_X=1 -endif - -ifndef USE_CCACHE - USE_CCACHE=0 -endif - ifeq ($(USE_CCACHE),1) CC := ccache $(CC) - CXX := ccache $(CXX) endif ifeq ($(PLATFORM),SunOS) -- cgit v1.2.3