You are viewing a plain text version of this content. The canonical link for it is here.
Posted to websh-cvs@tcl.apache.org by ro...@apache.org on 2005/11/11 18:02:09 UTC

svn commit: r332600 - /tcl/websh/trunk/src/win/Makefile

Author: ronnie
Date: Fri Nov 11 09:02:04 2005
New Revision: 332600

URL: http://svn.apache.org/viewcvs?rev=332600&view=rev
Log:
- also install lib files

Modified:
    tcl/websh/trunk/src/win/Makefile

Modified: tcl/websh/trunk/src/win/Makefile
URL: http://svn.apache.org/viewcvs/tcl/websh/trunk/src/win/Makefile?rev=332600&r1=332599&r2=332600&view=diff
==============================================================================
--- tcl/websh/trunk/src/win/Makefile (original)
+++ tcl/websh/trunk/src/win/Makefile Fri Nov 11 09:02:04 2005
@@ -102,6 +102,7 @@
 bindir = $(INSTALL_PREFIX)/bin
 moddir = $(INSTALL_PREFIX)/modules
 docdir = $(INSTALL_PREFIX)/htdocs
+libdir = $(INSTALL_PREFIX)/lib
 cfgdir = $(INSTALL_PREFIX)/conf
 
 # compiler, linker, and other binaries
@@ -247,6 +248,10 @@
 	@echo. 
 	if exist mod_websh$(VERSION).so \
 		$(INSTALL) mod_websh$(VERSION).so "$(moddir)"
+	if exist mod_websh$(VERSION).lib \
+		$(INSTALL) mod_websh$(VERSION).lib "$(libdir)"
+	if exist mod_websh$(VERSION).exp \
+		$(INSTALL) mod_websh$(VERSION).exp "$(libdir)"
 	if exist mod_websh$(VERSION).so \
 		copy /Y mod_websh$(VERSION).so "$(moddir)/mod_websh.so"
 	if exist websh$(VERSION).exe \
@@ -255,6 +260,10 @@
 		copy/Y websh$(VERSION).exe "$(bindir)/websh.exe"
 	if exist websh$(VERSION).dll \
 		$(INSTALL) websh$(VERSION).dll "$(bindir)"
+	if exist websh$(VERSION).lib \
+		$(INSTALL) websh$(VERSION).lib "$(libdir)"
+	if exist websh$(VERSION).exp \
+		$(INSTALL) websh$(VERSION).exp "$(libdir)"
 	if exist websh$(VERSION).dll \
 		copy /Y websh$(VERSION).dll "$(bindir)/websh.dll"
 
@@ -268,6 +277,7 @@
 
 installdirs:
 	-mkdir "$(bindir)"
+	-mkdir "$(libdir)"
 	-mkdir "$(moddir)"
 	-mkdir "$(docdir)"
 	-mkdir "$(cfgdir)"



---------------------------------------------------------------------
To unsubscribe, e-mail: websh-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: websh-cvs-help@tcl.apache.org