X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=libsamplerate%2FMake.bat;fp=libsamplerate%2FMake.bat;h=c0853a6f56f8f214e9b8a8c7b47cb8af9ffab2ab;hb=8529da432e52c7903e8ef3488e60725a099e6e63;hp=0000000000000000000000000000000000000000;hpb=27013d8f68878b8ed2d3f747e26f562d08d7d678;p=audio-libsamplerate.git diff --git a/libsamplerate/Make.bat b/libsamplerate/Make.bat new file mode 100644 index 0000000..c0853a6 --- /dev/null +++ b/libsamplerate/Make.bat @@ -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 +