stx_libbasic3.st
branchjv
changeset 4041 71b5dc4ee4c0
parent 4024 aeb721b75bb8
child 4166 66a7a47f9253
--- a/stx_libbasic3.st	Sun May 29 06:58:08 2016 +0200
+++ b/stx_libbasic3.st	Tue May 31 22:19:30 2016 +0100
@@ -95,6 +95,8 @@
     ^ #(
         #'stx:libbasic2'    "HTMLUtilities - referenced by HTMLDocGenerator>>generateClassDocReferenceFor:text:autoloading:"
     )
+
+    "Modified: / 31-05-2016 / 23:19:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 subProjects
@@ -119,6 +121,57 @@
 '
 !
 
+additionalRules_bc_dot_mak
+    "allows for additional static libraries to be added to the bc.mak file.
+     Subclasses may redefine this"
+
+    ^ '
+stx_libbasic3-config.h: stx_libbasic3-config.bat
+        call stx_libbasic3-config.bat
+
+clean::
+        del stx_libbasic3-config.h
+
+'
+
+    "Created: / 11-11-2012 / 12:22:21 / jv"
+    "Modified: / 31-05-2016 / 23:18:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
+additionalRules_make_dot_proto
+    "allows for additional rules to be added to the make.proto file."
+
+    ^ '
+stx_libbasic3-config.h: stx_libbasic3-config.sh
+        ./stx_libbasic3-config.sh
+
+clean::
+        rm -f stx_libbasic3-config.h
+
+'
+
+    "Created: / 01-11-2012 / 22:35:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 31-05-2016 / 23:18:25 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
+additionalTargets_bc_dot_mak
+    "obsolete - kept for compatibility with old project files"
+
+   ^ 'stx_libbasic3-config.h'
+
+    "Created: / 09-11-2012 / 12:14:04 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 31-05-2016 / 22:59:52 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
+additionalTargets_make_dot_proto
+    "allows for additional targets to be added to the make.proto file."
+
+    ^ 'stx_libbasic3-config.h'
+
+    "Created: / 01-11-2012 / 22:35:25 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 31-05-2016 / 22:59:55 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
 stcWarningOptions
     ^ '-warnNonStandard -warnUnused'
 ! !
@@ -157,6 +210,7 @@
         SourceCodeManagerUtilities
         SystemEnvironment
         SystemOrganizer
+        SystemProfiler
         TraceBuffer
         VersionInfo
         WrappedMethod
@@ -212,16 +266,20 @@
         MethodRemoveChange
         (TraitClassTraitDefinitionChange autoload)
         (TraitDefinitionChange autoload)
+        (VSEFileSourceWriter autoload)
         (VSEChunkFileSourceWriter autoload)
-        (VSEFileSourceWriter autoload)
         (VSEPackageFileSourceWriter autoload)
         (VisualAgeChunkFileSourceWriter autoload)
     )
+
+    "Modified: / 31-05-2016 / 23:19:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 extensionMethodNames
-    "list class/selector pairs of extensions.
-     A correponding method with real names must be present in my concrete subclasses"
+    "lists the extension methods which are to be included in the project.
+     Entries are 2-element array literals, consisting of class-name and selector.
+     A correponding method with real names must be present in my concrete subclasses
+     if it has extensions."
 
     ^ #(
         UserPreferences historyManagerModificationLimit