Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-27 | MSVC: 64bit project file build fixes. | Robin Watts | |
2017-03-22 | Fix windows GLFW build. | Tor Andersson | |
2017-01-17 | Remove preprocessor defines from vcproj. | Tor Andersson | |
Keeping them up to date is difficult and prone to errors, so we move setting the USE_OUTPUT_DEBUG_STRING and FZ_LARGEFILE flags to the source instead of relying on project file definitions. | |||
2016-05-31 | MSVC: Enable Function level linking | Robin Watts | |
Just a few places in the MSVC projects didn't have this enabled. | |||
2016-03-07 | MSVC: Solution tweaks. | Robin Watts | |
Add Memento configurations for mupdf-gl and libglfw to solve build warnings. | |||
2015-11-12 | gl: Add x64 target to MSVC project files. | Tor Andersson | |
2015-10-06 | gl: Fix MSVC warnings. | Tor Andersson | |
2015-10-06 | gl: Use GLFW instead of GLUT. | Tor Andersson | |
Add OpenGL text rendering using textured quads, instead of using glut bitmap fonts. |