X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=ce8c3d39d278812267cbd3879e1d71600dedb9ee;hb=9c75e92604fae1efd7137d085dd2281e7886345b;hp=1ec2e1afb14b0a6f7f60846f7f0f97476e60084f;hpb=d65ca0fdac8b4cddb7b6da4568a55b8e52d44e64;p=yaz-moved-to-github.git diff --git a/win/makefile b/win/makefile index 1ec2e1a..ce8c3d3 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 1995-2007, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.132 2007-05-01 12:48:07 adam Exp $ +# $Id: makefile,v 1.133 2007-05-06 20:27:14 adam Exp $ # # Programmed by # Heikki Levanto & Adam Dickmeiss @@ -89,10 +89,10 @@ TMP=$(TMPDIR) !if $(DEBUG) DLL=$(BINDIR)\yaz3d.dll -YAZ_IMPLIB=$(LIBDIR)\yazd.lib +YAZ_IMPLIB=$(LIBDIR)\yaz3d.lib !else DLL=$(BINDIR)\yaz3.dll -YAZ_IMPLIB=$(LIBDIR)\yaz.lib +YAZ_IMPLIB=$(LIBDIR)\yaz3.lib !endif CLIENT=$(BINDIR)\yaz-client.exe