X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=win%2Fmakefile;h=be3d740f41b7e46d8493cddaea18d59b694d63cb;hp=f81549b01a3510855d271ea1d18b2e98e3b22b05;hb=bea56f1c828887f8b423c03ad5f6b1dd4d168bde;hpb=c2e359c6fa974e7685e5b8bbde291f863d457150 diff --git a/win/makefile b/win/makefile index f81549b..be3d740 100644 --- a/win/makefile +++ b/win/makefile @@ -52,19 +52,19 @@ YAZDIR=$(ROOTDIR)\..\yaz # or \program files\yaz YAZBINDIR=$(YAZDIR)\bin !if $(DEBUG) -YAZLIB="$(YAZDIR)\lib\yaz4d.lib" +YAZLIB="$(YAZDIR)\lib\yaz5d.lib" !if $(HAVE_ICU) -YAZLIB=$(YAZLIB) "$(YAZDIR)\lib\yaz_icu4d.lib" +YAZLIB=$(YAZLIB) "$(YAZDIR)\lib\yaz_icu5d.lib" !endif -YAZ_DLL_SOURCE="$(YAZBINDIR)\yaz4d.dll" -YAZ_DLL_TARGET="$(BINDIR)\yaz4d.dll" +YAZ_DLL_SOURCE="$(YAZBINDIR)\yaz5d.dll" +YAZ_DLL_TARGET="$(BINDIR)\yaz5d.dll" !else -YAZLIB="$(YAZDIR)\lib\yaz4.lib" +YAZLIB="$(YAZDIR)\lib\yaz5.lib" !if $(HAVE_ICU) -YAZLIB=$(YAZLIB) "$(YAZDIR)\lib\yaz_icu4.lib" +YAZLIB=$(YAZLIB) "$(YAZDIR)\lib\yaz_icu5.lib" !endif -YAZ_DLL_SOURCE="$(YAZBINDIR)\yaz4.dll" -YAZ_DLL_TARGET="$(BINDIR)\yaz4.dll" +YAZ_DLL_SOURCE="$(YAZBINDIR)\yaz5.dll" +YAZ_DLL_TARGET="$(BINDIR)\yaz5.dll" !endif # BZIP2 settings. Uncomment and specify if you wish to use LIBBZIP2. @@ -344,9 +344,9 @@ LINK_PROGRAM= $(LINK) \ # Generated sources generate: $(INCLDIR)\idzebra\version.h -$(INCLDIR)\idzebra\version.h: +$(INCLDIR)\idzebra\version.h: $(ROOTDIR)/IDMETA @cd $(ROOTDIR)\util - $(TCL) mk_version.tcl $(ROOTDIR)/configure.ac $(INCLDIR)\idzebra\version.h + $(TCL) mk_version.tcl $(ROOTDIR)/IDMETA $(INCLDIR)\idzebra\version.h # Source and object modules # Note: Ordinary source files are not specified here at