ProjectDefinition.st
changeset 19290 59f1b3c69457
parent 19203 a9b9c90179f9
child 19302 68355697fc84
child 19309 a1d3d5187c65
--- a/ProjectDefinition.st	Thu Mar 03 21:25:01 2016 +0100
+++ b/ProjectDefinition.st	Thu Mar 03 21:25:10 2016 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2006 by eXept Software AG
               All Rights Reserved
@@ -4509,7 +4511,7 @@
         "cg: changed to not go and remake librun"
         (self allPreRequisitesSorted:#effectiveMandatoryPreRequisites "#effectivePreRequisites") do:[:projectID |
             libPath := self pathToPackage:projectID withSeparator:'/'.
-            s tab; nextPutAll: 'cd ', libPath; nextPutLine:' && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"'.
+            s tab; nextPutAll: 'cd ', libPath; nextPutLine:' && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "'.
         ].
 
         s cr.
@@ -4519,6 +4521,8 @@
      exept_expecco_application generateRequiredMakePrerequisites_make_dot_proto
      alspa_batch_application generateRequiredMakePrerequisites_make_dot_proto
     "
+
+    "Modified: / 03-03-2016 / 21:23:31 / cg"
 !
 
 generateRequiredMakeReferences_bc_dot_mak
@@ -4562,7 +4566,7 @@
     ^ String streamContents:[:s |
         preRequisites do:[:projectID |
             libPath := self pathToPackage:projectID withSeparator:'/'.
-            s tab; nextPutAll: 'cd ', libPath; nextPutLine:' && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"'.
+            s tab; nextPutAll: 'cd ', libPath; nextPutLine:' && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "'.
         ].
 
         s cr.
@@ -4572,6 +4576,8 @@
      exept_expecco_application generateRequiredMakeReferences_make_dot_proto
      alspa_batch_application generateRequiredMakeReferences_make_dot_proto
     "
+
+    "Modified: / 03-03-2016 / 21:23:45 / cg"
 !
 
 generateSubDirectories