blob: 64b65de2e69bc558c54d0ee2d4508a58d98a28c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- programs/xfs/Imakefile.orig Tue Jan 18 22:28:55 2005
+++ programs/xfs/Imakefile Tue Jan 18 22:30:24 2005
@@ -37,7 +37,11 @@
FSLIBDIR = $(LIBDIR)/fs
FSERRORS = $(LOGDIRECTORY)/xfs.log
DEFAULTFONTPATH = DefaultFSFontPath
+#if defined(BuildFontCacheLib) && BuildFontCacheLib
+SITE_CONFIG = -DDEFAULTFONTPATH=$(DEFAULTFONTPATH) -DFSERRORS=$(FSERRORS) -DFONTCACHE
+#else
SITE_CONFIG = -DDEFAULTFONTPATH=$(DEFAULTFONTPATH) -DFSERRORS=$(FSERRORS)
+#endif
$(OSLIB): $(OSDIR)
|