File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535// ---------------------------------------------------------------------------------
3636// Definitions
3737// ---------------------------------------------------------------------------------
38- #define PYLIB_NAME_WIN32_RELEASE " Python3/plat-win/python33 .dll"
39- #define PYLIB_NAME_WIN32_DEBUG " Python3/plat-win/python33_d .dll"
40- #define PYLIB_NAME_LINUX_RELEASE " Python3/plat-linux/libpython3.3m .so.1.0"
41- #define PYLIB_NAME_LINUX_DEBUG " Python3/plat-linux/libpython3.3dm .so.1.0"
38+ #define PYLIB_NAME_WIN32_RELEASE " Python3/plat-win/python34 .dll"
39+ #define PYLIB_NAME_WIN32_DEBUG " Python3/plat-win/python34_d .dll"
40+ #define PYLIB_NAME_LINUX_RELEASE " Python3/plat-linux/libpython3.4m .so.1.0"
41+ #define PYLIB_NAME_LINUX_DEBUG " Python3/plat-linux/libpython3.4dm .so.1.0"
4242
4343#define CORE_NAME_WIN32 " bin/core.dll"
4444#define CORE_NAME_LINUX " bin/core.so"
You can’t perform that action at this time.
0 commit comments