From abd1c6857950797fb4e4bd4113ace12a73f71e37 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Tue, 21 Aug 2001 22:37:05 +0000 Subject: Removed some unused code. Added some of the level drawing hacks (water, rain). --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e866469..981cbe0 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ CXX = gcc #CXX = gcc-3.0 NASM = nasm +#CFLAGS = -g -Wall -pipe -Dengine=1 -I. -Iinclude -Iwin95 -Iavp -Iavp/win95 -Iavp/support -Iavp/win95/frontend -Iavp/win95/gadgets CFLAGS = -g -Wall -pipe -O2 -Dengine=1 -I. -Iinclude -Iwin95 -Iavp -Iavp/win95 -Iavp/support -Iavp/win95/frontend -Iavp/win95/gadgets #CFLAGS = -Wall -pipe -O6 -ffast-math -fomit-frame-pointer -march=pentiumpro -mcpu=pentiumpro -Dengine=1 -I. -Iinclude -Iwin95 -Iavp -Iavp/win95 -Iavp/support -Iavp/win95/frontend -Iavp/win95/gadgets CXXFLAGS = $(CFLAGS) -- cgit v1.3