aboutsummaryrefslogtreecommitdiff
path: root/bdftopcf/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bdftopcf/makefile')
-rw-r--r--bdftopcf/makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/bdftopcf/makefile b/bdftopcf/makefile
new file mode 100644
index 000000000..9ed933328
--- /dev/null
+++ b/bdftopcf/makefile
@@ -0,0 +1,14 @@
+WINAPP = bdftopcf
+
+INCLUDELIBFILES = \
+ $(MHMAKECONF)\zlib\$(OBJDIR)\libz.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=$(MAKESERVER) DEBUG=$(DEBUG);)
+
+CSRCS = bdftopcf.c
+