ProjectDefinition.st
changeset 20590 60c281959efc
parent 20586 fd48de558a00
child 20599 c7eebeef73a8
child 20601 2308f69ba99c
--- a/ProjectDefinition.st	Tue Oct 11 01:57:23 2016 +0200
+++ b/ProjectDefinition.st	Tue Oct 11 01:57:32 2016 +0200
@@ -4824,24 +4824,9 @@
 !
 
 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)'
-"/    ].
+    "Every header file is left locally in its lib-dir"
+
     ^ '-headerDir=.'
-
-    "Created: / 18-08-2006 / 13:01:52 / cg"
-    "Modified: / 23-12-2011 / 15:07:27 / cg"
 !
 
 objectLine_make_dot_spec_mappings: aClassName