[Lldb-commits] [lldb] r116765 - /lldb/trunk/scripts/Python/build-swig-Python.sh

Caroline Tice ctice at apple.com
Mon Oct 18 16:00:51 PDT 2010


Author: ctice
Date: Mon Oct 18 18:00:51 2010
New Revision: 116765

URL: http://llvm.org/viewvc/llvm-project?rev=116765&view=rev
Log:
Add header files that were added to lldb.swig to the build
script, so it can keep track of dependencies accurately (for
knowing when to re-build LLDBWrapPython.cpp).


Modified:
    lldb/trunk/scripts/Python/build-swig-Python.sh

Modified: lldb/trunk/scripts/Python/build-swig-Python.sh
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/Python/build-swig-Python.sh?rev=116765&r1=116764&r2=116765&view=diff
==============================================================================
--- lldb/trunk/scripts/Python/build-swig-Python.sh (original)
+++ lldb/trunk/scripts/Python/build-swig-Python.sh Mon Oct 18 18:00:51 2010
@@ -30,6 +30,11 @@
 
 
 HEADER_FILES="${SRC_ROOT}/include/lldb/lldb-include.h"\
+" ${SRC_ROOT}/include/lldb/lldb-defines.h"\
+" ${SRC_ROOT}/include/lldb/lldb-enumerations.h"\
+" ${SRC_ROOT}/include/lldb/lldb-forward.h"\
+" ${SRC_ROOT}/include/lldb/lldb-forward-rtti.h"\
+" ${SRC_ROOT}/include/lldb/lldb-types.h"\
 " ${SRC_ROOT}/include/lldb/API/SBAddress.h"\
 " ${SRC_ROOT}/include/lldb/API/SBBlock.h"\
 " ${SRC_ROOT}/include/lldb/API/SBBreakpoint.h"\





More information about the lldb-commits mailing list