[Lldb-commits] [lldb] r147909 - /lldb/trunk/test/make/Makefile.rules
Johnny Chen
johnny.chen at apple.com
Tue Jan 10 17:59:55 PST 2012
Author: johnny
Date: Tue Jan 10 19:59:55 2012
New Revision: 147909
URL: http://llvm.org/viewvc/llvm-project?rev=147909&view=rev
Log:
Add more usage examples.
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=147909&r1=147908&r2=147909&view=diff
==============================================================================
--- lldb/trunk/test/make/Makefile.rules (original)
+++ lldb/trunk/test/make/Makefile.rules Tue Jan 10 19:59:55 2012
@@ -12,6 +12,10 @@
# the building of the a.out executable program. For example,
# DYLIB_ONLY := YES
#
+# And also might be of interest:
+# FRAMEWORK_INCLUDES (Darwin only) :=
+# CFLAGS_EXTRAS :=
+# LD_EXTRAS :=
# Uncomment line below for debugging shell commands
# SHELL = /bin/sh -x
More information about the lldb-commits
mailing list