X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=win%2Fmakefile;h=b1b346f616dd83d5cce5d97985da6aadf566b34f;hb=9c0d61ec236fb24ac2c1f5641630488546438459;hp=eaabe2257d0b94faf9c7d53be915af3c68beb5b3;hpb=db05fbd0f2d1daf9ab9dc33b9876fe37a53c0037;p=yaz-moved-to-github.git diff --git a/win/makefile b/win/makefile index eaabe22..b1b346f 100644 --- a/win/makefile +++ b/win/makefile @@ -7,8 +7,8 @@ DEBUG=0 # 0 for release, 1 for debug USE_MANIFEST = 1 # TCL -TCL="C:\Tcl\bin\tclsh85.exe" -#TCL="C:\Program Files\Tcl\bin\tclsh83.exe" +TCL=tclsh +#TCL="C:\Tcl\bin\tclsh85.exe" HAVE_TCL=1 # iconv charcter conversion utility @@ -190,7 +190,7 @@ iconv: !endif !if $(HAVE_ICU) -ICU_DEF= +ICU_DEF= \ /D YAZ_HAVE_ICU=1 /D HAVE_ICU_H=1 /I"$(ICU_INCLUDE)" ICU_LIBS= \ $(ICU_LIB)\icudt.lib $(ICU_LIB)\icuin.lib $(ICU_LIB)\icuuc.lib @@ -457,6 +457,7 @@ MISC_OBJS= \ $(OBJDIR)\readconf.obj \ $(OBJDIR)\tpath.obj \ $(OBJDIR)\wrbuf.obj \ + $(OBJDIR)\wrbuf_sha1.obj \ $(OBJDIR)\xmalloc.obj \ $(OBJDIR)\matchstr.obj \ $(OBJDIR)\siconv.obj \ @@ -497,6 +498,7 @@ MISC_OBJS= \ $(OBJDIR)\srwutil.obj \ $(OBJDIR)\zoom-c.obj \ $(OBJDIR)\zoom-event.obj \ + $(OBJDIR)\zoom-memcached.obj \ $(OBJDIR)\zoom-record-cache.obj \ $(OBJDIR)\zoom-z3950.obj \ $(OBJDIR)\zoom-sru.obj \