8000 Merge pull request #1399 from stonebig/master · winpython/winpython@327cdb3 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 327cdb3

Browse files
authored
Merge pull request #1399 from stonebig/master
further cleanup of mingw32
2 parents 623f43e + bbb6b4f commit 327cdb3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

make.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,15 +1160,6 @@ def _create_batch_scripts(self):
11601160
The environment variables are set-up in 'env_.bat' and 'env_for_icons.bat'.""",
11611161
)
11621162

1163-
self.create_batch_script(
1164-
"make_cython_use_vc.bat",
1165-
r"""@echo off
1166-
call "%~dp0env.bat"
1167-
set pydistutils_cfg=%WINPYDIRBASE%\settings\pydistutils.cfg
1168-
echo [config]>%pydistutils_cfg%
1169-
""",
1170-
)
1171-
11721163
self.create_batch_script(
11731164
"make_winpython_movable.bat",
11741165
r"""@echo off

0 commit comments

Comments
 (0)
0