diff options
author | marha <marha@users.sourceforge.net> | 2011-09-05 10:24:27 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-09-05 10:24:27 +0200 |
commit | b62a8282d83a3a1fae97c5022a150d11de87597a (patch) | |
tree | bb0a4aba238926bb11c06a682b9d161518bc235b /xkbcomp/makefile | |
parent | 9441c8f47bb24faebc885bfc3c5e37f47a3ad984 (diff) | |
download | vcxsrv-b62a8282d83a3a1fae97c5022a150d11de87597a.tar.gz vcxsrv-b62a8282d83a3a1fae97c5022a150d11de87597a.tar.bz2 vcxsrv-b62a8282d83a3a1fae97c5022a150d11de87597a.zip |
Updated version of freetype in makefiles
Diffstat (limited to 'xkbcomp/makefile')
-rw-r--r-- | xkbcomp/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xkbcomp/makefile b/xkbcomp/makefile index aa99e55e1..d62d22669 100644 --- a/xkbcomp/makefile +++ b/xkbcomp/makefile @@ -48,10 +48,10 @@ CSRCS = action.c \ LINKLIBS += $(MHMAKECONF)\openssl\out32\libeay32.lib ifeq ($(DEBUG),1) -LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype245MT_D.lib \ +LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype246MT_D.lib \ $(MHMAKECONF)\pthreads\pthreadVC2d.lib else -LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype245MT.lib \ +LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype246MT.lib \ $(MHMAKECONF)\pthreads\pthreadVC2.lib endif |