forked from OSchip/llvm-project
Remove non-standard Environment header section
llvm-svn: 232973
This commit is contained in:
parent
f0581dda03
commit
a6a53d1131
|
@ -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
|
||||
|
|
|
@ -22,11 +22,6 @@
|
|||
appropriate place, and copies the lldb.py (and
|
||||
embedded_interpreter.py) file to the correct directory.
|
||||
|
||||
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: None.
|
||||
|
||||
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
|
||||
|
|
|
@ -16,11 +16,6 @@
|
|||
cases the file generated by SWIG may need some tweaking
|
||||
before it is completely ready to use.
|
||||
|
||||
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: For Windows OS it is assumed the SWIG executable can be
|
||||
found in the %PATH% environmental variable.
|
||||
|
||||
|
|
|
@ -15,11 +15,6 @@
|
|||
language stuff fully functional. Any such post-processing
|
||||
is handled through the Python scripts called here.
|
||||
|
||||
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: None.
|
||||
|
||||
Gotchas: None.
|
||||
|
||||
Copyright: None.
|
||||
|
|
|
@ -9,10 +9,6 @@
|
|||
Also give help information on arguments required by the
|
||||
program.
|
||||
|
||||
Environment: OS: Windows/LINUX/OSX
|
||||
IDE: Visual Studio 2013 Plugin Python Tools (PTVS)
|
||||
Script: Python 2.6 x64
|
||||
|
||||
Gotchas: None.
|
||||
|
||||
Copyright: None.
|
||||
|
|
|
@ -6,10 +6,6 @@
|
|||
Overview: Python module to supply functions to help debug Python
|
||||
scripts.
|
||||
|
||||
Environment: OS: Windows/LINUX/OSX
|
||||
IDE: Visual Studio 2013 Plugin Python Tools (PTVS)
|
||||
Script: Python 2.6 x64
|
||||
|
||||
Gotchas: None.
|
||||
|
||||
Copyright: None.
|
||||
|
@ -130,4 +126,4 @@ class CDebugFnVerbose:
|
|||
__strFnName = "";
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue