msvc/vc9/ftgl_static.vcproj


Log

Author Commit Date CI Message
sammy b066d782 2010-05-23T16:30:54 Add query functions to request FTGL configuration information: - C version: ftglGetString(); - C++ version: FTGL::GetString(); Currently supported strings are: - FTGL_CONFIG_VERSION: FTGL version information
sammy cd5b5251 2009-07-20T12:22:22 Bring the Visual Studio 2008 solution up to date.
sammy 84fdd792 2009-07-19T16:09:40 Correct the order in which FT_Done_Face is called via the library's destructors. Fixes a Bzflag crash upon exit. Patch courtesy of Mathew Eis (kingrobot) from SF patch 2721799.
sammy c9b2a93e 2009-07-19T15:17:23 Add a vc9 directory for Visual Studio 2009 builds.