Bundle libsamplerate
[audio-libsamplerate.git] / libsamplerate / Make.bat
diff --git a/libsamplerate/Make.bat b/libsamplerate/Make.bat
new file mode 100644 (file)
index 0000000..c0853a6
--- /dev/null
@@ -0,0 +1,22 @@
+@echo off\r
+\r
+if "%1"=="check" GOTO CHECK\r
+if "%1"=="clean" GOTO CLEAN\r
+\r
+copy /y Win32\config.h src\config.h\r
+copy /y Win32\unistd.h examples\unistd.h\r
+\r
+nmake -f Win32\Makefile.msvc\r
+goto END\r
+\r
+\r
+:CHECK\r
+nmake -f Win32\Makefile.msvc check\r
+goto END\r
+\r
+:CLEAN\r
+nmake -f Win32\Makefile.msvc clean\r
+goto END\r
+\r
+:END\r
+\r
This page took 0.009887 seconds and 4 git commands to generate.