mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.h
This commit is contained in:
parent
c4ab11050d
commit
552e6c7284
2 changed files with 2 additions and 2 deletions
|
@ -307,6 +307,8 @@ Tests
|
|||
Build
|
||||
-----
|
||||
|
||||
- Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.h
|
||||
|
||||
- Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH
|
||||
for nmake.exe correctly.
|
||||
|
||||
|
|
|
@ -74,8 +74,6 @@ WIN32 is still required for the locale module.
|
|||
#define DONT_HAVE_SIG_PAUSE
|
||||
#define LONG_BIT 32
|
||||
#define WORD_BIT 32
|
||||
#define PREFIX ""
|
||||
#define EXEC_PREFIX ""
|
||||
|
||||
#define MS_WIN32 /* only support win32 and greater. */
|
||||
#define MS_WINDOWS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue