aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2011-12-15 11:07:49 +1000
committerSteve Bennett <steveb@workware.net.au>2011-12-16 13:10:13 +1000
commit6a4f419af4dad8baa40ebb9a88977fe83d2b0d5e (patch)
treee38a3b90834bc44df600196525acbf1144f1292f /Makefile.in
parentb6ca9c7ed71cb4b612dee89b5569cbf599bfc386 (diff)
downloadjimtcl-6a4f419af4dad8baa40ebb9a88977fe83d2b0d5e.zip
jimtcl-6a4f419af4dad8baa40ebb9a88977fe83d2b0d5e.tar.gz
jimtcl-6a4f419af4dad8baa40ebb9a88977fe83d2b0d5e.tar.bz2
cygwin also wants shared libraries named .dll
And other minor changes for windows platforms
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 0312fee..cfad35e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -181,7 +181,7 @@ Tcl.html: jim_tcl.txt
@tclsh@ @srcdir@/make-index $> $^ | asciidoc -o $@ -d manpage - || cp @srcdir@/Tcl_shipped.html Tcl.html
clean:
- rm -f *.o *.so lib*.a $(JIMSH) Tcl.html _*.c
+ rm -f *.o *.so *.dll *.exe lib*.a $(JIMSH) Tcl.html _*.c build-jim-ext
distclean: clean
rm -f jimautoconf.h jim-config.h Makefile config.log autosetup/jimsh0@EXEEXT@