diff options
Diffstat (limited to 'build_windows/include.tcl')
-rw-r--r-- | build_windows/include.tcl | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/build_windows/include.tcl b/build_windows/include.tcl new file mode 100644 index 0000000..a2ab938 --- /dev/null +++ b/build_windows/include.tcl @@ -0,0 +1,29 @@ +# Automatically built by dist/s_test; may require local editing. + +set tclsh_path SET_YOUR_TCLSH_PATH +set buildpath Win32/Debug +set tcllib libdb_tcl48d.dll + +set src_root .. +set test_path ../test +set je_root ../../je + +global testdir +set testdir ./TESTDIR + +global dict +global util_path + +global is_freebsd_test +global is_hp_test +global is_linux_test +global is_qnx_test +global is_sunos_test +global is_windows_test +global is_windows9x_test + +global valid_methods +global checking_valid_methods +global test_recopts + +set KILL dbkill.exe |