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

config.h

00001 /* ../../include/mg/config.h.  Generated by configure.  */
00003 // MathGUI = a WYSIWYG equation editor + a powerful math engine      //
00004 // Copyright (C) 2003 by Francesco Montorsi                          //
00005 //                                                                   //
00006 // This library is free software; you can redistribute it and/or     //
00007 // modify it under the terms of the GNU Lesser General Public        //
00008 // License as published by the Free Software Foundation; either      //
00009 // version 2.1 of the License, or (at your option) any later         //
00010 // version.                                                          //
00011 //                                                                   //
00012 // This library is distributed in the hope that it will be useful,   //
00013 // but WITHOUT ANY WARRANTY; without even the implied warranty of    //
00014 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the      //
00015 // GNU Lesser General Public License for more details.               //
00016 //                                                                   //
00017 // You should have received a copy of the GNU Lesser General Public  //
00018 // License along with this program; if not, write to the Free        //
00019 // Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,   //
00020 // MA 02111-1307, USA.                                               //
00021 //                                                                   //
00022 // For any comment, suggestion or feature request, please contact    //
00023 // the administrator of the project at frm@users.sourceforge.net     //
00024 //                                                                   //
00026 
00027 
00028 
00029 // This file is included by all MathGUI files and contains all
00030 // defines regarding conditional compilation.
00031 //
00032 // The advanced-user can configure MathGUI in details using the
00033 // options in the configure script when using autoconf, or just
00034 // defining some macros when calling the makefile in win32.
00035 //
00036 // For more info on the first way, type "./configure --help".
00037 // For more info on the second way, you should open with a notepad
00038 // the makefile of your favourite win32 compiler and then
00039 // read the first section "configurable options".
00040 
00041 
00042 
00043 
00044 // MathGUI version defines
00045 // ------------------------
00046 
00047 /*
00048    To update MathGUI version, you have to edit:
00049    1) the beginning of the CONFIGURE.AC file
00050    2) the beginning of the include/mc/msw/config.h file
00051    3) the mgBase.bkl file
00052    4) the MathGUI.spec file
00053 */
00054 #define mgMAJOR_VERSION 0
00055 #define mgMINOR_VERSION 7
00056 #define mgRELEASE_NUMBER 2
00057 #define mgVERSION_STRING wxT("MathGUI 0.7.2")
00058 
00059 


Documentation generated with Doxygen on Sun Feb 6 17:19:26 2005
Visit MathStudio home page for more info

[ Top ]