Gui/PreCompiled.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *   Copyright (c) Jürgen Riegel          (juergen.riegel@web.de) 2002     *
00003  *                                                                         *
00004  *   This file is part of the FreeCAD CAx development system.              *
00005  *                                                                         *
00006  *   This library is free software; you can redistribute it and/or         *
00007  *   modify it under the terms of the GNU Library General Public           *
00008  *   License as published by the Free Software Foundation; either          *
00009  *   version 2 of the License, or (at your option) any later version.      *
00010  *                                                                         *
00011  *   This library  is distributed in the hope that it will be useful,      *
00012  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
00013  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
00014  *   GNU Library General Public License for more details.                  *
00015  *                                                                         *
00016  *   You should have received a copy of the GNU Library General Public     *
00017  *   License along with this library; see the file COPYING.LIB. If not,    *
00018  *   write to the Free Software Foundation, Inc., 59 Temple Place,         *
00019  *   Suite 330, Boston, MA  02111-1307, USA                                *
00020  *                                                                         *
00021  ***************************************************************************/
00022 
00023 
00024 #ifndef GUI_PRECOMPILED_H
00025 #define GUI_PRECOMPILED_H
00026  
00027 #include <FCConfig.h>
00028 
00029 #ifdef _PreComp_
00030 
00031 // here get the warnings of too long specifiers disabled (needed for VC6)
00032 #ifdef _MSC_VER
00033 #pragma warning( disable : 4251 )
00034 #pragma warning( disable : 4273 )
00035 #pragma warning( disable : 4275 )
00036 #pragma warning( disable : 4503 )
00037 #pragma warning( disable : 4786 )  // specifier longer then 255 chars
00038 #endif
00039 
00040 // Python
00041 #include <Python.h>
00042 
00043 // standard
00044 #include <stdio.h>
00045 #include <assert.h>
00046 #include <fcntl.h>
00047 #include <ctype.h>
00048 #include <typeinfo>
00049 #include <float.h>
00050 #include <limits.h>
00051 
00052 #ifdef FC_OS_WIN32
00053 #define WIN32_LEAN_AND_MEAN
00054 #include <windows.h>
00055 #include <io.h>
00056 #include <shellapi.h>
00057 #endif
00058 
00059 // streams
00060 #include <iostream>
00061 #include <iomanip>
00062 
00063 
00064 // STL
00065 #include <vector>
00066 #include <map>
00067 #include <string>
00068 #include <list>
00069 #include <set>
00070 #include <algorithm>
00071 #include <stack>
00072 #include <queue>
00073 #include <sstream>
00074 #include <bitset>
00075 
00076 // Boost
00077 #include <boost/signals.hpp>
00078 #include <boost/bind.hpp>
00079 #include <boost/program_options.hpp>
00080 #include <boost/tuple/tuple.hpp>
00081 #include <boost/utility.hpp>
00082 #include <boost/graph/adjacency_list.hpp>
00083 #include <boost/filesystem/path.hpp>
00084 #include <boost/filesystem/operations.hpp>
00085 #include <boost/filesystem/exception.hpp>
00086 
00087 
00088 #include "InventorAll.h"
00089 #include "Qt4All.h"
00090 
00091 #elif defined(FC_OS_WIN32)
00092 #include <windows.h>
00093 #endif  //_PreComp_
00094 
00095 #endif // GUI_PRECOMPILED_H

Generated on Wed Nov 23 19:00:29 2011 for FreeCAD by  doxygen 1.6.1