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. --- NMakefile.template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'NMakefile.template') diff --git a/NMakefile.template b/NMakefile.template index 35fafbe..57a1d82 100644 --- a/NMakefile.template +++ b/NMakefile.template @@ -73,6 +73,8 @@ $(OUTDIR): LIBS = kernel32.lib user32.lib advapi32.lib +#guile = $(OUTDIR)/guile.obj + OBJS = \ $(OUTDIR)/ar.obj \ $(OUTDIR)/arscan.obj \ @@ -102,7 +104,8 @@ OBJS = \ $(OUTDIR)/glob.obj \ $(OUTDIR)/fnmatch.obj \ $(OUTDIR)/dirent.obj \ - $(OUTDIR)/pathstuff.obj + $(OUTDIR)/pathstuff.obj \ + $(guile) $(OUTDIR)/make.exe: $(OUTDIR) $(OBJS) $(LINK) @<< -- cgit v1.2.3