From c992c4d80f51540699f33fed067caf6b7c38df79 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 15 Jan 2012 22:41:53 +0000 Subject: Add GNU Guile as an optional embedded scripting language for make. On configure-enabled systems, configure will detect Guile installed (using pkg-config, which is how GNU Guile is distributed) and enable it if so. On all non-configure-enabled systems, currently, the default is for Guile support to be disabled. --- dosbuild.bat | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dosbuild.bat') diff --git a/dosbuild.bat b/dosbuild.bat index c911e18..df74aef 100644 --- a/dosbuild.bat +++ b/dosbuild.bat @@ -55,6 +55,8 @@ echo commands.o > respf.$$$ for %%f in (job dir file misc main read remake rule implicit default variable) do echo %%f.o >> respf.$$$ for %%f in (expand function vpath hash strcache version ar arscan signame remote-stub getopt getopt1) do echo %%f.o >> respf.$$$ echo glob/libglob.a >> respf.$$$ +rem gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g guile.c -o guile.o +rem echo guile.o >> respf.$$$ @echo Linking... @echo on gcc -o make.new @respf.$$$ -- cgit v1.2.3