summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-02-18 16:21:05 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2001-02-18 16:21:05 +0100
commitad27adfef3ccf107a01e501c1df1f266d9c237d9 (patch)
tree464e210a6778eb0b2e62b38f4f57c5bfbf1121bb /Makefile
parent3586013b8fa8006afdc9624a97e8f14fa111d753 (diff)
downloadvdr-ad27adfef3ccf107a01e501c1df1f266d9c237d9.tar.gz
vdr-ad27adfef3ccf107a01e501c1df1f266d9c237d9.tar.bz2
Compile time switch VFAT to enable Windows compatible file names
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4505c7b5..badd34a6 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.18 2001/01/13 12:26:43 kls Exp $
+# $Id: Makefile 1.19 2001/02/18 16:12:14 kls Exp $
DVBDIR = ../DVB
@@ -25,6 +25,11 @@ ifdef DEBUG_OSD
DEFINES += -DDEBUG_OSD
endif
+ifdef VFAT
+# for people who want their video directory on a VFAT partition
+DEFINES += -DVFAT
+endif
+
all: vdr
font: genfontfile fontfix.c fontosd.c
@echo "font files created."