diff options
author | marha <marha@users.sourceforge.net> | 2012-06-26 08:56:57 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-06-26 08:56:57 +0200 |
commit | 8fd115adc568833cdb5af22b65a09c38e0eac20f (patch) | |
tree | 64c202a2f8a02ca912c6f6927dd3d01becf79d34 /bdftopcf/makefile | |
parent | cb7834dd9f1b1816536a5ba419095c160f22a758 (diff) | |
download | vcxsrv-8fd115adc568833cdb5af22b65a09c38e0eac20f.tar.gz vcxsrv-8fd115adc568833cdb5af22b65a09c38e0eac20f.tar.bz2 vcxsrv-8fd115adc568833cdb5af22b65a09c38e0eac20f.zip |
libX11 is now compiled as dll
Diffstat (limited to 'bdftopcf/makefile')
-rw-r--r-- | bdftopcf/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bdftopcf/makefile b/bdftopcf/makefile index 81986617f..e9a8abf33 100644 --- a/bdftopcf/makefile +++ b/bdftopcf/makefile @@ -8,7 +8,7 @@ INCLUDELIBFILES = \ LIBDIRS=$(dir $(INCLUDELIBFILES)) -load_makefile $(LIBDIRS:%$(OBJDIR)\=%makefile MAKESERVER=$(MAKESERVER) DEBUG=$(DEBUG);) +load_makefile $(LIBDIRS:%$(OBJDIR)\=%makefile MAKESERVER=0 DEBUG=$(DEBUG);) CSRCS = bdftopcf.c |