From a6a53d113164230c3d4e67ced90cb5809851ffb9 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Mon, 23 Mar 2015 17:57:42 +0000 Subject: Remove non-standard Environment header section llvm-svn: 232973 --- lldb/scripts/Python/buildSwigPython.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lldb/scripts/Python/buildSwigPython.py') diff --git a/lldb/scripts/Python/buildSwigPython.py b/lldb/scripts/Python/buildSwigPython.py index 36b0e7e396b..c69b24f199f 100644 --- a/lldb/scripts/Python/buildSwigPython.py +++ b/lldb/scripts/Python/buildSwigPython.py @@ -6,11 +6,6 @@ Overview: Creates SWIG Python C++ Script Bridge wrapper code. This script is called by build-swig-wrapper-classes.py in turn. - Environment: OS: Windows Vista or newer, LINUX, OSX. - IDE: Visual Studio 2013 Plugin Python Tools (PTVS) - Script: Python 2.6/2.7.5 x64 - Other: SWIG 2.0.11 - Gotchas: Python debug complied pythonXX_d.lib is required for SWIG to build correct LLDBWrapperPython.cpp in order for Visual Studio to compile successfully. The release version of the -- cgit v1.2.3