Show
Ignore:
Timestamp:
10/11/08 08:36:18 (3 months ago)
Author:
tokuhirom
Message:

added --eval option support with gengetopt++

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/cplusplus/llv8call/trunk/Sconstruct

    r20951 r21104  
     1PACKAGE='llv8call' 
    12VERSION='0.12' 
    23 
     
    6364    '-DPATHSEP=%s' % fixquote(re.sub("\\\\", "\\\\\\\\", os.pathsep)), 
    6465    '-DVERSION=%s' % fixquote(VERSION), 
     66    '-DCMDLINE_PARSER_VERSION=%s' % fixquote(VERSION), 
     67    '-DCMDLINE_PARSER_PACKAGE=%s' % fixquote(PACKAGE), 
    6568    '-DSHLIBPREFIX=%s' % fixquote(env.subst(env['SHLIBPREFIX'])), 
    6669    '-DSHLIBSUFFIX=%s' % fixquote(env.subst(env['SHLIBSUFFIX'])),