Removed some unused code.
Added some of the level drawing hacks (water, rain).
This commit is contained in:
parent
fe15141c2f
commit
abd1c68579
5 changed files with 2693 additions and 374 deletions
1
Makefile
1
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue