From ea2f8c4527f401e721717177a11306213c13eac1 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Thu, 9 Aug 2001 06:23:42 +0000 Subject: Fixed FPU assembly. (fistp is 16bit, fistpl is 32bit) Game displays now. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b7635ad..cedb221 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ NASM = nasm CFLAGS = -g -Wall -pipe -O2 -Dengine=1 -I. -Iinclude -Iwin95 -Iavp -Iavp/win95 -Iavp/support -Iavp/win95/frontend -Iavp/win95/gadgets CXXFLAGS = $(CFLAGS) -LDLIBS = -lm # /home/relnev/ElectricFence-2.2.2/libefence.a +LDLIBS = -lm CFLAGS += `sdl-config --cflags` LDLIBS += -L/usr/X11R6/lib -lX11 -lXext -lGL `sdl-config --libs` -- cgit v1.3