Updated makefile to include OpenGL for Linux/whatever
This commit is contained in:
parent
7658064e3d
commit
5273664b40
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue