Changes between Version 2 and Version 3 of CMTInWaf


Ignore:
Timestamp:
Mar 1, 2012, 9:25:16 PM (12 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Christian Arnault/emailAddress=arnault@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CMTInWaf

    v2 v3  
    2424import cmt
    2525
    26 top, out = cmt.init ()
     26#top = '.'
     27#out = 'win32'
    2728
    2829def options (ctx):
    2930  cmt.options (ctx)
     31  pass
    3032
    3133def configure (ctx):
     34  top, out = cmt.init (ctx)
    3235  cmt.configure (ctx)
    3336
     
    4346}}}
    4447
     48and the setting on my windows machine is:
     49
     50{{{
     51set PATH=c:\Install\Python27;%PATH%
     52set PATH=c:\Install\Waf;%PATH%
     53set PYTHONPATH=c:\Arnault\CMT2\Waf;%PYTHONPATH%
     54}}}
     55
     56
     57[https://svn.lal.in2p3.fr/projects/CMT2/waf The SVN repository for the CMT module]
     58
     59[https://svn.lal.in2p3.fr/projects/CMT2/test The SVN repository for the testbed]