mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Added a 'Setup' menu
This commit is contained in:
6
Makefile
6
Makefile
@@ -4,7 +4,7 @@
|
||||
# See the main source file 'vdr.c' for copyright information and
|
||||
# how to reach the author.
|
||||
#
|
||||
# $Id: Makefile 1.8 2000/09/03 15:38:18 kls Exp $
|
||||
# $Id: Makefile 1.9 2000/09/10 08:55:45 kls Exp $
|
||||
|
||||
DVBDIR = ../DVB
|
||||
|
||||
@@ -21,10 +21,6 @@ ifdef DEBUG_OSD
|
||||
DEFINES += -DDEBUG_OSD
|
||||
endif
|
||||
|
||||
ifdef NO_PAGE_SCROLL
|
||||
DEFINES += -DNO_PAGE_SCROLL
|
||||
endif
|
||||
|
||||
%.o: %.c
|
||||
g++ -g -O2 -Wall -m486 -c $(DEFINES) $(INCLUDES) $<
|
||||
|
||||
|
Reference in New Issue
Block a user