ApplicationDefinition.st
changeset 14888 14e264052fc0
parent 14887 62023788683b
child 14891 7bf0716c431b
child 18033 c90d8fdd805d
equal deleted inserted replaced
14887:62023788683b 14888:14e264052fc0
  1607 #
  1607 #
  1608 
  1608 
  1609 TOP=%(TOP)       
  1609 TOP=%(TOP)       
  1610 INCLUDE_TOP=$(TOP)\..
  1610 INCLUDE_TOP=$(TOP)\..
  1611 # dummy target to force a build
  1611 # dummy target to force a build
  1612 FORCE=@@@FORCE_BUILD@@@
  1612 FORCE=FORCE_BUILD
       
  1613 
       
  1614 FORCE_BUILD:
       
  1615         @rem Dummy traget to force a build
  1613 
  1616 
  1614 CFLAGS_LOCAL=$(CFLAGS_APPTYPE) \
  1617 CFLAGS_LOCAL=$(CFLAGS_APPTYPE) \
  1615  -DSTARTUP_CLASS="\"%(STARTUP_CLASS)\"" \
  1618  -DSTARTUP_CLASS="\"%(STARTUP_CLASS)\"" \
  1616  -DSTARTUP_SELECTOR="\"%(STARTUP_SELECTOR)\"" \
  1619  -DSTARTUP_SELECTOR="\"%(STARTUP_SELECTOR)\"" \
  1617  -DUSE_MODULE_TABLE
  1620  -DUSE_MODULE_TABLE
  2932 ! !
  2935 ! !
  2933 
  2936 
  2934 !ApplicationDefinition class methodsFor:'documentation'!
  2937 !ApplicationDefinition class methodsFor:'documentation'!
  2935 
  2938 
  2936 version
  2939 version
  2937     ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.222 2013-03-15 16:07:36 stefan Exp $'
  2940     ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.223 2013-03-15 16:55:51 stefan Exp $'
  2938 !
  2941 !
  2939 
  2942 
  2940 version_CVS
  2943 version_CVS
  2941     ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.222 2013-03-15 16:07:36 stefan Exp $'
  2944     ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.223 2013-03-15 16:55:51 stefan Exp $'
  2942 !
  2945 !
  2943 
  2946 
  2944 version_SVN
  2947 version_SVN
  2945     ^ '§ Id: ApplicationDefinition.st 10645 2011-06-09 15:28:45Z vranyj1  §'
  2948     ^ '§ Id: ApplicationDefinition.st 10645 2011-06-09 15:28:45Z vranyj1  §'
  2946 ! !
  2949 ! !