Ignore:
Timestamp:
Oct 15, 2009, 12:46:33 PM (15 years ago)
Author:
rybkin
Message:

See C.L. 410

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/source/cmt_project.cxx

    r519 r523  
    19451945  set_default_strategy ("SetupRoot");
    19461946  set_default_strategy ("SetupCleanup");
     1947  set_default_strategy ("SetupScripts");
    19471948  set_default_strategy ("BuildPrototypes");
    19481949  set_default_strategy ("InstallArea");
     
    27232724
    27242725  s = new StrategyDef;
     2726  s->m_keyword = "setup";
     2727  s->m_name = "SetupScripts";
     2728  s->m_on_value = "scripts";
     2729  s->m_off_value = "no_scripts";
     2730  s->m_default_value = true;
     2731  s->m_priority_value = false;
     2732
     2733  m_defs.push_back (s);
     2734
     2735  s = new StrategyDef;
    27252736  s->m_keyword = "structure";
    27262737  s->m_name = "VersionDirectory";
     
    28572868  m_off_tag = Tag::find (to_untag_name);
    28582869
    2859   if (m_on_tag == 0)
     2870  if (m_on_tag == 0 || m_off_tag == 0)
    28602871    {
    28612872      m_on_tag = Tag::add (to_tag_name, PriorityConfig, "PROJECT", 0);
Note: See TracChangeset for help on using the changeset viewer.