# 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
dist:
nmake DEBUG=1 clean
nmake DEBUG=0 clean
+ nmake DEBUG=1
nmake DEBUG=0
$(NSIS) yaz.nsi
-; $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"
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