mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
change default to gmsvc
This commit is contained in:
parent
3200a5f929
commit
5935ba47bc
@ -65,9 +65,9 @@
|
|||||||
// distributed make. It's a tiny bit slower if you're
|
// distributed make. It's a tiny bit slower if you're
|
||||||
// not taking advantage of distributed make, because of
|
// not taking advantage of distributed make, because of
|
||||||
// the overhead associated with Cygwin fork() calls.
|
// the overhead associated with Cygwin fork() calls.
|
||||||
//
|
|
||||||
#if $[eq $[PLATFORM],Win32]
|
#if $[eq $[PLATFORM],Win32]
|
||||||
#define BUILD_TYPE msvc
|
#define BUILD_TYPE gmsvc
|
||||||
#else
|
#else
|
||||||
#define BUILD_TYPE unix
|
#define BUILD_TYPE unix
|
||||||
#endif
|
#endif
|
||||||
@ -229,9 +229,9 @@
|
|||||||
// Is OpenGL installed, and where? This should include libGL as well
|
// Is OpenGL installed, and where? This should include libGL as well
|
||||||
// as libGLU, if they are in different places.
|
// as libGLU, if they are in different places.
|
||||||
|
|
||||||
#define GL_IPATH
|
#defer GL_IPATH
|
||||||
#define GL_LPATH /usr/X11R6/lib
|
#defer GL_LPATH /usr/X11R6/lib
|
||||||
#define GL_LIBS GL GLU
|
#defer GL_LIBS GL GLU
|
||||||
#defer HAVE_GL $[libtest $[GL_LPATH],$[GL_LIBS]]
|
#defer HAVE_GL $[libtest $[GL_LPATH],$[GL_LIBS]]
|
||||||
|
|
||||||
// How about GLX?
|
// How about GLX?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user