This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/extern/libmv/third_party/gflags

Project: Google Flags
URL: http://code.google.com/p/google-gflags/
License: New BSD
Upstream version: 2.1.1
Local modifications:

- Flattened the tree and only included files needed for libmv.

- config.h was originally generated on linux machine with some
  further tweaks:

  * OS_WINDOWS need to be conditinally defined from inside #ifdef WIN32
  * Same applies yo HAVE_SHLWAPI_H
  * Disabeld HAVE_FNMATCH_H

- Removed attribute(unused) from FlagSaver.

  TODO(keir): Import and use gflags for Windows from upstream.