removed unused define.

This commit is contained in:
Gunter Knauf 2007-01-25 15:00:01 +00:00
parent abb4cdafe9
commit 83a43bea8a
2 changed files with 2 additions and 2 deletions

View file

@ -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 $@