LibraryDefinition.st
changeset 10024 a9a71c271bd9
parent 9999 3fa5b37b03cd
child 10301 538da2da9faf
--- a/LibraryDefinition.st	Fri Sep 29 23:48:44 2006 +0200
+++ b/LibraryDefinition.st	Fri Sep 29 23:48:47 2006 +0200
@@ -575,44 +575,6 @@
 
     "Created: / 09-08-2006 / 11:23:34 / fm"
     "Modified: / 14-09-2006 / 14:19:59 / cg"
-!
-
-generateSubDirectories
-    ^ String streamContents:[:s |
-        self subProjects 
-            do:[:projectID |    
-                s space; nextPutAll:projectID
-            ]
-    ]
-
-    "
-     DapasXProject generateSubDirectories
-     DapasX_Datenbasis generateSubDirectories
-    "
-
-    "Created: / 09-08-2006 / 11:26:59 / fm"
-    "Modified: / 14-09-2006 / 18:46:18 / cg"
-!
-
-headerFileOutputArg
-"/    "all stx stuff goes to the common include directory.
-"/     Everything else is left locally"
-"/
-"/    (
-"/        #(
-"/            'stx:libbasic'        'stx:libview'         'stx:libtool'   
-"/            'stx:libbasic2'       'stx:libview2'        'stx:libtool2'
-"/            'stx:libbasic3'       'stx:libwidg'         'stx:libhtml'
-"/            'stx:libcomp'         'stx:libwidg2'        'stx:libui'
-"/            'stx:libboss'         'stx:libdb'
-"/        )
-"/    includes:self package) ifTrue:[
-"/        ^ '-H$(INCLUDE)'
-"/    ].
-    ^ '-H.'
-
-    "Created: / 18-08-2006 / 13:01:52 / cg"
-    "Modified: / 14-09-2006 / 15:38:25 / cg"
 ! !
 
 !LibraryDefinition class methodsFor:'queries'!
@@ -689,5 +651,5 @@
 !LibraryDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.71 2006-09-21 15:36:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.72 2006-09-29 21:48:47 cg Exp $'
 ! !