mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-11 19:54:03 +00:00
Using full path for SDL includes (-ISDL doesn't seem to work for
native builds). svn-id: r3451
This commit is contained in:
parent
9cdb642e83
commit
bdd798b163
8
Makefile
8
Makefile
@ -1,10 +1,16 @@
|
||||
# $Id$
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.7 2001/11/03 06:17:36 cmatsuoka
|
||||
# Using full path for SDL includes (-ISDL doesn't seem to work for
|
||||
# native builds).
|
||||
#
|
||||
|
||||
CC = gcc
|
||||
CFLAGS = -g -Wno-multichar
|
||||
DEFINES = -DUNIX
|
||||
LDFLAGS :=
|
||||
INCLUDES:= -ISDL -D_REENTRANT
|
||||
INCLUDES:= -I/usr/include/SDL -D_REENTRANT
|
||||
LIBS := -lSDL
|
||||
CPPFLAGS= $(DEFINES) $(INCLUDES)
|
||||
ZIPFILE := scummvm-`date '+%Y-%m-%d'`.zip
|
||||
|
Loading…
Reference in New Issue
Block a user