From 12b2b42ab2da50d46f17354deaafaff24e683230 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 25 Oct 2001 12:46:07 +0000 Subject: [PATCH] codecs not built as they should. --- win/makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 -- 1.7.10.4