From 71f9f9c7183e1e36acd04ea2f8d165cc7ee1adeb Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 22 Sep 2005 12:47:33 +0000 Subject: [PATCH] Update WIN32 with new source for virtual desctructors --- win/makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/win/makefile b/win/makefile index b06a6cb..5b00888 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 1993-2004, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.5 2004-04-11 17:53:03 adam Exp $ +# $Id: makefile,v 1.6 2005-09-22 12:47:33 adam Exp $ ########################################################### ############### Parameters @@ -9,7 +9,7 @@ DEBUG=0 # 0 for release, 1 for debug # YAZ -YAZ_DIR=c:\yaz +YAZ_DIR=..\..\yaz default: all @@ -145,6 +145,10 @@ TCLOPT= $(COMMON_TCL_OPTIONS) ########################################################### YAZPP_DLL_OBJS = \ + "$(OBJDIR)\socket-observer.obj" \ + "$(OBJDIR)\pdu-observer.obj" \ + "$(OBJDIR)\query.obj" \ + "$(OBJDIR)\z-server.obj" \ "$(OBJDIR)\yaz-socket-manager.obj" \ "$(OBJDIR)\yaz-pdu-assoc.obj" \ "$(OBJDIR)\yaz-z-assoc.obj" \ -- 1.7.10.4