ForgePatch/setup.bat

5 lines
96 B
Batchfile
Raw Normal View History

2012-08-01 23:35:35 +00:00
@echo off
..\runtime\bin\python\python_mcp setup.py %*
if NOT "%1"=="-skipdecompile" (
pause
)