X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=7493cffd8fd09aad544494940f0bca585e45fb1c;hb=6d04fc7a64ab1dd82574935bb189e055fe2d5e72;hp=dead50e560e3adc51c6e128a14281f37f2a4c71d;hpb=6b12d4fd69aa6c44b45df80c9d3892134fb4cb0e;p=yaz-moved-to-github.git diff --git a/win/makefile b/win/makefile index dead50e..7493cff 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # Makefile.mak - makefile for MS NMAKE -# $Id: makefile,v 1.12 2000-01-06 11:27:16 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) @@ -241,7 +241,6 @@ YAZ_ODR_OBJS= \ $(OBJDIR)\odr_null.obj \ $(OBJDIR)\odr_oct.obj \ $(OBJDIR)\odr_oid.obj \ - $(OBJDIR)\odr_priv.obj \ $(OBJDIR)\odr_seq.obj \ $(OBJDIR)\odr_tag.obj \ $(OBJDIR)\odr_use.obj \ @@ -656,7 +655,13 @@ $(PROTOH): $(GENERATED_C_FILES) $(GENERATED_H_FILES) ########################################################### # # $Log: makefile,v $ -# Revision 1.12 2000-01-06 11:27:16 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 # Updated for ILL. # # Revision 1.11 1999/12/21 14:16:20 ian