# HG changeset patch # User Claus Gittinger # Date 1003227755 -7200 # Node ID fc8bbc760d17b8aacb37d9644d005ed69ba9bfa7 # Parent f5baa791b8cb694ed462b6f8370873b64e21b3d3 *** empty log message *** diff -r f5baa791b8cb -r fc8bbc760d17 STXInstaller.st --- a/STXInstaller.st Fri Oct 12 15:00:21 2001 +0200 +++ b/STXInstaller.st Tue Oct 16 12:22:35 2001 +0200 @@ -1,3 +1,5 @@ +"{ Package: 'stx:libtool2' }" + Object subclass:#STXInstaller instanceVariableNames:'stxLibDir stxLibBinDir stxBinDir stxPkgDir stxDocDir stxTopDir installDocFiles installSourceFiles installSTCFiles @@ -339,6 +341,7 @@ "/ name destination subDir required ( 'projects\smalltalk\smalltalk.bat' #bin nil true ) ( 'projects\smalltalk\stx.exe' #bin nil true ) + ( 'projects\smalltalk\winstx.exe' #bin nil true ) ( 'projects\smalltalk\stxspawn.exe' #bin nil true ) ( 'projects\smalltalk\*.dll' #bin nil true ) ). @@ -360,7 +363,7 @@ ^ fileSpec "Created: / 2.5.1999 / 13:23:06 / cg" - "Modified: / 31.5.1999 / 17:39:58 / cg" + "Modified: / 16.10.2001 / 12:25:58 / cg" ! ! !STXInstaller methodsFor:'installing'!