Bundle libsamplerate
[audio-libsamplerate.git] / libsamplerate / Make.bat
CommitLineData
8529da43
MG
1@echo off\r
2\r
3if "%1"=="check" GOTO CHECK\r
4if "%1"=="clean" GOTO CLEAN\r
5\r
6copy /y Win32\config.h src\config.h\r
7copy /y Win32\unistd.h examples\unistd.h\r
8\r
9nmake -f Win32\Makefile.msvc\r
10goto END\r
11\r
12\r
13:CHECK\r
14nmake -f Win32\Makefile.msvc check\r
15goto END\r
16\r
17:CLEAN\r
18nmake -f Win32\Makefile.msvc clean\r
19goto END\r
20\r
21:END\r
22\r
This page took 0.011331 seconds and 4 git commands to generate.