X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=79c80fd84c7e85efaf4d20a6e5745842e0cc32d9;hb=95dfab01523e56dd46cba0dde323c9dd24585a48;hp=8f431872daf1a46de4152be14f96a909239c07fa;hpb=bc9313eae3f0735bf3382d994af1cfd558cd6991;p=yaz-moved-to-github.git diff --git a/win/makefile b/win/makefile index 8f43187..79c80fd 100644 --- a/win/makefile +++ b/win/makefile @@ -1,10 +1,9 @@ # Copyright (C) 1994-2004, Index Data # All rights reserved. -# $Id: makefile,v 1.84 2004-08-19 07:42:20 adam Exp $ +# $Id: makefile,v 1.86 2004-10-10 21:48:18 adam Exp $ # # Programmed by # HL: Heikki Levanto, Index Data -# ########################################################### ############### Parameters @@ -88,8 +87,8 @@ TMP=$(TMPDIR) ########################################################### !if $(DEBUG) -DLL=$(BINDIR)\yazdebug.dll -IMPLIB=$(LIBDIR)\yazdebug.lib +DLL=$(BINDIR)\yazd.dll +IMPLIB=$(LIBDIR)\yazd.lib !else DLL=$(BINDIR)\yaz.dll IMPLIB=$(LIBDIR)\yaz.lib @@ -173,7 +172,6 @@ COMMON_C_OPTIONS= \ $(LIBXML2_DEF) \ /D "_WINDOWS" \ /D "WIN32" \ - /D "HAVE_WCHAR_H=1" \ /FR"$(OBJDIR)\\" \ /Fo"$(OBJDIR)\\" \ /Fd"$(OBJDIR)\\"