summaryrefslogtreecommitdiffstats
path: root/Source/cmXCodeObject.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-02-04 22:58:58 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-02-04 22:58:58 (GMT)
commit8659d1206b1cc0ef39347f9dc70f84002652e46f (patch)
tree37718f57e2ddb64f7d6059175361b7ae6c7fd635 /Source/cmXCodeObject.cxx
parentf6e8b36dcba508fc8710a94ca2e4e8698bbd11d3 (diff)
downloadCMake-8659d1206b1cc0ef39347f9dc70f84002652e46f.zip
CMake-8659d1206b1cc0ef39347f9dc70f84002652e46f.tar.gz
CMake-8659d1206b1cc0ef39347f9dc70f84002652e46f.tar.bz2
ENH: this version can build cmake
Diffstat (limited to 'Source/cmXCodeObject.cxx')
-rw-r--r--Source/cmXCodeObject.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/cmXCodeObject.cxx b/Source/cmXCodeObject.cxx
index a9562d9..cf75a96 100644
--- a/Source/cmXCodeObject.cxx
+++ b/Source/cmXCodeObject.cxx
@@ -20,7 +20,10 @@ cmXCodeObject::~cmXCodeObject()
//----------------------------------------------------------------------------
cmXCodeObject::cmXCodeObject(PBXType ptype, Type type)
{
-// m_cmTarget = 0;
+ m_PBXTargetDependency = 0;
+ m_cmTarget = 0;
+ m_Object =0;
+
m_IsA = ptype;
cmOStringStream str;
str << (void*)this;