STXInstaller.st
changeset 1135 c27511f3028c
parent 1134 8401cae5d88e
child 1136 f861c61ca047
equal deleted inserted replaced
1134:8401cae5d88e 1135:c27511f3028c
   320                 ( 'projects\smalltalk\XWorkstat.dll'    #bin     nil                  true   )
   320                 ( 'projects\smalltalk\XWorkstat.dll'    #bin     nil                  true   )
   321                 ( 'projects\smalltalk\WinWorkstat.dll'  #bin     nil                  true   )
   321                 ( 'projects\smalltalk\WinWorkstat.dll'  #bin     nil                  true   )
   322                 ( 'COPYRIGHT'                           #lib     nil                  true   )
   322                 ( 'COPYRIGHT'                           #lib     nil                  true   )
   323                 ( 'projects\smalltalk\*.rc'             #bin     nil                  true   )
   323                 ( 'projects\smalltalk\*.rc'             #bin     nil                  true   )
   324                 ( 'projects\smalltalk\patches'          #bin     nil                  true   )
   324                 ( 'projects\smalltalk\patches'          #bin     nil                  true   )
   325                 ( 'projects\smalltalk\include\abbrev.stc'  #bin  'include'                  true   )
   325                 ( 'projects\smalltalk\include\abbrev.stc'  #lib  'include'                  true   )
   326                 ( 'projects\smalltalk\include\symbols.stc' #bin  'include'                  true   )
   326                 ( 'projects\smalltalk\include\symbols.stc' #lib  'include'                  true   )
   327                 ( 'projects\smalltalk\include\modules.stx' #bin  'include'                  true   )
   327                 ( 'projects\smalltalk\include\modules.stx' #lib  'include'                  true   )
   328                 ( 'projects\smalltalk\bitmaps'          #lib     nil                  true   )
   328                 ( 'projects\smalltalk\bitmaps'          #lib     nil                  true   )
   329                 ( 'projects\smalltalk\resources'        #lib     nil                  true   )
   329                 ( 'projects\smalltalk\resources'        #lib     nil                  true   )
   330                 ( 'doc\online\german\LICENCE.STX.html'  #lib     'doc\online\german'  true   )
   330                 ( 'doc\online\german\LICENCE.STX.html'  #lib     'doc\online\german'  true   )
   331                 ( 'doc\online\english\LICENCE.STX.html' #lib     'doc\online\english' true   )
   331                 ( 'doc\online\english\LICENCE.STX.html' #lib     'doc\online\english' true   )
   332     ).
   332     ).
   375 
   375 
   376 
   376 
   377     ^ fileSpec
   377     ^ fileSpec
   378 
   378 
   379     "Created: / 2.5.1999 / 13:23:06 / cg"
   379     "Created: / 2.5.1999 / 13:23:06 / cg"
   380     "Modified: / 31.5.1999 / 15:14:16 / cg"
   380     "Modified: / 31.5.1999 / 16:40:18 / cg"
   381 !
   381 !
   382 
   382 
   383 xxspecOfFilesToCopy
   383 xxspecOfFilesToCopy
   384     |fileSpec|
   384     |fileSpec|
   385 
   385