database.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 "Database/db_command.h"
00039 #include "Database/db_connection.h"
00040 #include "Database/db_transaction.h"
00041 #include "Database/db_reader.h"
00042 #include "Database/db_command_provider.h"
00043 #include "Database/db_connection_provider.h"
00044 #include "Database/db_transaction_provider.h"
00045 #include "Database/db_reader_provider.h"
00046 
00047 #ifdef __cplusplus_cli
00048 #pragma managed(pop)
00049 #endif
00050 
00051 #if defined (_MSC_VER)
00052         #if !defined (UNICODE)
00053                 #if defined (CL_DLL)
00054                         #if !defined (_DEBUG)
00055                                 #pragma comment(lib, "clanDatabase-dll.lib")
00056                         #else
00057                                 #pragma comment(lib, "clanDatabase-dll-debug.lib")
00058                         #endif
00059                 #elif defined (_DLL)
00060                         #if !defined (_DEBUG)
00061                                 #pragma comment(lib, "clanDatabase-static-mtdll.lib")
00062                         #else
00063                                 #pragma comment(lib, "clanDatabase-static-mtdll-debug.lib")
00064                         #endif
00065                 #else
00066                         #if !defined (_DEBUG)
00067                                 #pragma comment(lib, "clanDatabase-static-mt.lib")
00068                         #else
00069                                 #pragma comment(lib, "clanDatabase-static-mt-debug.lib")
00070                         #endif
00071                 #endif
00072         #else
00073                 #if defined (CL_DLL)
00074                         #if !defined (_DEBUG)
00075                                 #pragma comment(lib, "clanDatabase-dll-uc.lib")
00076                         #else
00077                                 #pragma comment(lib, "clanDatabase-dll-uc-debug.lib")
00078                         #endif
00079                 #elif defined (_DLL)
00080                         #if !defined (_DEBUG)
00081                                 #pragma comment(lib, "clanDatabase-static-mtdll-uc.lib")
00082                         #else
00083                                 #pragma comment(lib, "clanDatabase-static-mtdll-uc-debug.lib")
00084                         #endif
00085                 #else
00086                         #if !defined (_DEBUG)
00087                                 #pragma comment(lib, "clanDatabase-static-mt-uc.lib")
00088                         #else
00089                                 #pragma comment(lib, "clanDatabase-static-mt-uc-debug.lib")
00090                         #endif
00091                 #endif
00092         #endif
00093 #endif
00094 

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