mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Compile time switch VFAT to enable Windows compatible file names
This commit is contained in:
7
Makefile
7
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."
|
||||
|
Reference in New Issue
Block a user