From 75e486ce398465b0a6cae29fc0a159d5391a5446 Mon Sep 17 00:00:00 2001 From: Antonio Cuni Date: Wed, 30 Jun 2010 14:51:13 +0000 Subject: create a directory trunk/include to contains all the headers file. They are automatically copied there from cpyext/include during translation. The generated pypy_decl.h and pypy_macros.h are also put there, instead of the now-gone pypy/_interfaces. The goal is to have the svn checkout as similar as possible as release tarballs and virtualenvs, which have an include/ dir at the top --- include/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/README (limited to 'include') diff --git a/include/README b/include/README new file mode 100644 index 0000000000..8adc5f2c5a --- /dev/null +++ b/include/README @@ -0,0 +1,7 @@ +This directory contains all the include files needed to build cpython +extensions with PyPy. Note that these are just copies of the original headers +that are in pypy/module/cpyext/include: they are automatically copied from +there during translation. + +Moreover, pypy_decl.h and pypy_macros.h are automatically generated, also +during translation. -- cgit v1.2.3-65-gdbad