head	1.1;
branch	1.1.1;
access;
symbols
	postmerge-db-4_1_24-release:1.1.1.3
	premerge-db-4_1_24-release:1.1.1.3
	pre-db-4_1_24-release:1.1.1.3
	postmerge-db-4_1_17:1.1.1.3
	premerge-db-4_1_17:1.1.1.3
	pre-db-4_1_17:1.1.1.3
	postmerge-db-4_0_14:1.1.1.3
	premerge-db-4_0_14:1.1.1.3
	pre-db-4_0_14:1.1.1.3
	rpm-4_0_3-release:1.1.1.2.2.1
	postmerge-db-4_0_7:1.1.1.3
	premerge-db-4_0_7:1.1.1.3
	pre-db-4_0_7:1.1.1.2
	jbj_b4_rollback:1.1.1.2.2.1
	postmerge-db-3_3_11-release:1.1.1.2
	premerge-db-3_3_11-release:1.1.1.2
	db-3_3_11-release:1.1.1.2
	pre-db-3_3_11-release:1.1.1.2
	rpm-4_0:1.1.1.2.0.2
	postmerge-db-3_3_4-release:1.1.1.2
	premerge-db-3_3_4-release:1.1.1.2
	db-3_3_4-release:1.1.1.2
	pre-db-3_3_4-release:1.1.1.1
	db-3_2_9-release:1.1.1.1
	db-3_2_9-vendor:1.1.1;
locks; strict;
comment	@# @;
expand	@o@;


1.1
date	2001.03.21.18.33.38;	author jbj;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2001.03.21.18.33.38;	author jbj;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2001.05.13.19.58.27;	author jbj;	state Exp;
branches
	1.1.1.2.2.1;
next	1.1.1.3;

1.1.1.3
date	2001.10.15.03.47.07;	author jbj;	state dead;
branches;
next	;

1.1.1.2.2.1
date	2001.07.23.20.31.15;	author jbj;	state Exp;
branches;
next	1.1.1.2.2.2;

1.1.1.2.2.2
date	2002.01.08.04.07.17;	author jbj;	state dead;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@#!/bin/sh -
#	$Id: s_tcl,v 1.14 2000/11/09 19:24:07 sue Exp $
#
# Build the Tcl test files.

msgshb="# DO NOT EDIT BELOW THIS LINE: automatically built by dist/s_tcl."

. RELEASE

f=../test/include.tcl
echo "Building $f"
rm -f $f
(echo "set tclsh_path @@TCL_TCLSH@@"		&& \
 echo "set tcllib .libs/libdb_tcl-@@DB_VERSION_MAJOR@@.@@DB_VERSION_MINOR@@.@@SOSUFFIX@@" && \
 echo "set rpc_server localhost"	 	&& \
 echo "set rpc_path ."			 	&& \
 echo "set test_path @@srcdir@@/../test"		&& \
 echo ""					&& \
 echo "set KILL \"@@db_cv_path_kill@@\""		&& \
 echo ""					&& \
 echo "$msgshb"					&& \
 echo ""					&& \
 echo "global dict"				&& \
 echo "global testdir"				&& \
 echo "global util_path"			&& \
 echo "set testdir ./TESTDIR"			&& \
 echo "set rpc_testdir \$rpc_path/TESTDIR"	&& \
 echo ""					&& \
 echo "global is_hp_test"			&& \
 echo "global is_qnx_test"			&& \
 echo "global is_windows_test") > $f
chmod 444 $f

f=../build_win32/include.tcl
echo "Building $f"
rm -f $f
(echo "set tclsh_path SET_YOUR_TCLSH_PATH"	&& \
 echo "set test_path ../test"			&& \
 echo "set tcllib ./Debug/libdb_tcl${DB_VERSION_MAJOR}${DB_VERSION_MINOR}d.dll" && \
 echo ""					&& \
 echo "set KILL ./dbkill.exe"			&& \
 echo ""					&& \
 echo "$msgshb"					&& \
 echo ""					&& \
 echo "global dict"				&& \
 echo "global testdir"				&& \
 echo "global util_path"			&& \
 echo "set testdir ./TESTDIR"			&& \
 echo ""					&& \
 echo "global is_hp_test"			&& \
 echo "global is_qnx_test"			&& \
 echo "global is_windows_test") > $f
chmod 444 $f
@


1.1.1.1
log
@db-3.2.9
@
text
@@


1.1.1.2
log
@track: auto import
@
text
@d2 1
a2 1
#	Id: s_tcl,v 1.14 2000/11/09 19:24:07 sue Exp 
@


1.1.1.3
log
@*** empty log message ***
@
text
@@


1.1.1.2.2.1
log
@Merge db-3.3.11 onto rpm-4_0 branch.
@
text
@d2 1
a2 1
#	$Id: s_tcl,v 1.14 2000/11/09 19:24:07 sue Exp $
@


1.1.1.2.2.2
log
@Update to db-4.0.14.
@
text
@@


