diff options
Diffstat (limited to 'PC/layout/support/constants.py')
-rw-r--r-- | PC/layout/support/constants.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PC/layout/support/constants.py b/PC/layout/support/constants.py index 8195c3d..ae22aa1 100644 --- a/PC/layout/support/constants.py +++ b/PC/layout/support/constants.py @@ -39,3 +39,6 @@ PYTHON_PTH_NAME = "python{}{}._pth".format(VER_MAJOR, VER_MINOR) PYTHON_CHM_NAME = "python{}{}{}{}.chm".format( VER_MAJOR, VER_MINOR, VER_MICRO, VER_SUFFIX ) + +FREETHREADED_PYTHON_DLL_NAME = "python{}{}t.dll".format(VER_MAJOR, VER_MINOR) +FREETHREADED_PYTHON_STABLE_DLL_NAME = "python{}t.dll".format(VER_MAJOR) |