windows .lib files (dmc has them, dmd doesn't)
Adam D. Ruppe
destructionator at gmail.com
Sun Aug 18 12:53:05 PDT 2013
On Sunday, 18 August 2013 at 14:51:52 UTC, Adam D. Ruppe wrote:
> Specifically, I'd really like to have opengl32.lib and
> glu32.lib included.
in related news, my simpledisplay.d now supports the creation of
OpenGL windows on both Windows and Linux/X11. But it is opt-in on
Windows since without these .lib files, it won't successfully
link, and I don't want it to fail compiling with a stock dmd.
I'll be pushing this to github later tonight.
More information about the Digitalmars-d
mailing list