5 lines
No EOL
100 B
Batchfile
Executable file
5 lines
No EOL
100 B
Batchfile
Executable file
@echo off
|
|
..\runtime\bin\python\python_mcp setup.py %*
|
|
if NOT "%1"=="-skipdecompile" (
|
|
pause
|
|
) |