Changeset 909
- Timestamp:
- 04/03/08 12:19:58
- Files:
-
- trunk/src/vpb/Commandline.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/vpb/Commandline.cpp
r908 r909 660 660 661 661 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 } 663 668 664 669 unsigned int numLevels = 10;
