File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ for %%x in (python%VERNODOTS%%THREAD%%_D%.dll python3%THREAD%%_D%.dll python%EXE
7575 )
7676)
7777
78- for %%x in (python%_D% .pdb python%VERNODOTS%%_D% .pdb pythonw%_D% .pdb) do (
78+ for %%x in (python%THREAD%% _D% .pdb python%VERNODOTS%%T HREAD%% _D% .pdb pythonw%THREAD% %_D% .pdb) do (
7979 if exist %SRC_DIR% \PCbuild\%BUILD_PATH% \%%x (
8080 copy /Y %SRC_DIR% \PCbuild\%BUILD_PATH% \%%x %PREFIX%
8181 ) else (
@@ -133,11 +133,11 @@ for %%x in (idle pydoc) do (
133133:: Populate the libs directory
134134if not exist %PREFIX% \libs mkdir %PREFIX% \libs
135135dir %SRC_DIR% \PCbuild\%BUILD_PATH% \
136- if exist %SRC_DIR% \PCbuild\%BUILD_PATH% \python%VERNODOTS%%_D% .lib copy /Y %SRC_DIR% \PCbuild\%BUILD_PATH% \python%VERNODOTS%%_D% .lib %PREFIX% \libs\
136+ if exist %SRC_DIR% \PCbuild\%BUILD_PATH% \python%VERNODOTS%%THREAD%% _D% .lib copy /Y %SRC_DIR% \PCbuild\%BUILD_PATH% \python%VERNODOTS%%THREAD %%_D% .lib %PREFIX% \libs\
137137if errorlevel 1 exit 1
138- if exist %SRC_DIR% \PCbuild\%BUILD_PATH% \python3%_D% .lib copy /Y %SRC_DIR% \PCbuild\%BUILD_PATH% \python3%_D% .lib %PREFIX% \libs\
138+ if exist %SRC_DIR% \PCbuild\%BUILD_PATH% \python3%THREAD%% _D% .lib copy /Y %SRC_DIR% \PCbuild\%BUILD_PATH% \python3%THREAD% %_D% .lib %PREFIX% \libs\
139139if errorlevel 1 exit 1
140- if exist %SRC_DIR% \PCbuild\%BUILD_PATH% \_tkinter%_D% .lib copy /Y %SRC_DIR% \PCbuild\%BUILD_PATH% \_tkinter%_D% .lib %PREFIX% \libs\
140+ if exist %SRC_DIR% \PCbuild\%BUILD_PATH% \_tkinter%THREAD%% _D% .lib copy /Y %SRC_DIR% \PCbuild\%BUILD_PATH% \_tkinter%THREAD% %_D% .lib %PREFIX% \libs\
141141if errorlevel 1 exit 1
142142
143143
You can’t perform that action at this time.
0 commit comments