LibraryDefinition.st
changeset 12024 00b232843e78
parent 11941 56b21fa6c358
child 12087 285d0beccee2
--- a/LibraryDefinition.st	Thu Sep 24 11:22:24 2009 +0200
+++ b/LibraryDefinition.st	Thu Sep 24 11:27:09 2009 +0200
@@ -248,10 +248,10 @@
 
 make_dot_proto
 
-^ 
+^
 '# $','Header','$
 #
-# DO NOT EDIT 
+# DO NOT EDIT
 # automagically generated from the projectDefinition: ',self name,'.
 #
 # Warning: once you modify this file, do not rerun
@@ -281,15 +281,15 @@
 
 REQUIRED_SUPPORT_DIRS=%(REQUIRED_SUPPORT_DIRS)
 
-# if your embedded C code requires any system includes, 
-# add the path(es) here:, 
+# if your embedded C code requires any system includes,
+# add the path(es) here:,
 # ********** OPTIONAL: MODIFY the next lines ***
 # LOCALINCLUDES=-Ifoo -Ibar
 LOCALINCLUDES=%(LOCAL_INCLUDES)
 
 
-# if you need any additional defines for embedded C code, 
-# add them here:, 
+# if you need any additional defines for embedded C code,
+# add them here:,
 # ********** OPTIONAL: MODIFY the next lines ***
 # LOCALDEFINES=-Dfoo -Dbar -DDEBUG
 LOCALDEFINES=%(LOCAL_DEFINES)
@@ -314,10 +314,12 @@
 
 all:: preMake %(PRIMARY_TARGET) postMake
 
-pre_objs:: %(ADDITIONAL_TARGETS)
+pre_objs:: %(ADDITIONAL_TARGETS) %(ADDITIONAL_TARGETS_SVN)
 
 %(ADDITIONAL_RULES)
 
+%(ADDITIONAL_RULES_SVN)
+
 # add more install actions here
 install::
 
@@ -371,6 +373,7 @@
     "Created: / 08-08-2006 / 20:45:36 / fm"
     "Modified: / 09-08-2006 / 16:50:23 / fm"
     "Modified: / 14-09-2006 / 15:48:02 / cg"
+    "Modified: / 24-06-2009 / 21:39:29 / Jan Vrany <vranyj1@fel.cvut.cz>"
 !
 
 vc_dot_def
@@ -622,5 +625,5 @@
 !LibraryDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.88 2009-09-16 15:19:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.89 2009-09-24 09:27:09 cg Exp $'
 ! !