summaryrefslogtreecommitdiff
path: root/NMakefile.template
diff options
context:
space:
mode:
Diffstat (limited to 'NMakefile.template')
-rw-r--r--NMakefile.template5
1 files changed, 4 insertions, 1 deletions
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) @<<