X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=1f60dfaf800aa8d851cb58244ae5cb9535333256;hb=ab6f8762c003a867d0e1eb8ac5686a99de47976a;hp=5865e1ce24ee1ab5833cf51a288066a1fb72bd65;hpb=3ee667935c4cac82445ecd05c8ae421888dfd40f;p=yaz-moved-to-github.git diff --git a/win/makefile b/win/makefile index 5865e1c..1f60dfa 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # makefile.mak - makefile for MS NMAKE -# $Id: makefile,v 1.23 2001-05-18 11:42:03 adam Exp $ +# $Id: makefile,v 1.26 2001-09-27 12:09:18 adam Exp $ # # Programmed by # HL: Heikki Levanto, Index Data @@ -23,7 +23,7 @@ ############### Parameters ########################################################### -DEBUG=0 # 0 for release, 1 for debug +DEBUG=1 # 0 for release, 1 for debug NEW_Z3950=1 # 0= use old asn files # 1= generate files from *.asn (needs tcl) @@ -155,7 +155,7 @@ SERVER_LINK_OPTIONS = -lib ZTEST_LINK_OPTIONS = /subsystem:console # TCL -TCL="C:\Program Files\Tcl\bin\tclsh82.exe" +TCL="C:\Program Files\Tcl\bin\tclsh83.exe" HAVE_TCL=1 COMMON_TCL_OPTIONS= ..\util\yaz-comp -I$(INCLDIR) -i yaz @@ -279,7 +279,10 @@ YAZ_ZUTIL_OBJS= \ $(OBJDIR)\logrpn.obj \ $(OBJDIR)\pquery.obj \ $(OBJDIR)\yaz-ccl.obj \ - $(OBJDIR)\otherinfo.obj + $(OBJDIR)\otherinfo.obj \ + $(OBJDIR)\sortspec.obj \ + $(OBJDIR)\z3950oid.obj + YAZ_RET_OBJS= \ $(OBJDIR)\d1_absyn.obj\ @@ -706,7 +709,17 @@ $(PROTOH): $(GENERATED_C_FILES) $(GENERATED_H_FILES) ########################################################### # # $Log: makefile,v $ -# Revision 1.23 2001-05-18 11:42:03 adam +# Revision 1.26 2001-09-27 12:09:18 adam +# Function nmem_exit calls oid_exit (when reference is 0). +# +# Revision 1.25 2001/09/24 21:51:56 adam +# New Z39.50 OID utilities: yaz_oidval_to_z3950oid, yaz_str_to_z3950oid +# and yaz_z3950oid_to_str. +# +# Revision 1.24 2001/08/14 12:05:58 adam +# Added sortspec. +# +# Revision 1.23 2001/05/18 11:42:03 adam # YAZ Build date for WIN32. # # Revision 1.22 2001/03/09 14:58:20 adam