summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-09-09 14:57:43 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-09-09 14:57:43 +0200
commitc00d4ea326e61d76d7ab5760a5c06646d6b88ab0 (patch)
tree2462fd5c1759f451d8f1c54cedc10b5b0d74cfd1 /Makefile
parentd4eb96f725bed149762665ddee275301c9f069a6 (diff)
downloadvdr-c00d4ea326e61d76d7ab5760a5c06646d6b88ab0.tar.gz
vdr-c00d4ea326e61d76d7ab5760a5c06646d6b88ab0.tar.bz2
Implemented 'channel grouping'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9868ddb8..6f3e7014 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile 1.7 2000/09/03 09:26:24 kls Exp $
+# $Id: Makefile 1.8 2000/09/03 15:38:18 kls Exp $
DVBDIR = ../DVB
@@ -21,8 +21,12 @@ ifdef DEBUG_OSD
DEFINES += -DDEBUG_OSD
endif
+ifdef NO_PAGE_SCROLL
+DEFINES += -DNO_PAGE_SCROLL
+endif
+
%.o: %.c
- g++ -g -O2 -Wall -c $(DEFINES) $(INCLUDES) $<
+ g++ -g -O2 -Wall -m486 -c $(DEFINES) $(INCLUDES) $<
all: vdr