mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
oops, default should not be msvc
This commit is contained in:
parent
f15bd7ba4f
commit
8150cf5df4
@ -55,9 +55,7 @@
|
|||||||
// allowable choices, at present, are:
|
// allowable choices, at present, are:
|
||||||
//
|
//
|
||||||
// unix - Generate makefiles suitable for most Unix platforms.
|
// unix - Generate makefiles suitable for most Unix platforms.
|
||||||
// msvc - Generate makefiles suitable for building on Windows platforms
|
// msvc - Generate Visual C++ project files (still a work in progress)
|
||||||
// (e.g. Windows NT, Windows 2000) using the Microsoft Visual C++
|
|
||||||
// command-line compiler and Microsoft nmake.
|
|
||||||
// gmsvc - Generate makefiles similar to the above, using Microsoft
|
// gmsvc - Generate makefiles similar to the above, using Microsoft
|
||||||
// Visual C++, but uses the Cygwin-supplied GNU make
|
// Visual C++, but uses the Cygwin-supplied GNU make
|
||||||
// instead of Microsoft nmake. This is potentially
|
// instead of Microsoft nmake. This is potentially
|
||||||
@ -67,7 +65,8 @@
|
|||||||
// 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 msvc // not ready yet.
|
||||||
|
#define BUILD_TYPE gmsvc
|
||||||
#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