X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=af963a1e03243e6fb284d8d9dad240220ce90098;hb=12b2b42ab2da50d46f17354deaafaff24e683230;hp=ab674bc4d7022277b3b5fd75e405966eb49a1e1c;hpb=73ecbfab9603fb29e87e9a01a446aa81a22f21d7;p=yaz-moved-to-github.git diff --git a/win/makefile b/win/makefile index ab674bc..af963a1 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # makefile.mak - makefile for MS NMAKE -# $Id: makefile,v 1.28 2001-10-25 10:45:08 adam Exp $ +# $Id: makefile,v 1.29 2001-10-25 12:46:07 adam Exp $ # # Programmed by # HL: Heikki Levanto, Index Data @@ -27,7 +27,7 @@ DEBUG=0 # 0 for release, 1 for debug default: all -all: dirs yaz_date_h dll client ztest zoomsh +all: dirs yaz_date_h generate dll client ztest zoomsh generate: generated_files @@ -801,7 +801,10 @@ $(ILL_OBJS): $(ILL_CORE_FILES) $(ITEM_REQ_FILES) ########################################################### # # $Log: makefile,v $ -# Revision 1.28 2001-10-25 10:45:08 adam +# Revision 1.29 2001-10-25 12:46:07 adam +# codecs not built as they should. +# +# Revision 1.28 2001/10/25 10:45:08 adam # Fixed make clean. # # Revision 1.27 2001/10/24 12:24:43 adam