From 2ff38c84a3a233af826aba6b6b2cb35c3de8e186 Mon Sep 17 00:00:00 2001 From: bdc Date: Mon, 4 Jun 2001 05:11:01 +0000 Subject: [PATCH] now that odbc-package is not open by default in the scsh package to avoid warnings on Unix, it needs to be loaded here so it will still run on Win32 --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index f2947fa..33fdba4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -692,6 +692,7 @@ scsh/scsh.image: $(VM) $(SCHEME) $(CIG).image echo ",load-package list-lib"; \ echo ",load-package string-lib"; \ echo ",load-package ccp-lib"; \ + echo ",load-package odbc-package"; \ echo ",in scsh-level-0"; \ echo "(%install-scsh-handlers)"; \ echo "(autoreap-policy 'early)"; \