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