8000 further cleanup of mingw32 · winpython/winpython@bbb6b4f · GitHub
[go: up one dir, main page]

Skip to content

Commit bbb6b4f

Browse files
committed
further cleanup of mingw32
1 parent 131b137 commit bbb6b4f

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