Added NSIS rules (nmake nsis).
[yaz-moved-to-github.git] / win / makefile
index c4ba53b..e5c0e2d 100644 (file)
@@ -1,5 +1,5 @@
 # makefile.mak - makefile for MS NMAKE 
-# $Id: makefile,v 1.33 2002-02-11 23:25:26 adam Exp $
+# $Id: makefile,v 1.35 2002-03-16 10:26:57 adam Exp $
 #
 # Programmed by
 #  HL: Heikki Levanto, Index Data
@@ -29,6 +29,14 @@ default: all
 
 all: dirs yaz_date_h generate dll client ztest zoomsh
 
+NSIS="c:\program files\nsis\makensis.exe"
+
+nsis: all
+       $(NSIS) yaz.nsi
+
+nsishelp:
+       $(NSIS)
+
 generate: generated_files
 
 ###########################################################
@@ -348,7 +356,8 @@ Z3950_OBJS= \
    $(OBJDIR)\zes-psched.obj \
    $(OBJDIR)\zes-pset.obj \
    $(OBJDIR)\zes-update0.obj \
-   $(OBJDIR)\prt-ext.obj
+   $(OBJDIR)\prt-ext.obj \
+   $(OBJDIR)\z-charneg.obj
 
 ILL_OBJS= \
    $(OBJDIR)\ill-get.obj\
@@ -832,7 +841,13 @@ $(ILL_OBJS): $(ILL_CORE_FILES) $(ITEM_REQ_FILES)
 ###########################################################
 #
 # $Log: makefile,v $
-# Revision 1.33  2002-02-11 23:25:26  adam
+# Revision 1.35  2002-03-16 10:26:57  adam
+# Added NSIS rules (nmake nsis).
+#
+# Revision 1.34  2002/02/12 15:59:12  adam
+# added z-charneg.obj
+#
+# Revision 1.33  2002/02/11 23:25:26  adam
 # Rustam's patch
 #
 # Revision 1.32  2002/01/30 22:02:03  adam