scummvm/Makefile
Pawel Kolodziejski fd59de6afc small cleanup
2008-01-26 11:41:18 +00:00

12 lines
243 B
Makefile

CXX = g++
CC = gcc
AR = ar rcu
CXXFLAGS = -g -W -Wall `sdl-config --cflags` -I. -DUNIX -Wno-multichar # -O2
LDFLAGS = -g -W -Wall
LIBS = `sdl-config --libs` -lz
# Comment this out for Mac OS X ...
LIBS += -lGL -lGLU
include Makefile.common