/[ascend]/trunk/SConstruct
ViewVC logotype

Diff of /trunk/SConstruct

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 655 by johnpye, Thu Jun 1 11:51:33 2006 UTC revision 656 by johnpye, Fri Jun 2 06:36:32 2006 UTC
# Line 317  opts.Add( Line 317  opts.Add(
317      ,"ascend-"+version      ,"ascend-"+version
318  )  )
319    
320    opts.Add(
321        'RELEASE'
322        ,"Release number for use in RPM spec file. This should always start with a zero for releases made by the ASCEND group, in order that third parties can make 'patch' releases of higher version numbers."
323        ,"0"
324    )
325    
326  opts.Add(BoolOption(  opts.Add(BoolOption(
327      'ABSOLUTE_PATHS'      'ABSOLUTE_PATHS'
328      ,"Whether to use absolute or relative paths in the installed Tcl/Tk interface. If you want to build an RPM, set this to false."      ,"Whether to use absolute or relative paths in the installed Tcl/Tk interface. If you want to build an RPM, set this to false."
# Line 918  subst_dict = { Line 924  subst_dict = {
924      , '@INSTALL_INCLUDE@':env['INSTALL_INCLUDE']      , '@INSTALL_INCLUDE@':env['INSTALL_INCLUDE']
925      , '@PYGTK_ASSETS@':env['PYGTK_ASSETS']      , '@PYGTK_ASSETS@':env['PYGTK_ASSETS']
926      , '@VERSION@':version      , '@VERSION@':version
927        , '@RELEASE@':env.get('RELEASE')
928      , '@DISTTAR_NAME@':env['DISTTAR_NAME']      , '@DISTTAR_NAME@':env['DISTTAR_NAME']
929      , '@WEBHELPROOT@':'http://pye.dyndns.org/ascend/manual/'      , '@WEBHELPROOT@':'http://pye.dyndns.org/ascend/manual/'
930      , '@ASC_SHLIBSUFFIX@':env['SHLIBSUFFIX']      , '@ASC_SHLIBSUFFIX@':env['SHLIBSUFFIX']

Legend:
Removed from v.655  
changed lines
  Added in v.656

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22