mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
Win32 get msvc
This commit is contained in:
parent
370b5aded2
commit
4a2d95fa6c
@ -67,7 +67,7 @@
|
|||||||
// 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 gmsvc // temporary; should be msvc for non-Cygwin.
|
#define BUILD_TYPE msvc
|
||||||
#elif $[eq $[PLATFORM], Cygwin]
|
#elif $[eq $[PLATFORM], Cygwin]
|
||||||
#define BUILD_TYPE gmsvc
|
#define BUILD_TYPE gmsvc
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user