Fixed up OpenGL under Linux based on OmegaX's suggestion of -lGL, since I have very little Linux programming experience.

This commit is contained in:
mudlord 2007-11-29 01:45:22 +00:00
parent 5273664b40
commit 627dcd4570
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ CFLAGS=-W -Wall -Wno-unused -DHAVE_NETINET_IN_H -DHAVE_ARPA_INET_H -DFINAL_VERSI
CXXFLAGS=${CFLAGS}
ASM=nasm
ASMFLAGS=-w-orphan-labels -f elf -DELF -O1 -Isrc/
LFLAGS=-lz -lpng -lopengl32 `sdl-config --libs`
LFLAGS=-lz -lpng -lGL `sdl-config --libs`
STRIP=strip -s
DEL=rm -f
OE=.o