Avoid using the BATCH command by loading EXTERNAL-CALLS before opening it.

This commit is contained in:
mainzelm 2003-11-19 13:03:24 +00:00
parent b6eeae0dcc
commit 3997c60557
1 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@ SUBDIRS = c
scheme/load-scx.scm:
(echo '(user)'; \
echo "(batch)"; \
echo "(load-package 'dynamic-externals)"; \
echo "(open 'dynamic-externals)"; \
echo "(open 'external-calls)"; \
echo '(run '; \
@ -13,6 +13,5 @@ scheme/load-scx.scm:
echo '(config)'; \
echo '(load "$(prefix)/scheme/xlib/xlib-interfaces.scm")'; \
echo '(load "$(prefix)/scheme/xlib/xlib-packages.scm")'; \
echo '(batch)'; \
) > $@