msvc/config.h

Branch


Log

Author Commit Date CI Message
Frank Heckenbach 48363921 2019-02-07T22:39:58 set version number to 2.4.0
Frank Heckenbach 3c0fdf36 2018-11-21T01:50:09 set version number to 2.3.1
Frank Heckenbach d48ee410 2018-10-14T21:28:21 set version number to 2.3.0, prepare for release
dtremenak 3851a043 2011-05-20T03:33:11 define new symbols on msvc builds as necessary
dtremenak 03663110 2008-06-13T21:16:09 make windows use the FONT_FILE mechanism for setting default font in demos also, no reason to special-case it. add standard license verbage to msvc config.h. tack a copyright notice on a couple files I made significant changes to.
dtremenak 898fd580 2008-05-22T17:28:21 quell deprecation messages for posix and c-style string functions
dtremenak 6ba54b3d 2008-05-08T23:31:55 disable "'this': used in base member initializer list" warning. although it is dangerous practice, it's valid and ftgl does not use the passed pointer until well after the object is guaranteed to be fully constructed.
dtremenak 7c4faf7e 2008-05-08T23:10:17 M_PI and friends on MSVC are only defined if _USE_MATH_DEFINES is defined first. include it appropriately in config.h.
JeffM2501 c6053772 2008-05-06T04:15:12 move the config.h and demo file up so they can be shared with all MSVC builds.
JeffM2501 83bbc4b9 2008-05-06T03:59:34 move 2005 build files to VC8 dir so we can have more then one windows build system
sammy 0aff12c1 2008-04-24T13:40:12 * Rename "win32_vcpp" to "msvc" and move all Visual Studio build files out of their subdirectory. * Add the msvc subdirectory to "make dist" so that it gets distributed.