aboutsummaryrefslogtreecommitdiffstats
path: root/lcc/makefile
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-10-04 01:49:02 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-10-04 01:49:02 +0000
commit91db83f0cc7c564ff6c853eeb4e790732dae81cd (patch)
treea7cc534b6649599c0422f52dbe3f648f9f560697 /lcc/makefile
parent45d6a88841f0db650d615522b1f6594ea72ceb7e (diff)
downloadioquake3-aero-91db83f0cc7c564ff6c853eeb4e790732dae81cd.tar.gz
ioquake3-aero-91db83f0cc7c564ff6c853eeb4e790732dae81cd.zip
* lcc and q3asm now build with MinGW
git-svn-id: svn://svn.icculus.org/quake3/trunk@133 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'lcc/makefile')
-rw-r--r--lcc/makefile4
1 files changed, 2 insertions, 2 deletions
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