X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=4cbeb7816af966c0fa87764bd0ae4068dc18af00;hb=3422548c2ce84dce9283e9649588f82cc0cb5774;hp=737ac540161781990e18eede7078e8ff6494f0a9;hpb=27e67487d8100738feb98ae7315540846d6bfdf0;p=yaz-moved-to-github.git diff --git a/win/makefile b/win/makefile index 737ac54..4cbeb78 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # makefile.mak - makefile for MS NMAKE -# $Id: makefile,v 1.40 2002-06-02 21:34:45 adam Exp $ +# $Id: makefile,v 1.42 2002-06-05 21:11:00 adam Exp $ # # Programmed by # HL: Heikki Levanto, Index Data @@ -29,7 +29,7 @@ default: all all: dirs generate dll client ztest zoomsh -NSIS="c:\program files\nsis\makensis.exe" +NSIS="c:\program files\nsis\makensis-bz2.exe" nsis: all $(NSIS) yaz.nsi @@ -376,9 +376,9 @@ COMMON_YAZ_OBJS= \ $(YAZ_ZOOM_OBJS) YAZ_OBJS= \ - $(COMMON_YAZ_OBJS) \ $(Z3950_OBJS) \ - $(ILL_OBJS) + $(ILL_OBJS) \ + $(COMMON_YAZ_OBJS) DLL_OBJS= $(YAZ_OBJS) @@ -785,23 +785,22 @@ $(ZTEST) : "$(BINDIR)" $(ZTEST_OBJS) $(DLL) ############## clean clean: - del $(BINDIR)\*.exe - del $(BINDIR)\*.dll - del $(TMPDIR)\*. + -del $(BINDIR)\*.exe + -del $(BINDIR)\*.dll + -del $(TMPDIR)\*. - del $(LIBDIR)\*.MAP + -del $(LIBDIR)\*.MAP - del $(LIBDIR)\*.LIB - del $(OBJDIR)\*.OBJ + -del $(LIBDIR)\*.LIB + -del $(OBJDIR)\*.OBJ realclean: clean - del $(Z3950_C_DIR)\*.c - del $(Z3950_C_DIR)\*.h - del $(INCLDIR)\yaz\z-accdes1.h - del $(INCLDIR)\yaz\z-core.h - del $(DATETIME_H_FILES) - del $(UNIVRES_H_FILES) - del $(ESUPDATE_H_FILES) + -del $(Z3950_C_DIR)\z*.c + -del $(INCLDIR)\yaz\z-accdes1.h + -del $(INCLDIR)\yaz\z-core.h + -del $(DATETIME_H_FILES) + -del $(UNIVRES_H_FILES) + -del $(ESUPDATE_H_FILES) # Because DOS del will only accept one file name to delete, # the _H_ files work only on sets that have just one file. @@ -833,7 +832,13 @@ $(ILL_OBJS): $(ILL_CORE_FILES) $(ITEM_REQ_FILES) ########################################################### # # $Log: makefile,v $ -# Revision 1.40 2002-06-02 21:34:45 adam +# Revision 1.42 2002-06-05 21:11:00 adam +# NSIS bz2 +# +# Revision 1.41 2002/06/04 08:29:53 adam +# ignore errors on del. +# +# Revision 1.40 2002/06/02 21:34:45 adam # Remove --enable-module option # # Revision 1.39 2002/05/31 08:48:06 adam