Ignore:
Timestamp:
Apr 27, 2009, 3:18:05 PM (15 years ago)
Author:
rybkin
Message:

See C.L. 391

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/mgr/requirements

    r490 r496  
    470470macro lock_suffix ".lock"
    471471macro lock_file "${lock_name}${lock_suffix}"
     472
     473
     474macro svn_checkout_command "" \
     475      Linux        "python ${CMTROOT}/mgr/cmt_svn_checkout.py " \
     476      Darwin       "python ${CMTROOT}/mgr/cmt_svn_checkout.py " \
     477      VisualC      "python %CMTROOT%\mgr\cmt_svn_checkout.py "
    472478
    473479macro preprocessor_command "" \
     
    737743cmt_pattern.cxx \
    738744cmt_language.cxx \
    739 cmt_cvs.cxx \
     745cmt_vcs.cxx \
    740746cmt_group.cxx \
    741747cmt_database.cxx \
Note: See TracChangeset for help on using the changeset viewer.