From 91db83f0cc7c564ff6c853eeb4e790732dae81cd Mon Sep 17 00:00:00 2001 From: tma Date: Tue, 4 Oct 2005 01:49:02 +0000 Subject: * lcc and q3asm now build with MinGW git-svn-id: svn://svn.icculus.org/quake3/trunk@133 edf5b092-35ff-0310-97b2-ce42778d08ea --- lcc/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lcc/makefile') diff --git a/lcc/makefile b/lcc/makefile index c496406..26efed4 100644 --- a/lcc/makefile +++ b/lcc/makefile @@ -4,10 +4,10 @@ TEMPDIR=/tmp A=.a O=.o E= -CC=cc +CC=gcc CFLAGS=-O2 -Wall -fno-strict-aliasing LDFLAGS= -LD=cc +LD=gcc AR=ar ruv RANLIB=ranlib DIFF=diff -- cgit v1.2.3