X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=win%2Fmakefile;h=836c860efc569e8ade61e4e884ad3df69b2e1c97;hp=84906e6d51cf1b593bbc9545f1286d552572ccf1;hb=427ca5f986a5c3db226476fa46e5f89fba346ef6;hpb=a5c8c78e8671af863fc61b2ad8b24f92f827f7b2 diff --git a/win/makefile b/win/makefile index 84906e6..836c860 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,8 @@ DEBUG=0 # 0 for release, 1 for debug USE_MANIFEST = 1 # TCL is optional - ONLY needed for source straight from Git -TCL="C:\Tcl\bin\tclsh85.exe" +TCL=tclsh +#TCL="C:\Tcl\bin\tclsh85.exe" HAVE_TCL=1 # EXPAT is optional. It's required for grs.xml-filters. @@ -52,19 +53,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.