From f4b6d6d19d4684bed256db206bee8b29420d29a6 Mon Sep 17 00:00:00 2001 From: mudlord Date: Thu, 29 Nov 2007 01:45:22 +0000 Subject: [PATCH] Fixed up OpenGL under Linux based on OmegaX's suggestion of -lGL, since I have very little Linux programming experience. git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@116 a31d4220-a93d-0410-bf67-fe4944624d44 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ee1b7af2..d7c99106 100644 --- a/Makefile +++ b/Makefile @@ -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