ProjectBuilder.st
changeset 2677 e2c24a1be97f
parent 2673 100b4dd5c3c2
child 2678 cca2788228ad
--- a/ProjectBuilder.st	Thu Oct 22 23:21:17 2009 +0200
+++ b/ProjectBuilder.st	Thu Oct 22 23:27:57 2009 +0200
@@ -335,6 +335,13 @@
                     'librun/librun.so'
                 )
     ].
+    files := files asOrderedCollection.
+
+    OperatingSystem isMSWINDOWSlike ifTrue:[
+        projectDefinitionClass applicationIconFileName notNil ifTrue:[
+            files add:(projectDefinitionClass applicationIconFileName,'.ico')
+        ]
+    ].
 
     files do:[:dllRelativePath |
         ((buildDirectory / 'stx' / dllRelativePath) exists