/[ascend]/trunk/SConstruct
ViewVC logotype

Diff of /trunk/SConstruct

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

revision 1597 by jpye, Fri Aug 17 05:26:05 2007 UTC revision 1598 by jpye, Fri Aug 17 06:44:45 2007 UTC
# Line 60  if platform.system()=="Windows": Line 60  if platform.system()=="Windows":
60      default_fortran="g77"      default_fortran="g77"
61      default_f2c_lib="g2c"      default_f2c_lib="g2c"
62            
     default_extlib_suffix = "_ascend$SHLIBSUFFIX"  
63  else:  else:
64      default_tcl_lib = "tcl8.4"      default_tcl_lib = "tcl8.4"
65      default_tk_lib = "tk8.4"      default_tk_lib = "tk8.4"
# Line 100  else: Line 99  else:
99      default_fortran="gfortran"      default_fortran="gfortran"
100      default_f2c_lib="gfortran"      default_f2c_lib="gfortran"
101            
     default_extlibsuffix = "$SHLIBSUFFIX"  
   
102  opts.Add(  opts.Add(
103      'CC'      'CC'
104      ,'C Compiler command'      ,'C Compiler command'
# Line 580  opts.Add( Line 577  opts.Add(
577  opts.Add(  opts.Add(
578      'EXTLIB_SUFFIX'      'EXTLIB_SUFFIX'
579      ,"Filename suffix for ASCEND 'external libraries' (for use with IMPORT"      ,"Filename suffix for ASCEND 'external libraries' (for use with IMPORT"
580      ,default_extlib_suffix      ,"_ascend$SHLIBSUFFIX"
581  )  )
582    
583  opts.Add(  opts.Add(

Legend:
Removed from v.1597  
changed lines
  Added in v.1598

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