+2001-09-07 Vince Darley <vincentdarley@sourceforge.net>
+ * Further minor improvements, unfortunately requires
+ new release of Tcl from cvs (today). Also added
+ 'install' target to vc++ makefile.
+
2001-08-29 Vince Darley <vincentdarley@sourceforge.net>
* can now mount root volumes which end in separator
characters (such as 'ftp://'). The code handles path
puts stderr "$tag: [expr {${cnt'} - $cnt}] ops, $time us"
return -code $rc -errorcode $ec -errorinfo $ei $ret
}
+ # for backwards compatibility
+ proc normalize {path} { ::file normalize $path }
}
ROOT = ..
WINDIR = $(ROOT)\win
GENERICDIR = $(ROOT)\generic
+LIBDIR = $(ROOT)\library
TOOLS32 = C:\Progra~1\devstudio\vc
TOOLS32_rc = C:\Progra~1\devstudio\sharedide
TCL = c:\progra~1\tcl
TCLLIB = $(TCL)\lib\tclstub84$(DBGX).lib
+INSTALLDIR = $(TCL)\lib\vfs1.0
######################################################################
# Compile flags
all: $(PROJECT).dll
+install: $(PROJECT).dll
+ -@md $(INSTALLDIR)
+ $(CP) $(PROJECT).dll $(INSTALLDIR)\$(PROJECT).dll
+ $(CP) $(LIBDIR)\*.tcl $(INSTALLDIR)
+ $(CP) $(LIBDIR)\tclIndex $(INSTALLDIR)
$(PROJECT).dll: $(DLLOBJS)
$(link32) $(ldebug) $(dlllflags) $(TCLLIB) \