LibraryDefinition.st
changeset 9899 1c1ed66c7163
parent 9885 2b52de27eef7
child 9902 74fab44fab6e
--- a/LibraryDefinition.st	Thu Sep 14 21:50:58 2006 +0200
+++ b/LibraryDefinition.st	Thu Sep 14 21:51:33 2006 +0200
@@ -78,9 +78,15 @@
 "
           #('abbrev.stc'        #'generate_abbrev_dot_stc') 
           #('bmake.bat'         #'generate_bmake_dot_mak') 
-     )
+     ) , (Array
+            with:
+                (Array 
+                    with:self rcFilename
+                    with:#'generate_packageName_dot_rc')
+         ).
 
     "Created: / 14-09-2006 / 14:36:14 / cg"
+    "Modified: / 14-09-2006 / 21:02:08 / cg"
 !
 
 generateFile:filename
@@ -808,5 +814,5 @@
 !LibraryDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.64 2006-09-14 17:07:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.65 2006-09-14 19:51:33 cg Exp $'
 ! !