/**
  * Sets the archive to which the compiler should write files,
  * if applicable.
  */
 public void setArchive(osgDB.Archive _archive, string _filename)
 {
     archive = _archive;
     archive_filename = _filename;
 }
 public void setArchive(osgDB.Archive value)
 {
     archive = value;
 }