summaryrefslogtreecommitdiffstats
path: root/loader/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'loader/Makefile')
-rw-r--r--loader/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/loader/Makefile b/loader/Makefile
index 11ad63fca2..410713deb4 100644
--- a/loader/Makefile
+++ b/loader/Makefile
@@ -1,10 +1,7 @@
include ../config.mak
-# Generated automatically from Makefile.in by configure.
-DEFINES=-DMPLAYER -D__WINE__ #-Ddbg_printf=__vprintf \
- #-DTRACE=__vprintf # -DDETAILED_OUT
-
-CFLAGS=-I. -I.. $(OPTFLAGS)
+CFLAGS=-I. -I.. -DMPLAYER -D__WINE__ $(OPTFLAGS)
+#CFLAGS+=-Ddbg_printf=__vprintf -DTRACE=__vprintf -DDETAILED_OUT
SRCS= driver.c afl.c vfl.c
ifneq ($(TARGET_WIN32),yes)
@@ -23,7 +20,7 @@ clean:
distclean: clean
.c.o:
- $(CC) $(CFLAGS) $(DEFINES) -c $<
+ $(CC) $(CFLAGS) -c $<
libloader.a: $(OBJS) stubs.s
$(CC) -c ./stubs.s -o stubs.o