i_graphics_version.h

Go to the documentation of this file.
00001 #ifndef I_GRAPHICS_VERSION_HEADER
00002 #define I_GRAPHICS_VERSION_HEADER
00003 
00004 /*****************************************************************************\
00005 *                                                                             *
00006 *  Name   : Version header for hoople Graphics Library
00007 *  Author : Automatically generated by version_stamper                        *
00008 *                                                                             *
00009 \*****************************************************************************/
00010 
00011 #include <__build_version.h>
00012 #include <__build_configuration.h>
00013 #include <basis/version_checker.h>
00014 #include <basis/version_record.h>
00015 
00016 #ifdef __WIN32__
00017 
00018 // this macro can be used to check that the current version of the
00019 // hoople Graphics Library library is the same version as expected.  to use it, check
00020 // whether it returns true or false.  if false, the version is incorrect.
00021 #define CHECK_I_GRAPHICS() (version_checker(istring("I_GRAPHICS")\
00022     + istring(".dll"), version(__build_SYSTEM_VERSION),\
00023       istring("Please contact Feisty Meow Concerns, Ltd. for the latest DLL and "\
00024         "Executable files (http://hoople.org).")).good_version())
00025 
00026 #else
00027 
00028 // null checking for embedded or other platforms without versions.
00029 
00030 #define CHECK_I_GRAPHICS() 1
00031 
00032 #endif //__WIN32__
00033 
00034 #endif
00035 

Generated on Fri Nov 28 04:28:58 2008 for HOOPLE Libraries by  doxygen 1.5.1