X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=e5c0e2d3d4c674c0117647a44ad7da38898d8444;hb=f1d9f7b3b3ba4e39f261f9b820dad51b8754549c;hp=5412949502ad25c6c18264c3a046bca89ccceda3;hpb=5c1c250634b4e4637f6942820e792d8d43031ba2;p=yaz-moved-to-github.git diff --git a/win/makefile b/win/makefile index 5412949..e5c0e2d 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # makefile.mak - makefile for MS NMAKE -# $Id: makefile,v 1.34 2002-02-12 15:59:12 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 ########################################################### @@ -833,7 +841,10 @@ $(ILL_OBJS): $(ILL_CORE_FILES) $(ITEM_REQ_FILES) ########################################################### # # $Log: makefile,v $ -# Revision 1.34 2002-02-12 15:59:12 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