README.blender 716 B

12345678910111213141516171819202122
  1. Project: Google Flags
  2. URL: https://github.com/gflags/gflags
  3. License: New BSD
  4. Upstream version: 2.2.1 (46f73f88b18)
  5. Local modifications:
  6. - Flattened the tree and only included files needed for Blender.
  7. - config.h was originally generated on linux machine with some
  8. further tweaks:
  9. * OS_WINDOWS need to be conditinally defined from inside #ifdef WIN32
  10. * Same applies to HAVE_SHLWAPI_H
  11. * Disabeld HAVE_FNMATCH_H
  12. * Forced disabled GFLAGS_IS_A_DLL
  13. - Applied some modifications from fork https://github.com/Nazg-Gul/gflags.git
  14. (see https://github.com/gflags/gflags/pull/129)
  15. - Ifdef-ed __attribute((unused)) in gflags.h.
  16. This file is compile-time configurable in upstream, so can not avoid change here.