2005-01-25 01:35:54 +03:00
|
|
|
#include "cmLocalXCodeGenerator.h"
|
|
|
|
|
|
|
|
cmLocalXCodeGenerator::cmLocalXCodeGenerator()
|
|
|
|
{
|
2006-03-24 17:15:05 +03:00
|
|
|
// the global generator does this, so do not
|
|
|
|
// put these flags into the language flags
|
|
|
|
this->EmitUniversalBinaryFlags = false;
|
2005-01-25 01:35:54 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
cmLocalXCodeGenerator::~cmLocalXCodeGenerator()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|