Another file now compiles.

This commit is contained in:
Steven Fuller 2001-07-27 23:07:52 +00:00 committed by Patryk Obara
parent 8b4a564235
commit fd8ed25d23
3 changed files with 11 additions and 6 deletions

View file

@ -1,7 +1,7 @@
CC = gcc
NASM = nasm
CFLAGS = -g -Wall -Iinclude -Iwin95 -Iavp -Iavp/win95 -Iavp/support -Iavp/win95/frontend
CFLAGS = -g -Wall -I. -Iinclude -Iwin95 -Iavp -Iavp/win95 -Iavp/support -Iavp/win95/frontend
CXXFLAGS = $(CFLAGS)
LDLIBS = -lm # /home/relnev/ElectricFence-2.2.2/libefence.a
@ -11,8 +11,8 @@ LDLIBS += `sdl-config --libs`
AFLAGS = -g -Iinclude/ -w+macro-params -w+orphan-labels -w+number-overflow
ROOT = afont.c frustum.c kshape.c map.c maths.c mem3dc.c mem3dcpp.cpp module.c morph.c mslhand.c object.c shpanim.c sphere.c tables.c vdb.c version.c
AVP = ai_sight.c
# avpitems.cpp
AVP = ai_sight.c avpview.c
# avpitems.cpp avppages.cpp
# the following should really be autogenerated...