ENH: Added platform identifier for QNXNTO. This partially addresses bug#3556.

This commit is contained in:
Brad King 2006-08-01 14:33:10 -04:00
parent 658d38e0af
commit e46829b3f1
1 changed files with 3 additions and 0 deletions

View File

@ -1907,6 +1907,9 @@ void cmMakefile::AddDefaultDefinitions()
#if defined(__APPLE__)
this->AddDefinition("APPLE", "1");
#endif
#if defined(__QNXNTO__)
this->AddDefinition("QNXNTO", "1");
#endif
char temp[1024];
sprintf(temp, "%d", cmMakefile::GetMinorVersion());