diff -r 16d95fea6cbb -r 2e01d09fa4c4 ProjectDefinition.st --- a/ProjectDefinition.st Wed Dec 21 19:19:57 2011 +0100 +++ b/ProjectDefinition.st Fri Dec 23 15:09:03 2011 +0100 @@ -4120,10 +4120,10 @@ "/ includes:self package) ifTrue:[ "/ ^ '-H$(INCLUDE)' "/ ]. - ^ '--headerDir=.' + ^ '-headerDir=.' "Created: / 18-08-2006 / 13:01:52 / cg" - "Modified: / 06-12-2011 / 21:23:51 / cg" + "Modified: / 23-12-2011 / 15:07:27 / cg" ! objectLine_make_dot_spec_mappings: aClassName @@ -4392,7 +4392,7 @@ # Argument(s) to the stc compiler (stc --usage). -# --headerDir=. : create header files locally +# -headerDir=. : create header files locally # (if removed, they will be created as common # -Pxxx : defines the package # -Zxxx : a prefix for variables within the classLib @@ -4430,7 +4430,7 @@ "Created: / 08-08-2006 / 19:31:29 / fm" "Modified: / 09-08-2006 / 15:10:57 / fm" - "Modified: / 06-12-2011 / 21:24:20 / cg" + "Modified: / 23-12-2011 / 15:07:23 / cg" ! makefile @@ -6641,11 +6641,11 @@ !ProjectDefinition class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.375 2011-12-21 15:44:44 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.376 2011-12-23 14:09:03 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.375 2011-12-21 15:44:44 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.376 2011-12-23 14:09:03 cg Exp $' ! version_SVN