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

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