ProjectDefinition.st
branchjv
changeset 21289 7189410cd300
parent 21288 886dc134d57e
child 21331 1c4f9355fba3
equal deleted inserted replaced
21288:886dc134d57e 21289:7189410cd300
  4781 
  4781 
  4782         classNamesDict keysAndValuesDo:[:eachCategory :classNames|
  4782         classNamesDict keysAndValuesDo:[:eachCategory :classNames|
  4783             s nextPutLine:eachCategory,'_OBJS= \'.
  4783             s nextPutLine:eachCategory,'_OBJS= \'.
  4784             classNames do:putLineForClassName.
  4784             classNames do:putLineForClassName.
  4785             (eachCategory = 'COMMON' and:[self hasExtensionMethods]) ifTrue:[
  4785             (eachCategory = 'COMMON' and:[self hasExtensionMethods]) ifTrue:[
  4786                 s nextPutLine:'    $(OUTDIR)extensions.$(O) \'.
  4786                 s nextPutLine:'    $(OUTDIR_SLASH)extensions.$(O) \'.
  4787             ].
  4787             ].
  4788 
  4788 
  4789             s cr.
  4789             s cr.
  4790         ].
  4790         ].
  4791         s cr.
  4791         s cr.
  5363     "Modified: / 12-09-2015 / 12:31:32 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  5363     "Modified: / 12-09-2015 / 12:31:32 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  5364 !
  5364 !
  5365 
  5365 
  5366 objectLine_make_dot_spec
  5366 objectLine_make_dot_spec
  5367 
  5367 
  5368     ^'    $(OUTDIR)%(CLASSFILE).$(O) \'
  5368     ^'    $(OUTDIR_SLASH)%(CLASSFILE).$(O) \'
  5369 
  5369 
  5370     "Created: / 08-08-2006 / 20:16:46 / fm"
  5370     "Created: / 08-08-2006 / 20:16:46 / fm"
  5371     "Modified: / 23-08-2006 / 11:11:38 / cg"
  5371     "Modified: / 23-08-2006 / 11:11:38 / cg"
  5372 !
  5372 !
  5373 
  5373