X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=7493cffd8fd09aad544494940f0bca585e45fb1c;hb=d90d31f39aba4c7256d5b83eaf4192630b18ae02;hp=002b3e5ae3035e8ffbb1a9d096e0163c3a15ad77;hpb=988421f953de4623a11b90008c52e135631078ba;p=yaz-moved-to-github.git diff --git a/win/makefile b/win/makefile index 002b3e5..7493cff 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # Makefile.mak - makefile for MS NMAKE -# $Id: makefile,v 1.13 2000-02-28 11:13:03 adam Exp $ +# $Id: makefile,v 1.14 2000-03-02 08:48:21 adam Exp $ # # Programmed by # HL: Heikki Levanto, Index Data @@ -155,7 +155,7 @@ ZTEST_LINK_OPTIONS = /subsystem:console # TCL TCL="C:\Program Files\Tcl\bin\tclsh82.exe" -COMMON_TCL_OPTIONS= ..\util\yc.tcl -I$(INCLDIR) -i yaz +COMMON_TCL_OPTIONS= ..\util\yaz-comp -I$(INCLDIR) -i yaz # Final opt variables !if $(DEBUG) @@ -655,7 +655,10 @@ $(PROTOH): $(GENERATED_C_FILES) $(GENERATED_H_FILES) ########################################################### # # $Log: makefile,v $ -# Revision 1.13 2000-02-28 11:13:03 adam +# Revision 1.14 2000-03-02 08:48:21 adam +# Renamed ASN.1 compiler to yaz-comp (used to be yc.tcl). +# +# Revision 1.13 2000/02/28 11:13:03 adam # Removed odr_priv.obj. # # Revision 1.12 2000/01/06 11:27:16 adam