Skip to content

Commit

Permalink
install Scheme DLL on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
owaddell-beckman committed Feb 23, 2024
1 parent e4c78ec commit fc1fca3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ add "CFLAGS:=${MYCFLAGS}"
add "LD:=${MYLD}"
add "LDFLAGS:=${MYLDFLAGS}"
if [ "${Windows}" = "yes" ]; then
add "export SCHEMEDLL:=${SchemeDLL}"
if [ -n "${CUSTOMPATH}" ]; then
case "${CONFIG_UNAME}" in
MINGW64_NT-* | MSYS_NT-*)
Expand Down
3 changes: 3 additions & 0 deletions src/swish/Mf-base
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ install-batteries: install-check
${GNU_INSTALL} --mode=444 "${SCHEMEBOOT}"/petite.boot "${INSTLIBDIR}"
${GNU_INSTALL} --mode=444 "${SCHEMEBOOT}"/scheme.boot "${INSTLIBDIR}"
${GNU_INSTALL} --mode=444 "${SCHEMEBOOT}"/scheme.h "${INSTLIBDIR}"
ifneq ($(SCHEMEDLL),)
${GNU_INSTALL} --mode=555 "${SCHEMEDLL}" "${INSTLIBDIR}"
endif

install-bin: install-check all
${GNU_INSTALL} --directory "${INSTLIBDIR}"
Expand Down

0 comments on commit fc1fca3

Please sign in to comment.