X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=0afc9f906a7d3793ad1cd0aede59a93b64bb0930;hb=a384c3e843c6738f4648156371d1f95ba7e2dd2d;hp=6de6dca19018366a3ea46094dfe31ab2828d625e;hpb=2af1d65a7126d623ab596d831d6bc4257d75a051;p=yaz-moved-to-github.git diff --git a/win/makefile b/win/makefile index 6de6dca..0afc9f9 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # makefile.mak - makefile for MS NMAKE -# $Id: makefile,v 1.37 2002-05-17 12:48:30 adam Exp $ +# $Id: makefile,v 1.39 2002-05-31 08:48:06 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 default: all @@ -304,7 +304,8 @@ YAZ_ZUTIL_OBJS= \ $(OBJDIR)\yaz-ccl.obj \ $(OBJDIR)\otherinfo.obj \ $(OBJDIR)\sortspec.obj \ - $(OBJDIR)\z3950oid.obj + $(OBJDIR)\z3950oid.obj \ + $(OBJDIR)\charneg.obj YAZ_RET_OBJS= \ @@ -834,7 +835,15 @@ $(ILL_OBJS): $(ILL_CORE_FILES) $(ITEM_REQ_FILES) ########################################################### # # $Log: makefile,v $ -# Revision 1.37 2002-05-17 12:48:30 adam +# Revision 1.39 2002-05-31 08:48:06 adam +# Changed SectionIns for NSIS v1.98 +# +# Revision 1.38 2002/05/18 09:52:37 oleg +# Added support of CharacterSetandLanguageNegotiation-3 +# modele (based on Z_PrivateCharacterSet_externallySpecified) at the client +# side. +# +# Revision 1.37 2002/05/17 12:48:30 adam # Use __stdcall convention for ZOOM on WIN32 # # Revision 1.36 2002/03/18 21:33:48 adam