[Lldb-commits] [lldb] r147907 - /lldb/trunk/test/make/Makefile.rules
Johnny Chen
johnny.chen at apple.com
Tue Jan 10 17:42:59 PST 2012
Author: johnny
Date: Tue Jan 10 19:42:58 2012
New Revision: 147907
URL: http://llvm.org/viewvc/llvm-project?rev=147907&view=rev
Log:
Add usage examples of recently added functionality.
Modified:
lldb/trunk/test/make/Makefile.rules
Modified: lldb/trunk/test/make/Makefile.rules
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/make/Makefile.rules?rev=147907&r1=147906&r2=147907&view=diff
==============================================================================
--- lldb/trunk/test/make/Makefile.rules (original)
+++ lldb/trunk/test/make/Makefile.rules Tue Jan 10 19:42:58 2012
@@ -6,6 +6,12 @@
# OBJC_SOURCES :=
# OBJCXX_SOURCES :=
# DYLIB_C_SOURCES :=
+# DYLIB_CXX_SOURCES :=
+#
+# Specifying DYLIB_ONLY has the effect of building dylib only, skipping
+# the building of the a.out executable program. For example,
+# DYLIB_ONLY := YES
+#
# Uncomment line below for debugging shell commands
# SHELL = /bin/sh -x
More information about the lldb-commits
mailing list