/home/coin/SVN-release/CoinAll-1.1.0/BuildTools/headers/configall_system.h

Go to the documentation of this file.
00001 /*
00002  * This header file is included by the *Config.h in the individual
00003  * COIN packages when the code is compiled in a setting that doesn't
00004  * use the configure script (i.e., HAVE_CONFIG_H is not defined).
00005  * This header file includes the system and compile dependent header
00006  * file defining macros that depend on what compiler is used.
00007  */
00008 
00009 #ifdef _MSC_VER
00010 # include "configall_system_msc.h"
00011 #else
00012 # error "Trying to use configall_system for unknown compiler."
00013 #endif

Generated on Sun Nov 14 14:06:30 2010 for Coin-All by  doxygen 1.4.7