Compiling Zandronum with Visual Studio: Difference between revisions

Fix w/glext.h URLs
No edit summary
(Fix w/glext.h URLs)
Line 8: Line 8:


== FMOD Ex ==
== FMOD Ex ==
http://www.fmod.org/browse-fmod-ex-api/
http://www.fmod.org/browse-fmod-ex-api/g


:Version 4.24.x is required, version 4.24.16 recommended
:Version 4.24.x is required, version 4.24.16 recommended
Line 35: Line 35:
== OpenGL Header Files ==
== OpenGL Header Files ==


*OpenGL 1.2 and above compatibility profile and extension interfaces: [http://www.opengl.org/registry/api/glext.h glext.h]
*OpenGL 1.2 and above compatibility profile and extension interfaces: [https://www.khronos.org/registry/OpenGL/api/GL/glext.h glext.h]
*WGL Extension interfaces: [http://www.opengl.org/registry/api/wglext.h wglext.h]
*WGL Extension interfaces: [https://www.khronos.org/registry/OpenGL/api/GL/wglext.h wglext.h]


Note that you may need to put the glext.h and wglext.h into your <tt>C:\Program Files\Microsoft SDKs\Windows\v6.1\includes\gl</tt> folder.
Note that you may need to put the glext.h and wglext.h into your <tt>C:\Program Files\Microsoft SDKs\Windows\v6.1\includes\gl</tt> folder.