aboutsummaryrefslogtreecommitdiff
path: root/bdftopcf/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bdftopcf/makefile')
-rw-r--r--bdftopcf/makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/bdftopcf/makefile b/bdftopcf/makefile
new file mode 100644
index 000000000..ddfa2600b
--- /dev/null
+++ b/bdftopcf/makefile
@@ -0,0 +1,16 @@
+TTYAPP = bdftopcf
+
+INCLUDELIBFILES = \
+ $(MHMAKECONF)\zlib\$(OBJDIR)\zlib1.lib \
+ $(MHMAKECONF)\libXfont\src\fontfile\$(OBJDIR)\libfontfile.lib \
+ $(MHMAKECONF)\libXfont\src\bitmap\$(OBJDIR)\libbitmap.lib \
+ $(MHMAKECONF)\libXfont\src\util\$(OBJDIR)\libutil.lib
+
+LIBDIRS=$(dir $(INCLUDELIBFILES))
+
+load_makefile $(LIBDIRS:%$(OBJDIR)\=%makefile MAKESERVER=0 DEBUG=$(DEBUG);)
+
+CSRCS = bdftopcf.c
+
+LINKLIBS += $(FREETYPELIB)
+