From 83a43bea8a37c3df1b13ef98a2de596dab4e1e7b Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Thu, 25 Jan 2007 15:00:01 +0000 Subject: removed unused define. --- src/Makefile.m32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.m32 b/src/Makefile.m32 index ade4e51d4..5e463a9c8 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -31,7 +31,7 @@ STRIP = strip -s ## Nothing more to do below this line! INCLUDES = -I. -I.. -I../include -I../lib -I$(ZLIB_PATH) -CFLAGS = -g -O2 -DMINGW32 +CFLAGS = -g -O2 LDFLAGS = COMPILE = $(CC) $(INCLUDES) $(CFLAGS) LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@ -- cgit v1.2.3