From c2fcb51556930b5a360603e3cd3f08c8774c9cde Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 14 Mar 2006 08:50:19 +0000 Subject: [PATCH] Make bin/yazd.dll + lib/yazd.lib part of Development component. --- win/makefile | 3 ++- win/yaz.nsi | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/win/makefile b/win/makefile index 958914f..da5d56f 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.100 2006-02-09 12:36:18 adam Exp $ +# $Id: makefile,v 1.101 2006-03-14 08:50:19 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 diff --git a/win/yaz.nsi b/win/yaz.nsi index 6b0494d..9689887 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,4 +1,4 @@ -; $Id: yaz.nsi,v 1.73 2006-02-01 20:31:00 adam Exp $ +; $Id: yaz.nsi,v 1.74 2006-03-14 08:50:19 adam Exp $ !define VERSION "2.1.12" !define VS_RUNTIME_LOCATION "c:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin" @@ -108,6 +108,9 @@ Section "YAZ Development" YAZ_Development File ..\include\yaz\*.h SetOutPath $INSTDIR\lib File ..\lib\yaz.lib + File ..\lib\yazd.lib + SetOutPath $INSTDIR\bin + File ..\bin\yazd.dll SectionEnd Section "YAZ Documentation" YAZ_Documentation -- 1.7.10.4