gl1.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 "GL1/opengl1.h"
00040 #include "GL1/opengl1_defines.h"
00041 #include "GL1/opengl1_target.h"
00042 #include "GL1/opengl1_window_description.h"
00043 #include "GL1/opengl1_wrap.h"
00044 #include "GL1/setup_gl1.h"
00045 #include "GL1/texture_unit.h"
00046 #include "GL1/material.h"
00047 #include "GL1/light_source.h"
00048 #include "GL1/light_model.h"
00049 #include "GL1/graphic_context_gl1.h"
00050 
00051 #ifdef __cplusplus_cli
00052 #pragma managed(pop)
00053 #endif
00054 
00055 #if defined (_MSC_VER)
00056         #if !defined (UNICODE)
00057                 #if defined (CL_DLL)
00058                         #if !defined (_DEBUG)
00059                                 #if defined(_M_X64)
00060                                         #pragma comment(lib, "clanGL1-x64-dll.lib")
00061                                 #else
00062                                         #pragma comment(lib, "clanGL1-dll.lib")
00063                                 #endif
00064                         #else
00065                                 #if defined(_M_X64)
00066                                         #pragma comment(lib, "clanGL1-x64-dll-debug.lib")
00067                                 #else
00068                                         #pragma comment(lib, "clanGL1-dll-debug.lib")
00069                                 #endif
00070                         #endif
00071                 #elif defined (_DLL)
00072                         #if !defined (_DEBUG)
00073                                 #if defined(_M_X64)
00074                                         #pragma comment(lib, "clanGL1-x64-static-mtdll.lib")
00075                                 #else
00076                                         #pragma comment(lib, "clanGL1-static-mtdll.lib")
00077                                 #endif
00078                         #else
00079                                 #if defined(_M_X64)
00080                                         #pragma comment(lib, "clanGL1-x64-static-mtdll-debug.lib")
00081                                 #else
00082                                         #pragma comment(lib, "clanGL1-static-mtdll-debug.lib")
00083                                 #endif
00084                         #endif
00085                         #pragma comment(lib, "winmm.lib")
00086                         #pragma comment(lib, "dinput8.lib")
00087                         #pragma comment(lib, "dxguid.lib")
00088                         #pragma comment(lib, "OpenGL32.lib")
00089                         #pragma comment(lib, "GLU32.lib")
00090                 #else
00091                         #if !defined (_DEBUG)
00092                                 #if defined(_M_X64)
00093                                         #pragma comment(lib, "clanGL1-x64-static-mt.lib")
00094                                 #else
00095                                         #pragma comment(lib, "clanGL1-static-mt.lib")
00096                                 #endif
00097                         #else
00098                                 #if defined(_M_X64)
00099                                         #pragma comment(lib, "clanGL1-x64-static-mt-debug.lib")
00100                                 #else
00101                                         #pragma comment(lib, "clanGL1-static-mt-debug.lib")
00102                                 #endif
00103                         #endif
00104                         #pragma comment(lib, "winmm.lib")
00105                         #pragma comment(lib, "dinput8.lib")
00106                         #pragma comment(lib, "dxguid.lib")
00107                         #pragma comment(lib, "OpenGL32.lib")
00108                         #pragma comment(lib, "GLU32.lib")
00109                 #endif
00110         #else
00111                 #if defined (CL_DLL)
00112                         #if !defined (_DEBUG)
00113                                 #if defined(_M_X64)
00114                                         #pragma comment(lib, "clanGL1-x64-dll-uc.lib")
00115                                 #else
00116                                         #pragma comment(lib, "clanGL1-dll-uc.lib")
00117                                 #endif
00118                         #else
00119                                 #if defined(_M_X64)
00120                                         #pragma comment(lib, "clanGL1-x64-dll-uc-debug.lib")
00121                                 #else
00122                                         #pragma comment(lib, "clanGL1-dll-uc-debug.lib")
00123                                 #endif
00124                         #endif
00125                 #elif defined (_DLL)
00126                         #if !defined (_DEBUG)
00127                                 #if defined(_M_X64)
00128                                         #pragma comment(lib, "clanGL1-x64-static-mtdll-uc.lib")
00129                                 #else
00130                                         #pragma comment(lib, "clanGL1-static-mtdll-uc.lib")
00131                                 #endif
00132                         #else
00133                                 #if defined(_M_X64)
00134                                         #pragma comment(lib, "clanGL1-x64-static-mtdll-uc-debug.lib")
00135                                 #else
00136                                         #pragma comment(lib, "clanGL1-static-mtdll-uc-debug.lib")
00137                                 #endif
00138                         #endif
00139                         #pragma comment(lib, "winmm.lib")
00140                         #pragma comment(lib, "dinput8.lib")
00141                         #pragma comment(lib, "dxguid.lib")
00142                         #pragma comment(lib, "OpenGL32.lib")
00143                         #pragma comment(lib, "GLU32.lib")
00144                 #else
00145                         #if !defined (_DEBUG)
00146                                 #if defined(_M_X64)
00147                                         #pragma comment(lib, "clanGL1-x64-static-mt-uc.lib")
00148                                 #else
00149                                         #pragma comment(lib, "clanGL1-static-mt-uc.lib")
00150                                 #endif
00151                         #else
00152                                 #if defined(_M_X64)
00153                                         #pragma comment(lib, "clanGL1-x64-static-mt-uc-debug.lib")
00154                                 #else
00155                                         #pragma comment(lib, "clanGL1-static-mt-uc-debug.lib")
00156                                 #endif
00157                         #endif
00158                         #pragma comment(lib, "winmm.lib")
00159                         #pragma comment(lib, "dinput8.lib")
00160                         #pragma comment(lib, "dxguid.lib")
00161                         #pragma comment(lib, "OpenGL32.lib")
00162                         #pragma comment(lib, "GLU32.lib")
00163                 #endif
00164         #endif
00165 #endif

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