<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
<span class="Apple-style-span"
 style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;">
<pre>Hi,
Updated  patch for source/Commands.
Pawel


---------------------------- cut here K ---------------------------
Index: source/Commands/CMakeLists.txt
===================================================================
--- source/Commands/CMakeLists.txt      (revision 0)
+++ source/Commands/CMakeLists.txt      (revision 0)
@@ -0,0 +1,37 @@
+set(LLVM_NO_RTTI 1)
+
+add_lldb_library(lldbCommands
+  CommandCompletions.cpp
+  CommandObjectAppend.cpp
+  CommandObjectApropos.cpp
+  CommandObjectArgs.cpp
+  CommandObjectBreakpointCommand.cpp
+  CommandObjectBreakpoint.cpp
+  CommandObjectCall.cpp
+  CommandObjectCommands.cpp
+  CommandObjectCrossref.cpp
+  CommandObjectDelete.cpp
+  CommandObjectDisassemble.cpp
+  CommandObjectExpression.cpp
+  CommandObjectFile.cpp
+  CommandObjectFrame.cpp
+  CommandObjectHelp.cpp
+  CommandObjectImage.cpp
+  CommandObjectInfo.cpp
+  CommandObjectLog.cpp
+  CommandObjectMemory.cpp
+  CommandObjectMultiword.cpp
+  CommandObjectProcess.cpp
+  CommandObjectQuit.cpp
+  CommandObjectRegister.cpp
+  CommandObjectSelect.cpp
+  CommandObjectSet.cpp
+  CommandObjectSettings.cpp
+  CommandObjectShow.cpp
+  CommandObjectSource.cpp
+  CommandObjectSyntax.cpp
+  CommandObjectTarget.cpp
+  CommandObjectThread.cpp
+  CommandObjectVariable.cpp
+  )
+
</pre>
</span><br>
<br>
</body>
</html>