From: Adam Dickmeiss Date: Thu, 25 Oct 2001 12:46:07 +0000 (+0000) Subject: codecs not built as they should. X-Git-Tag: YAZ.1.8~1 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=12b2b42ab2da50d46f17354deaafaff24e683230 codecs not built as they should. --- 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