]> git.mxchange.org Git - flightgear.git/blobdiff - src/Include/config.h-msvc90
Fix canvas gui size sometimes not initialized correct
[flightgear.git] / src / Include / config.h-msvc90
old mode 100755 (executable)
new mode 100644 (file)
index c4a14f8..d83c471
@@ -19,7 +19,8 @@
 #define PACKAGE "FlightGear"
 
 /* Define to package version - use in main.cxx */
-#define FLIGHTGEAR_VERSION "MSVC9.0-WIN32-2.0.0-rc2"
+// define in version.h and no_version.h
+/* #define FLIGHTGEAR_VERSION "MSVC9.0-WIN32-2.0.0" */ 
 
 /* Define as the return type of signal handlers (int or void).  */
 #define RETSIGTYPE void
@@ -37,7 +38,7 @@
 #define TM_IN_SYS_TIME 1
 
 /* Define to version number */
-#define VERSION "2.0.0-rc2"
+#define VERSION "2.0.0"
 #ifndef  FG_VERSION     /* allow override */
 #define  FG_VERSION     7
 #endif   /* FG_VERSION */
 
 #define NOMINMAX 1
 
-#define HAVE_CULLSETTINGS_CLEAR_MASK 1
-
 #ifndef ENABLE_AUDIO_SUPPORT
 #define  ENABLE_AUDIO_SUPPORT
 #endif
 
 #define FG_GLUT_H <GL/glut.h>
 
+#define ENABLE_JSBSIM 1
+#define ENABLE_YASIM 1
+
 // eof - config.h-msvc90 - single flightgear config.h file