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:
puggles 2003-09-14 16:00:24 +00:00
parent 83532cd6d5
commit 1a55178f88

View File

@ -60,9 +60,12 @@
#endif #endif
#pragma comment (lib, "winmm.lib") /* link with Windows MultiMedia lib */ #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, "opengl32.lib") /* link with Microsoft OpenGL lib */
#pragma comment (lib, "glu32.lib") /* link with OpenGL Utility lib */ #pragma comment (lib, "glu32.lib") /* link with OpenGL Utility lib */
#else #else
# define FGAPI # define FGAPI
# define FGAPIENTRY # define FGAPIENTRY