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

This commit is contained in:
bdc 2001-06-04 05:11:01 +00:00
parent 4306bc0899
commit 2ff38c84a3
1 changed files with 1 additions and 0 deletions

View File

@ -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)"; \