Make bin/yazd.dll + lib/yazd.lib part of Development component.
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 14 Mar 2006 08:50:19 +0000 (08:50 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 14 Mar 2006 08:50:19 +0000 (08:50 +0000)
win/makefile
win/yaz.nsi

index 958914f..da5d56f 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright (C) 1994-2005, Index Data ApS
 # All rights reserved.
 # 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
 #
 # 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
 dist: 
        nmake DEBUG=1 clean
        nmake DEBUG=0 clean
+       nmake DEBUG=1
        nmake DEBUG=0
        $(NSIS) yaz.nsi
 
        nmake DEBUG=0
        $(NSIS) yaz.nsi
 
index 6b0494d..9689887 100644 (file)
@@ -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"
 
 !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 ..\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
 SectionEnd
 
 Section "YAZ Documentation" YAZ_Documentation