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'!