RetroArch/config.mk

13 lines
120 B
Makefile
Raw Normal View History

2010-05-28 15:36:38 +00:00
BUILD_OPENGL = 1
2010-05-29 14:59:57 +00:00
BUILD_FILTER = 0
2010-05-28 15:36:38 +00:00
2010-08-16 17:16:03 +00:00
BUILD_RSOUND = 0
2010-05-28 15:36:38 +00:00
BUILD_OSS = 0
2010-08-16 17:16:03 +00:00
BUILD_ALSA = 1
2010-08-16 19:20:07 +00:00
BUILD_ROAR = 0
2010-05-28 15:36:38 +00:00
2010-05-29 14:59:57 +00:00
2010-08-15 09:13:21 +00:00
PREFIX = /usr/local
2010-05-28 15:36:38 +00:00