Recognizes if input is ogg or not.
[xiph.git] / ao / win32 / install.bat
blobad6e1fe28b09fb79469b9687c3f679318aed9900
1 echo off
2 rem $Id: install.bat,v 1.3 2002/07/19 08:34:42 msmith Exp $
3 rem
4 rem Install script for win32 ao
5 setlocal
6 rem ---------------------------------------------------------
7 rem Alter these settings for your environment
8 set SRCBASE=c:\src\codec\vorbis
9 set DLLPATH=c:\opt\bin
10 set PLUGINPATH=c:\Program Files\Common Files\Xiph\ao
11 rem ---------------------------------------------------------
12 echo on
13 copy %SRCBASE%\ao\win32\lib\ao_d.dll "%DLLPATH%"
14 copy %SRCBASE%\ao\win32\lib\ao.dll "%DLLPATH%"
15 copy %SRCBASE%\ao\win32\lib\mmsound_d.dll "%PLUGINPATH%"
16 rem copy %SRCBASE%\ao\win32\lib\mmsound.dll "%PLUGINPATH%"
17 rem copy %SRCBASE%\ao\win32\lib\dsound_d.dll "%PLUGINPATH%"
18 rem copy %SRCBASE%\ao\win32\lib\dsound.dll "%PLUGINPATH%"
19 endlocal