Remove GLU dependency

See #23721
This commit is contained in:
Paul Cornett 2023-12-28 14:49:42 -08:00
parent f1731fd672
commit ce1d317768
30 changed files with 43 additions and 451 deletions

View file

@ -774,8 +774,8 @@ enum
libraries are found.
On Windows, OpenGL support is enabled by default (@c wxUSE_GLCANVAS set
to @c 1 in the @c setup.h file). If your program links with wxWidgets
statically, you need to add @c opengl32.lib (and @c glu32.lib for old
OpenGL versions) to the list of the libraries your program is linked with.
statically, you need to add @c opengl32.lib to the list of libraries
your program is linked with.
@library{wxgl}
@category{gl}