Another file now compiles.
This commit is contained in:
parent
8b4a564235
commit
fd8ed25d23
3 changed files with 11 additions and 6 deletions
6
Makefile
6
Makefile
|
@ -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...
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue