X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=66ae7a0c608fdbf2b5d020ccb44d5955725de67a;hb=e1efa4cdf426e7eb952584ed4b9d3b818c8ff070;hp=95331327c0eda5d915a92c1569f10a4a60da96b4;hpb=fa81887b7cffa038fd4b0a4577d2071bd9a3cad0;p=yaz-moved-to-github.git diff --git a/win/makefile b/win/makefile index 9533132..66ae7a0 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 1994-2003, Index Data # All rights reserved. -# $Id: makefile,v 1.59 2003-06-03 09:11:13 adam Exp $ +# $Id: makefile,v 1.60 2003-06-11 18:37:10 adam Exp $ # # Programmed by # HL: Heikki Levanto, Index Data @@ -653,7 +653,7 @@ $(ITEM_REQ_FILES): $(ILLDIR)\item-req.asn $(UTILDIR)\marc8.c: $(UTILDIR)\charconv.sgm @cd $(UTILDIR) - $(TCL) charconv.tcl -p marc8 -s 50 charconv.sgm charconv_cjk.xml -o marc8.c + $(TCL) charconv.tcl -p marc8 -s 50 charconv.sgm -o marc8.c !endif @@ -930,7 +930,10 @@ $(ILL_OBJS): $(ILL_CORE_FILES) $(ITEM_REQ_FILES) ########################################################### # # $Log: makefile,v $ -# Revision 1.59 2003-06-03 09:11:13 adam +# Revision 1.60 2003-06-11 18:37:10 adam +# Dont use charconv_cjk.xml +# +# Revision 1.59 2003/06/03 09:11:13 adam # WIN32 updates # # Revision 1.58 2003/06/02 13:44:54 adam