mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 07:05:39 +00:00
8 lines
393 B
Makefile
8 lines
393 B
Makefile
CPPFLAGS=-I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/usr/include/freetype2 -I/usr/include/SDL -std=c++0x
|
|
CPPFLAGS+=-DUSE_OPENGL_ES -D_RPI_
|
|
LIBS=-L/opt/vc/lib -lbcm_host -lEGL -lGLESv2 -lfreetype -lSDL -lboost_system -lboost_filesystem -lfreeimage -lSDL_mixer
|
|
|
|
ADDITIONAL_SRC_SOURCES=Renderer_init_rpi.cpp
|
|
|
|
include Makefile.common
|