/[ascend]/trunk/SConstruct
ViewVC logotype

Diff of /trunk/SConstruct

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

revision 459 by johnpye, Fri Apr 7 08:05:05 2006 UTC revision 460 by johnpye, Tue Apr 11 01:08:58 2006 UTC
# Line 157  opts.Add( Line 157  opts.Add(
157      ,'tk'      ,'tk'
158  )    )  
159    
160    # Static linking to TkTable
161    
162    opts.Add(BoolOption(
163        'STATIC_TKTABLE'
164        ,'Use static linking to TkTable or not'
165        ,False
166    ))
167    
168    opts.Add(PackageOption(
169        'TKTABLE_LIBPATH'
170        ,'Location of TkTable static library'
171        ,'off'
172    ))
173    
174    opts.Add(
175        'TKTABLE_LIB'
176        ,'Name of TkTable static library (excluding suffix/prefix, eg libtktable2.8.so -> tktable2.8)'
177        ,'Tktable2.8'
178    )
179    
180  opts.Add(  opts.Add(
181      'INSTALL_PREFIX'      'INSTALL_PREFIX'
182      ,'Root location for installed files'      ,'Root location for installed files'

Legend:
Removed from v.459  
changed lines
  Added in v.460

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