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

vdkfeatures.h

00001 /*
00002  * ===========================
00003  * VDK Visual Development Kit
00004  * Version 0.4
00005  * October 1998
00006  * ===========================
00007  *
00008  * Copyright (C) 1998, Mario Motta
00009  * Developed by Mario Motta <mmotta@guest.net>
00010  *
00011  * This library is free software; you can redistribute it and/or
00012  * modify it under the terms of the GNU Library General Public
00013  * License as published by the Free Software Foundation; either
00014  * version 2 of the License, or (at your option) any later version.
00015  *
00016  * This library is distributed in the hope that it will be useful,
00017  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00018  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00019  * Library General Public License for more details.
00020  *
00021  * You should have received a copy of the GNU Library General Public
00022  * License along with this library; if not, write to the Free Software
00023  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
00024  * 02111-130
00025  *
00026  * vdkfeatures.h added by Salmaso Raffaele <r.salmaso@flashnet.it> 1999-01-20
00027  */ 
00028 
00029  
00030 #ifndef _vdkfeatures_h
00031 #define _vdkfeatures_h
00032 
00033 #define VDK_VERSION_MAJOR 2
00034 #define VDK_VERSION_MINOR 4
00035 #define VDK_VERSION_MICRO 0
00036 #define VDKCOMPO_VERSION_MAJOR @VDKCOMPO_VERSION_MAJOR@
00037 #define VDKCOMPO_VERSION_MINOR @VDKCOMPO_VERSION_MINOR@
00038 #define VDKCOMPO_VERSION_MICRO @VDKCOMPO_VERSION_MICRO@
00039 #define VDK_MAJOR_VERSION 2
00040 #define VDK_MINOR_VERSION 4
00041 #define VDK_MICRO_VERSION 0
00042 #define VDK_REVISION 0
00043 #define VDK_VERSION 2.4.0
00044 #define VDKCOMPO_VERSION @VDKCOMPO_VERSION@
00045 
00046 #endif

Generated on Sat Sep 3 12:10:19 2005 for vdk 2.4.0 by  doxygen 1.4.4