Changeset 909

Show
Ignore:
Timestamp:
04/03/08 12:19:58
Author:
robert
Message:

Disabled the setting of archives to avoid bug in archive creation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/vpb/Commandline.cpp

    r908 r909  
    660660 
    661661    std::string archiveName; 
    662     while (arguments.read("-a",archiveName)) { buildOptions->setArchiveName(archiveName); } 
     662    while (arguments.read("-a",archiveName)) 
     663    { 
     664        osg::notify(osg::NOTICE)<<"Warning: archive option -a is temporarily disabled, building with archive."<<std::endl; 
     665         
     666        // buildOptions->setArchiveName(archiveName); 
     667    } 
    663668 
    664669    unsigned int numLevels = 10;