ProjectDefinition.st
changeset 13875 2e01d09fa4c4
parent 13873 234d00734368
child 13899 d769ad2935e6
equal deleted inserted replaced
13874:16d95fea6cbb 13875:2e01d09fa4c4
  4118 "/            'stx:libboss'         'stx:libdb'
  4118 "/            'stx:libboss'         'stx:libdb'
  4119 "/        )
  4119 "/        )
  4120 "/    includes:self package) ifTrue:[
  4120 "/    includes:self package) ifTrue:[
  4121 "/        ^ '-H$(INCLUDE)'
  4121 "/        ^ '-H$(INCLUDE)'
  4122 "/    ].
  4122 "/    ].
  4123     ^ '--headerDir=.'
  4123     ^ '-headerDir=.'
  4124 
  4124 
  4125     "Created: / 18-08-2006 / 13:01:52 / cg"
  4125     "Created: / 18-08-2006 / 13:01:52 / cg"
  4126     "Modified: / 06-12-2011 / 21:23:51 / cg"
  4126     "Modified: / 23-12-2011 / 15:07:27 / cg"
  4127 !
  4127 !
  4128 
  4128 
  4129 objectLine_make_dot_spec_mappings: aClassName
  4129 objectLine_make_dot_spec_mappings: aClassName
  4130     ^ Dictionary new
  4130     ^ Dictionary new
  4131         at: 'CLASSFILE' put:(self filenameForClass:aClassName);
  4131         at: 'CLASSFILE' put:(self filenameForClass:aClassName);
  4390 MODULE_DIR=%(MODULE_DIRECTORY)
  4390 MODULE_DIR=%(MODULE_DIRECTORY)
  4391 PACKAGE=$(MODULE):$(MODULE_DIR)
  4391 PACKAGE=$(MODULE):$(MODULE_DIR)
  4392 
  4392 
  4393 
  4393 
  4394 # Argument(s) to the stc compiler (stc --usage).
  4394 # Argument(s) to the stc compiler (stc --usage).
  4395 #  --headerDir=. : create header files locally
  4395 #  -headerDir=. : create header files locally
  4396 #                (if removed, they will be created as common
  4396 #                (if removed, they will be created as common
  4397 #  -Pxxx       : defines the package
  4397 #  -Pxxx       : defines the package
  4398 #  -Zxxx       : a prefix for variables within the classLib
  4398 #  -Zxxx       : a prefix for variables within the classLib
  4399 #  -Dxxx       : defines passed to to CC for inline C-code
  4399 #  -Dxxx       : defines passed to to CC for inline C-code
  4400 #  -Ixxx       : include path passed to CC for inline C-code
  4400 #  -Ixxx       : include path passed to CC for inline C-code
  4428 %(OBJECTS)
  4428 %(OBJECTS)
  4429 '
  4429 '
  4430 
  4430 
  4431     "Created: / 08-08-2006 / 19:31:29 / fm"
  4431     "Created: / 08-08-2006 / 19:31:29 / fm"
  4432     "Modified: / 09-08-2006 / 15:10:57 / fm"
  4432     "Modified: / 09-08-2006 / 15:10:57 / fm"
  4433     "Modified: / 06-12-2011 / 21:24:20 / cg"
  4433     "Modified: / 23-12-2011 / 15:07:23 / cg"
  4434 !
  4434 !
  4435 
  4435 
  4436 makefile
  4436 makefile
  4437 ^
  4437 ^
  4438 '#
  4438 '#
  6639 ! !
  6639 ! !
  6640 
  6640 
  6641 !ProjectDefinition class methodsFor:'documentation'!
  6641 !ProjectDefinition class methodsFor:'documentation'!
  6642 
  6642 
  6643 version
  6643 version
  6644     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.375 2011-12-21 15:44:44 cg Exp $'
  6644     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.376 2011-12-23 14:09:03 cg Exp $'
  6645 !
  6645 !
  6646 
  6646 
  6647 version_CVS
  6647 version_CVS
  6648     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.375 2011-12-21 15:44:44 cg Exp $'
  6648     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.376 2011-12-23 14:09:03 cg Exp $'
  6649 !
  6649 !
  6650 
  6650 
  6651 version_SVN
  6651 version_SVN
  6652     ^ '§ Id: ProjectDefinition.st 10645 2011-06-09 15:28:45Z vranyj1  §'
  6652     ^ '§ Id: ProjectDefinition.st 10645 2011-06-09 15:28:45Z vranyj1  §'
  6653 ! !
  6653 ! !