From: Adam Dickmeiss Date: Wed, 8 Dec 1999 13:14:12 +0000 (+0000) Subject: Added comp.sh. X-Git-Tag: YAZ.1.8~307 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=332d9c8c3c66d71a25dc258c87464f0271a2ca74 Added comp.sh. --- diff --git a/z39.50/comp.sh b/z39.50/comp.sh new file mode 100755 index 0000000..4c63256 --- /dev/null +++ b/z39.50/comp.sh @@ -0,0 +1,7 @@ +#!/bin/sh +# $Id: comp.sh,v 1.1 1999-12-08 13:14:12 adam Exp $ +# simple script to make all compiled code. +../util/yc.tcl -d z.tcl -i yaz -I ../include $(YCFLAGS) z3950v3.asn +../util/yc.tcl -d z.tcl -i yaz -I ../include $(YCFLAGS) datetime.asn +../util/yc.tcl -d z.tcl -i yaz -I ../include $(YCFLAGS) univres.asn +../util/yc.tcl -d z.tcl -i yaz -I ../include $(YCFLAGS) esupdate.asn