#!/bin/sh
: '
: ************************************************************************
:
:                                 GBase.
:
:                             PROPRIETARY DATA
:
:    Licensed Material - Property Of GBase
:
:    "Restricted Materials of GBase"
:
:    GBase Client SDK
:
:    (c)  Copyright GBASE  2002, 2008. All rights reserved.
:
:
:  Title:	esqlcdemo7
:  Description:	Demonstration Installation Script
:
: **********************************************************************
: '

IDIR=${GBASEDBTDIR-/usr/gbasedbt}
i=

# Now copying source files
infxmsg 33462

cp $IDIR/demo/esqlc/*.ec .

for i in inpfuncs.c prdesc.c
  do
  cp $IDIR/demo/esqlc/$i .
  done

# end of database installation script
infxmsg 33463
