application.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 
00034 
00035 #pragma once
00036 
00037 #ifdef __cplusplus_cli
00038 #pragma managed(push, off)
00039 #endif
00040 
00041 #include "App/clanapp.h"
00042 
00043 #ifdef __cplusplus_cli
00044 #pragma managed(pop)
00045 #endif
00046 
00047 #if defined (_MSC_VER)
00048         #if !defined (UNICODE)
00049                 #if defined (CL_DLL)
00050                         #if !defined (_DEBUG)
00051                                 #if defined(_M_X64)
00052                                         #pragma comment(lib, "clanApp-x64-dll.lib")
00053                                 #else
00054                                         #pragma comment(lib, "clanApp-dll.lib")
00055                                 #endif
00056                         #else
00057                                 #if defined(_M_X64)
00058                                         #pragma comment(lib, "clanApp-x64-dll-debug.lib")
00059                                 #else
00060                                         #pragma comment(lib, "clanApp-dll-debug.lib")
00061                                 #endif
00062                         #endif
00063                 #elif defined (_DLL)
00064                         #if !defined (_DEBUG)
00065                                 #if defined(_M_X64)
00066                                         #pragma comment(lib, "clanApp-x64-static-mtdll.lib")
00067                                 #else
00068                                         #pragma comment(lib, "clanApp-static-mtdll.lib")
00069                                 #endif
00070                         #else
00071                                 #if defined(_M_X64)
00072                                         #pragma comment(lib, "clanApp-x64-static-mtdll-debug.lib")
00073                                 #else
00074                                         #pragma comment(lib, "clanApp-static-mtdll-debug.lib")
00075                                 #endif
00076                         #endif
00077                 #else
00078                         #if !defined (_DEBUG)
00079                                 #if defined(_M_X64)
00080                                         #pragma comment(lib, "clanApp-x64-static-mt.lib")
00081                                 #else
00082                                         #pragma comment(lib, "clanApp-static-mt.lib")
00083                                 #endif
00084                         #else
00085                                 #if defined(_M_X64)
00086                                         #pragma comment(lib, "clanApp-x64-static-mt-debug.lib")
00087                                 #else
00088                                         #pragma comment(lib, "clanApp-static-mt-debug.lib")
00089                                 #endif
00090                         #endif
00091                 #endif
00092         #else
00093                 #if defined (CL_DLL)
00094                         #if !defined (_DEBUG)
00095                                 #if defined(_M_X64)
00096                                         #pragma comment(lib, "clanApp-x64-dll-uc.lib")
00097                                 #else
00098                                         #pragma comment(lib, "clanApp-dll-uc.lib")
00099                                 #endif
00100                         #else
00101                                 #if defined(_M_X64)
00102                                         #pragma comment(lib, "clanApp-x64-dll-uc-debug.lib")
00103                                 #else
00104                                         #pragma comment(lib, "clanApp-dll-uc-debug.lib")
00105                                 #endif
00106                         #endif
00107                 #elif defined (_DLL)
00108                         #if !defined (_DEBUG)
00109                                 #if defined(_M_X64)
00110                                         #pragma comment(lib, "clanApp-x64-static-mtdll-uc.lib")
00111                                 #else
00112                                         #pragma comment(lib, "clanApp-static-mtdll-uc.lib")
00113                                 #endif
00114                         #else
00115                                 #if defined(_M_X64)
00116                                         #pragma comment(lib, "clanApp-x64-static-mtdll-uc-debug.lib")
00117                                 #else
00118                                         #pragma comment(lib, "clanApp-static-mtdll-uc-debug.lib")
00119                                 #endif
00120                         #endif
00121                 #else
00122                         #if !defined (_DEBUG)
00123                                 #if defined(_M_X64)
00124                                         #pragma comment(lib, "clanApp-x64-static-mt-uc.lib")
00125                                 #else
00126                                         #pragma comment(lib, "clanApp-static-mt-uc.lib")
00127                                 #endif
00128                         #else
00129                                 #if defined(_M_X64)
00130                                         #pragma comment(lib, "clanApp-x64-static-mt-uc-debug.lib")
00131                                 #else
00132                                         #pragma comment(lib, "clanApp-static-mt-uc-debug.lib")
00133                                 #endif
00134                         #endif
00135                 #endif
00136         #endif
00137 #endif
00138 

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