vorbis.h

Go to the documentation of this file.
00001 /*
00002 **  ClanLib SDK
00003 **  Copyright (c) 1997-2009 The ClanLib Team
00004 **
00005 **  This software is provided 'as-is', without any express or implied
00006 **  warranty.  In no event will the authors be held liable for any damages
00007 **  arising from the use of this software.
00008 **
00009 **  Permission is granted to anyone to use this software for any purpose,
00010 **  including commercial applications, and to alter it and redistribute it
00011 **  freely, subject to the following restrictions:
00012 **
00013 **  1. The origin of this software must not be misrepresented; you must not
00014 **     claim that you wrote the original software. If you use this software
00015 **     in a product, an acknowledgment in the product documentation would be
00016 **     appreciated but is not required.
00017 **  2. Altered source versions must be plainly marked as such, and must not be
00018 **     misrepresented as being the original software.
00019 **  3. This notice may not be removed or altered from any source distribution.
00020 **
00021 **  Note: Some of the libraries ClanLib may link to may have additional
00022 **  requirements or restrictions.
00023 **
00024 **  File Author(s):
00025 **
00026 **    Magnus Norddahl
00027 **    (if your name is missing here, please add it)
00028 */
00029 
00035 
00036 #pragma once
00037 
00038 #ifdef _MSC_VER
00039 #pragma warning( disable : 4786)
00040 #endif
00041 
00042 #ifdef __cplusplus_cli
00043 #pragma managed(push, off)
00044 #endif
00045 
00046 #include "Vorbis/soundprovider_vorbis.h"
00047 #include "Vorbis/setupvorbis.h"
00048 
00049 #ifdef __cplusplus_cli
00050 #pragma managed(pop)
00051 #endif
00052 
00053 #if defined (_MSC_VER)
00054         #if !defined (UNICODE)
00055                 #if defined (CL_DLL)
00056                         #if !defined (_DEBUG)
00057                                 #pragma comment(lib, "clanVorbis-dll.lib")
00058                                 #pragma comment(lib, "libvorbis-dll.lib")
00059                                 #pragma comment(lib, "libogg-dll.lib")
00060                         #else
00061                                 #pragma comment(lib, "clanVorbis-dll-debug.lib")
00062                                 #pragma comment(lib, "libvorbis-dll-debug.lib")
00063                                 #pragma comment(lib, "libogg-dll-debug.lib")
00064                         #endif
00065                 #elif defined (_DLL)
00066                         #if !defined (_DEBUG)
00067                                 #pragma comment(lib, "clanVorbis-static-mtdll.lib")
00068                                 #pragma comment(lib, "libvorbis-static-mtdll.lib")
00069                                 #pragma comment(lib, "libogg-static-mtdll.lib")
00070                         #else
00071                                 #pragma comment(lib, "clanVorbis-static-mtdll-debug.lib")
00072                                 #pragma comment(lib, "libvorbis-static-mtdll-debug.lib")
00073                                 #pragma comment(lib, "libogg-static-mtdll-debug.lib")
00074                         #endif
00075                 #else
00076                         #if !defined (_DEBUG)
00077                                 #pragma comment(lib, "clanVorbis-static-mt.lib")
00078                                 #pragma comment(lib, "libvorbis-static-mt.lib")
00079                                 #pragma comment(lib, "libogg-static-mt.lib")
00080                         #else
00081                                 #pragma comment(lib, "clanVorbis-static-mt-debug.lib")
00082                                 #pragma comment(lib, "libvorbis-static-mt-debug.lib")
00083                                 #pragma comment(lib, "libogg-static-mt-debug.lib")
00084                         #endif
00085                 #endif
00086         #else
00087                 #if defined (CL_DLL)
00088                         #if !defined (_DEBUG)
00089                                 #pragma comment(lib, "clanVorbis-dll-uc.lib")
00090                                 #pragma comment(lib, "libvorbis-dll.lib")
00091                                 #pragma comment(lib, "libogg-dll.lib")
00092                         #else
00093                                 #pragma comment(lib, "clanVorbis-dll-uc-debug.lib")
00094                                 #pragma comment(lib, "libvorbis-dll-debug.lib")
00095                                 #pragma comment(lib, "libogg-dll-debug.lib")
00096                         #endif
00097                 #elif defined (_DLL)
00098                         #if !defined (_DEBUG)
00099                                 #pragma comment(lib, "clanVorbis-static-mtdll-uc.lib")
00100                                 #pragma comment(lib, "libvorbis-static-mtdll.lib")
00101                                 #pragma comment(lib, "libogg-static-mtdll.lib")
00102                         #else
00103                                 #pragma comment(lib, "clanVorbis-static-mtdll-uc-debug.lib")
00104                                 #pragma comment(lib, "libvorbis-static-mtdll-debug.lib")
00105                                 #pragma comment(lib, "libogg-static-mtdll-debug.lib")
00106                         #endif
00107                 #else
00108                         #if !defined (_DEBUG)
00109                                 #pragma comment(lib, "clanVorbis-static-mt-uc.lib")
00110                                 #pragma comment(lib, "libvorbis-static-mt.lib")
00111                                 #pragma comment(lib, "libogg-static-mt.lib")
00112                         #else
00113                                 #pragma comment(lib, "clanVorbis-static-mt-uc-debug.lib")
00114                                 #pragma comment(lib, "libvorbis-static-mt-debug.lib")
00115                                 #pragma comment(lib, "libogg-static-mt-debug.lib")
00116                         #endif
00117                 #endif
00118         #endif
00119 #endif
00120 

Generated on Thu Dec 3 02:39:33 2009 for ClanLib by  doxygen 1.4.6