BUILD_TYPE

This commit is contained in:
David Rose 2002-05-23 18:19:55 +00:00
parent b77ce1fddb
commit 6db0511dd3
1 changed files with 2 additions and 2 deletions

View File

@ -67,9 +67,9 @@
// the overhead associated with Cygwin fork() calls.
#if $[eq $[PLATFORM], Win32]
#define BUILD_TYPE gmsvc
#define BUILD_TYPE gmsvc // temporary; should be msvc for non-Cygwin.
#elif $[eq $[PLATFORM], Cygwin]
#define BUILD_TYPE msvc
#define BUILD_TYPE gmsvc
#else
#define BUILD_TYPE unix
#endif