d3d9.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 **    Kenneth Gangstoe
00028 */
00029 
00032 
00033 #pragma once
00034 
00035 #ifdef __cplusplus_cli
00036 #pragma managed(push, off)
00037 #endif
00038 
00039 #include "D3D9/d3d9_target.h"
00040 #include "D3D9/setup_d3d9.h"
00041 
00042 #ifdef __cplusplus_cli
00043 #pragma managed(pop)
00044 #endif
00045 
00046 #if defined (_MSC_VER)
00047         #if !defined (UNICODE)
00048                 #if defined (CL_DLL)
00049                         #if !defined (_DEBUG)
00050                                 #pragma comment(lib, "clanD3D9-dll.lib")
00051                         #else
00052                                 #pragma comment(lib, "clanD3D9-dll-debug.lib")
00053                         #endif
00054                 #elif defined (_DLL)
00055                         #if !defined (_DEBUG)
00056                                 #pragma comment(lib, "clanD3D9-static-mtdll.lib")
00057                         #else
00058                                 #pragma comment(lib, "clanD3D9-static-mtdll-debug.lib")
00059                         #endif
00060                         #pragma comment(lib, "winmm.lib")
00061                         #pragma comment(lib, "dinput8.lib")
00062                         #pragma comment(lib, "dxguid.lib")
00063                         #pragma comment(lib, "d3d9.lib")
00064                         #pragma comment(lib, "d3dx9.lib")
00065                 #else
00066                         #if !defined (_DEBUG)
00067                                 #pragma comment(lib, "clanD3D9-static-mt.lib")
00068                         #else
00069                                 #pragma comment(lib, "clanD3D9-static-mt-debug.lib")
00070                         #endif
00071                         #pragma comment(lib, "winmm.lib")
00072                         #pragma comment(lib, "dinput8.lib")
00073                         #pragma comment(lib, "dxguid.lib")
00074                         #pragma comment(lib, "d3d9.lib")
00075                         #pragma comment(lib, "d3dx9.lib")
00076                 #endif
00077         #else
00078                 #if defined (CL_DLL)
00079                         #if !defined (_DEBUG)
00080                                 #pragma comment(lib, "clanD3D9-dll-uc.lib")
00081                         #else
00082                                 #pragma comment(lib, "clanD3D9-dll-uc-debug.lib")
00083                         #endif
00084                 #elif defined (_DLL)
00085                         #if !defined (_DEBUG)
00086                                 #pragma comment(lib, "clanD3D9-static-mtdll-uc.lib")
00087                         #else
00088                                 #pragma comment(lib, "clanD3D9-static-mtdll-uc-debug.lib")
00089                         #endif
00090                         #pragma comment(lib, "winmm.lib")
00091                         #pragma comment(lib, "dinput8.lib")
00092                         #pragma comment(lib, "dxguid.lib")
00093                         #pragma comment(lib, "d3d9.lib")
00094                         #pragma comment(lib, "d3dx9.lib")
00095                 #else
00096                         #if !defined (_DEBUG)
00097                                 #pragma comment(lib, "clanD3D9-static-mt-uc.lib")
00098                         #else
00099                                 #pragma comment(lib, "clanD3D9-static-mt-uc-debug.lib")
00100                         #endif
00101                         #pragma comment(lib, "winmm.lib")
00102                         #pragma comment(lib, "dinput8.lib")
00103                         #pragma comment(lib, "dxguid.lib")
00104                         #pragma comment(lib, "d3d9.lib")
00105                         #pragma comment(lib, "d3dx9.lib")
00106                 #endif
00107         #endif
00108 #endif
00109 

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