shithub: libsamplerate

ref: e57c3fb84c9c0bffb099e8b59c49cce8dd78d28a
dir: /Make.bat/

View raw version
@echo off

if "%1"=="check" GOTO CHECK

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

:END

goto skipArchTag

 Do not edit or modify anything in this comment block.
 The arch-tag line is a file identity tag for the GNU Arch 
 revision control system.

 arch-tag: 8700080b-8d9a-4852-ad8a-8ecd027f1f61

skipArchTag