aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2010-12-14 01:40:34 +0200
committernotaz2010-12-16 18:37:55 +0200
commit47bf65ab6163fb70eb2ad309c9487229832bcaed (patch)
treee0314413f0924b72a56ff0a31e66464311c16e4d /Makefile
parentb79187510fbbf5f73daa13a5c57cc70d09d16acb (diff)
downloadpcsx_rearmed-47bf65ab6163fb70eb2ad309c9487229832bcaed.tar.gz
pcsx_rearmed-47bf65ab6163fb70eb2ad309c9487229832bcaed.tar.bz2
pcsx_rearmed-47bf65ab6163fb70eb2ad309c9487229832bcaed.zip
add basic .Z support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 69c4f5e..b712718 100644
--- a/Makefile
+++ b/Makefile
@@ -47,9 +47,12 @@ ifdef X11
LDFLAGS += -lX11 -lXv
OBJS += plugins/dfxvideo/draw.o
else
-CFLAGS += -D_MACGL # disables X in dfxvideo
+plugins/dfxvideo/%.o: CFLAGS += -D_MACGL # disables X in dfxvideo
OBJS += plugins/dfxvideo/draw_fb.o
endif
+# cdrcimg
+plugins/cdrcimg/%.o: CFLAGS += -Wall
+OBJS += plugins/cdrcimg/cdrcimg.o
# gui
OBJS += gui/Config.o gui/Plugin.o