diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-26 08:18:42 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-26 08:18:42 (GMT) |
commit | 8444ebbd72e14202a561d251b556f011ce93e85c (patch) | |
tree | 89adf5bdaee2e51c92660fd7b4bc21878f3798cb /PC | |
parent | 059def58a5201d4626396ad39cc885645235b959 (diff) | |
download | cpython-8444ebbd72e14202a561d251b556f011ce93e85c.zip cpython-8444ebbd72e14202a561d251b556f011ce93e85c.tar.gz cpython-8444ebbd72e14202a561d251b556f011ce93e85c.tar.bz2 |
Issue #18685: Extract template part of _sre.c into separated sre_lib.h file.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/VS9.0/pythoncore.vcproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/PC/VS9.0/pythoncore.vcproj b/PC/VS9.0/pythoncore.vcproj index c299058..cf60470 100644 --- a/PC/VS9.0/pythoncore.vcproj +++ b/PC/VS9.0/pythoncore.vcproj @@ -1155,6 +1155,18 @@ >
</File>
<File
+ RelativePath="..\..\Modules\sre.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Modules\sre_constants.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Modules\sre_lib.h"
+ >
+ </File>
+ <File
RelativePath="..\..\Modules\_stat.c"
>
</File>
|