Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ippdme_Helper.h

Go to the documentation of this file.
00001 // WARNING WARNING WARNING WARNING WARNING WARNING WARNING 
00002 // this file has been automatically generated :  date 03/07/2005 23:41:13
00003 
00004 #pragma once
00005 
00006 
00007 #ifdef _MSC_VER
00008 #ifndef BUILDING_ippdme
00009 
00010 # ifdef _DEBUG
00011 #  if _MSC_VER >= 1400                               //  visual Studio 2005
00012 #    pragma comment(lib,"ippdme8G.lib")
00013 #    pragma message(" linking with ippdme8G.lib")
00014 #  elif _MSC_VER > 1300                             //  visual Studio 2003
00015 #    pragma comment(lib,"ippdme7G.lib")
00016 #    pragma message(" linking with ippdme7G.lib")
00017 #  else                                             // Visual Studio 6
00018 #    pragma comment(lib,"ippdmeG.lib")
00019 #    pragma message(" linking with ippdmeG.lib")
00020 #  endif
00021 # else
00022 #  if _MSC_VER >= 1400                              //  visual Studio 2005
00023 #    pragma comment(lib,"ippdme8.lib")
00024 #    pragma message(" linking with ippdme8.lib")
00025 #  elif _MSC_VER > 1300                            // Visual Studio 2003
00026 #    pragma comment(lib,"ippdme7.lib")
00027 #    pragma message(" linking with ippdme7.lib")
00028 #  else                                            // Visual Studio 6
00029 #    pragma comment(lib,"ippdme.lib")
00030 #    pragma message(" linking with ippdme.lib")
00031 #  endif
00032 # endif
00033 #endif // BUILDING_ippdme
00034 //
00035 #ifdef BUILDING_ippdme
00036 #  define IPPDME_EXT_CLASS  __declspec(dllexport)
00037 #  define IPPDME_EXT_FUNC   __declspec(dllexport)
00038 #else
00039 #  define IPPDME_EXT_CLASS  __declspec(dllimport)
00040 #  define IPPDME_EXT_FUNC   __declspec(dllimport)
00041 #endif
00042 // Helpers for the libraries that ippdme depends upon
00043 #else
00044 #    pragma message(" no export")
00045 #define IPPDME_EXT_CLASS
00046 #define IPPDME_EXT_FUNC
00047 #endif

Generated on Wed Nov 8 00:19:58 2006 for IPPDME by  doxygen 1.4.1