Resolve bug 806008 -- let Microsoft's compiler know to use Windows libraries even if not using our project files.
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@192 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
83532cd6d5
commit
1a55178f88
@ -60,9 +60,12 @@
|
||||
#endif
|
||||
|
||||
#pragma comment (lib, "winmm.lib") /* link with Windows MultiMedia lib */
|
||||
#pragma comment (lib, "user32.lib") /* link with Windows user lib */
|
||||
#pragma comment (lib, "gdi32.lib") /* link with Windows GDI lib */
|
||||
#pragma comment (lib, "opengl32.lib") /* link with Microsoft OpenGL lib */
|
||||
#pragma comment (lib, "glu32.lib") /* link with OpenGL Utility lib */
|
||||
|
||||
|
||||
#else
|
||||
# define FGAPI
|
||||
# define FGAPIENTRY
|
||||
|
Reference in New Issue
Block a user