Files
CMake/Source
Brad King f086c665da VS: Fix VS 2015 .vcxproj file value for GenerateDebugInformation (#15894)
Starting with VS 2015 the GenerateDebugInformation build property is an
enumeration (`No`, `Debug`, `DebugFastLink`) instead of a boolean value
(`false`, `true`).  For now we simply change to `No` and `Debug` fix
current behavior.  Support for `/debug:fastlink` can be added later.
2016-01-08 14:15:39 -05:00
..
2015-12-02 08:40:36 -05:00
2015-09-25 16:16:17 -04:00
2015-09-25 16:16:17 -04:00
2015-07-23 15:33:10 -04:00
2015-12-02 08:46:12 -05:00
2015-11-25 10:33:26 -05:00
2015-06-07 09:32:24 +02:00
2015-05-19 22:36:51 +02:00