LibraryDefinition.st
changeset 9957 addab182ac85
parent 9907 8f907d537b9c
child 9960 13b44d7b8f54
--- a/LibraryDefinition.st	Tue Sep 19 21:00:39 2006 +0200
+++ b/LibraryDefinition.st	Tue Sep 19 21:00:48 2006 +0200
@@ -654,28 +654,6 @@
     "Modified: / 14-09-2006 / 14:19:59 / cg"
 !
 
-generateLocalIncludes_unix
-    ^ String streamContents:[:s |
-        s nextPutAll:(self localIncludes_unix).
-        self searchForProjectsWhichProvideHeaderFiles
-            do:[:includeProject | 
-                s nextPutAll:' -I$(INCLUDE_TOP)/',(self topRelativePathToPackage_unix: includeProject) 
-            ]
-    ]
-
-    "
-     bosch_dapasx generateLocalIncludes_unix
-     bosch_dapasx_datenbasis generateLocalIncludes_unix  
-     stx_libbasic generateLocalIncludes_unix  
-     stx_libview generateLocalIncludes_unix                   
-     stx_libtool2 generateLocalIncludes_unix            
-     stx_libui generateLocalIncludes_unix   
-    "
-
-    "Created: / 09-08-2006 / 16:46:49 / fm"
-    "Modified: / 14-09-2006 / 15:38:16 / cg"
-!
-
 generateSubDirectories
     ^ String streamContents:[:s |
         self subProjects 
@@ -693,24 +671,6 @@
     "Modified: / 14-09-2006 / 18:46:18 / cg"
 !
 
-generateUnixLocalIncludes
-    ^ String streamContents:[:s |
-        s nextPutAll:(self localIncludes_unix).
-        self searchForProjectsWhichProvideHeaderFiles
-            do:[:includeProjectName |    
-                s nextPutAll:' -I',(self pathToPackage_unix: includeProjectName) 
-            ]
-    ]
-
-    "
-     DapasXProject generateLocalIncludes
-     DapasX_Datenbasis generateLocalIncludes
-    "
-
-    "Created: / 09-08-2006 / 16:46:49 / fm"
-    "Modified: / 14-09-2006 / 13:22:03 / cg"
-!
-
 headerFileOutputArg
 "/    "all stx stuff goes to the common include directory.
 "/     Everything else is left locally"
@@ -815,5 +775,5 @@
 !LibraryDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.67 2006-09-15 17:34:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.68 2006-09-19 19:00:48 cg Exp $'
 ! !