From: Adam Dickmeiss Date: Thu, 3 Nov 2005 14:46:34 +0000 (+0000) Subject: Added new objects gduqueue+gdu to NMAKE makefile X-Git-Tag: YAZPP.1.0.0~44 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=a95799991397f6e30b76afb784b6b6795db9386c Added new objects gduqueue+gdu to NMAKE makefile --- diff --git a/win/makefile b/win/makefile index c367e7a..b323b49 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.7 2005-09-27 12:15:09 adam Exp $ +# $Id: makefile,v 1.8 2005-11-03 14:46:34 adam Exp $ ########################################################### ############### Parameters @@ -147,9 +147,11 @@ TCLOPT= $(COMMON_TCL_OPTIONS) ########################################################### YAZPP_DLL_OBJS = \ - "$(OBJDIR)\socket-observer.obj" \ + "$(OBJDIR)\gdu.obj" \ + "$(OBJDIR)\gduqueue.obj" \ "$(OBJDIR)\pdu-observer.obj" \ "$(OBJDIR)\query.obj" \ + "$(OBJDIR)\socket-observer.obj" \ "$(OBJDIR)\z-server.obj" \ "$(OBJDIR)\yaz-socket-manager.obj" \ "$(OBJDIR)\yaz-pdu-assoc.obj" \