File: make.bat

package info (click to toggle)
python-pyftpdlib 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,232 kB
  • sloc: python: 10,362; makefile: 346
file content (13 lines) | stat: -rw-r--r-- 441 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
@echo off

rem ==========================================================================
rem Shortcuts for various tasks, emulating UNIX "make" on Windows.
rem To use a specific Python version run:
rem     set PYTHON=C:\Python34\python.exe & make.bat test
rem ==========================================================================

if "%PYTHON%" == "" (
    set PYTHON=python
)

"%PYTHON%" scripts\internal\winmake.py %1 %2 %3 %4 %5 %6