Many Windows related fixes and tweaks. Also fixed some issues with newer versions of CMake and Swig files.

This commit is contained in:
Jonathan Thomas
2015-08-24 23:49:45 -05:00
parent bfa050409c
commit fbc719b11f
7 changed files with 84 additions and 56 deletions

View File

@@ -489,6 +489,10 @@ void FrameMapper::Open() throw(InvalidFile)
// Open the reader
reader->Open();
// Set child reader in debug mode (if needed)
if (debug)
reader->debug = true;
}
}