Updated makefile to include OpenGL for Linux/whatever

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@115 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
mudlord 2007-11-28 06:27:21 +00:00
parent fea5ea35b1
commit b8da7c027b
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} CXXFLAGS=${CFLAGS}
ASM=nasm ASM=nasm
ASMFLAGS=-w-orphan-labels -f elf -DELF -O1 -Isrc/ ASMFLAGS=-w-orphan-labels -f elf -DELF -O1 -Isrc/
LFLAGS=-lz -lpng `sdl-config --libs` LFLAGS=-lz -lpng -lopengl32 `sdl-config --libs`
STRIP=strip -s STRIP=strip -s
DEL=rm -f DEL=rm -f
OE=.o OE=.o