diff options
Diffstat (limited to 'main/pcl6_msvc.mak')
-rw-r--r-- | main/pcl6_msvc.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pcl6_msvc.mak b/main/pcl6_msvc.mak index bda4473b6..1d28a5558 100644 --- a/main/pcl6_msvc.mak +++ b/main/pcl6_msvc.mak @@ -299,7 +299,7 @@ UFSTFONTDIR=/usr/local/fontdata5.0/ !if "$(PL_SCALER)" == "afs" # The mkromfs arguments for including the PCL fonts if COMPILE_INITS=1 !ifndef PCLXL_ROMFS_ARGS -PCLXL_ROMFS_ARGS= -c -P ../urwfonts -d ttfonts / +PCLXL_ROMFS_ARGS= -c -P ../urwfonts -d ttfonts /*.ttf !endif !endif |