X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=4cac3a418a89507a4dc3e4b5b67d3fb49906c208;hb=a43c354f46cc04bbf2168eb74b38e13c81c0b036;hp=7414f563b09d42f8cc3d3f766bafb7a38d7be22b;hpb=2cb1374ad9b888dcb3462ec15b977fbb3a97c7cf;p=yaz-moved-to-github.git diff --git a/win/makefile b/win/makefile index 7414f56..4cac3a4 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 1994-2005, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.98 2006-01-20 10:34:52 adam Exp $ +# $Id: makefile,v 1.102 2006-03-15 13:32:06 adam Exp $ # # Programmed by # Heikki Levanto & Adam Dickmeiss @@ -44,6 +44,7 @@ HHC="c:\program files\html help workshop\hhc.exe" dist: nmake DEBUG=1 clean nmake DEBUG=0 clean + nmake DEBUG=1 nmake DEBUG=0 $(NSIS) yaz.nsi @@ -179,9 +180,10 @@ libxml2: # (if you set things up right!) COMMON_C_OPTIONS= \ - /nologo /W3 /GX /FD /c \ + /nologo /W3 /EHsc /FD /c \ $(ICONV_DEF) \ $(LIBXML2_DEF) \ + /D "_CRT_SECURE_NO_DEPRECATE" \ /D "_WINDOWS" \ /D "WIN32" \ /FR"$(OBJDIR)\\" \ @@ -372,7 +374,8 @@ YAZ_UTIL_OBJS= \ $(OBJDIR)\xmalloc.obj \ $(OBJDIR)\matchstr.obj \ $(OBJDIR)\siconv.obj \ - $(OBJDIR)\marc8.obj + $(OBJDIR)\marc8.obj \ + $(OBJDIR)\test.obj YAZ_ZUTIL_OBJS= \ $(OBJDIR)\diagbib1.obj \ @@ -395,7 +398,9 @@ YAZ_ZUTIL_OBJS= \ $(OBJDIR)\srwutil.obj \ $(OBJDIR)\zoom-c.obj \ $(OBJDIR)\zoom-opt.obj \ - $(OBJDIR)\initopt.obj + $(OBJDIR)\initopt.obj \ + $(OBJDIR)\xmlquery.obj \ + $(OBJDIR)\mime.obj Z3950_OBJS= \ $(OBJDIR)\z-date.obj\ @@ -581,11 +586,11 @@ generated_files: \ # yaz client {$(CLIENTDIR)}.c{$(OBJDIR)}.obj: - @$(CPP) $(COPT) $< /D"_CONSOLE" + $(CPP) $(COPT) $< /D"_CONSOLE" # Ztest {$(ZTESTDIR)}.c{$(OBJDIR)}.obj: - @$(CPP) $(COPT) $< /D"_CONSOLE" + $(CPP) $(COPT) $< /D"_CONSOLE" # Server {$(SERVERDIR)}.c{$(OBJDIR)}.obj: