ProjectBuilder.st
changeset 2677 e2c24a1be97f
parent 2673 100b4dd5c3c2
child 2678 cca2788228ad
equal deleted inserted replaced
2676:17095b9cdf97 2677:e2c24a1be97f
   332         files := #(
   332         files := #(
   333                     'librun/genDate'
   333                     'librun/genDate'
   334                     'librun/main.c'
   334                     'librun/main.c'
   335                     'librun/librun.so'
   335                     'librun/librun.so'
   336                 )
   336                 )
       
   337     ].
       
   338     files := files asOrderedCollection.
       
   339 
       
   340     OperatingSystem isMSWINDOWSlike ifTrue:[
       
   341         projectDefinitionClass applicationIconFileName notNil ifTrue:[
       
   342             files add:(projectDefinitionClass applicationIconFileName,'.ico')
       
   343         ]
   337     ].
   344     ].
   338 
   345 
   339     files do:[:dllRelativePath |
   346     files do:[:dllRelativePath |
   340         ((buildDirectory / 'stx' / dllRelativePath) exists
   347         ((buildDirectory / 'stx' / dllRelativePath) exists
   341         and:[ (mySTXTopDirectory / dllRelativePath) fileSize = (buildDirectory / 'stx' / dllRelativePath) fileSize
   348         and:[ (mySTXTopDirectory / dllRelativePath) fileSize = (buildDirectory / 'stx' / dllRelativePath) fileSize