Mercurial > hg > sv-dependency-builds
diff src/libsamplerate-0.1.8/Make.bat @ 0:c7265573341e
Import initial set of sources
author | Chris Cannam |
---|---|
date | Mon, 18 Mar 2013 14:12:14 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/libsamplerate-0.1.8/Make.bat Mon Mar 18 14:12:14 2013 +0000 @@ -0,0 +1,22 @@ +@echo off + +if "%1"=="check" GOTO CHECK +if "%1"=="clean" GOTO CLEAN + +copy /y Win32\config.h src\config.h +copy /y Win32\unistd.h examples\unistd.h + +nmake -f Win32\Makefile.msvc +goto END + + +:CHECK +nmake -f Win32\Makefile.msvc check +goto END + +:CLEAN +nmake -f Win32\Makefile.msvc clean +goto END + +:END +