OSDN Git Service

Fixed compilation with VS2010 and removed an obsolete file.
[lamexp/LameXP.git] / src / Config.h
index bd82493..1b683eb 100644 (file)
 
 #pragma once
 
+#ifndef LAMEXP_INC_CONFIG
+#error Please do *not* include CONFIG.H directly!
+#endif
+
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP Version Info
 ///////////////////////////////////////////////////////////////////////////////
 
 #define VER_LAMEXP_MAJOR                                       4
 #define VER_LAMEXP_MINOR_HI                                    0
-#define VER_LAMEXP_MINOR_LO                                    7
-#define VER_LAMEXP_TYPE                                                Beta
-#define VER_LAMEXP_PATCH                                       12
-#define VER_LAMEXP_BUILD                                       1268
+#define VER_LAMEXP_MINOR_LO                                    9
+#define VER_LAMEXP_TYPE                                                Alpha
+#define VER_LAMEXP_PATCH                                       1
+#define VER_LAMEXP_BUILD                                       1368
+#define VER_LAMEXP_CONFG                                       1348
+
+///////////////////////////////////////////////////////////////////////////////
+// LameXP Build Options
+///////////////////////////////////////////////////////////////////////////////
+
+#define VER_LAMEXP_PORTABLE_EDITION                    0
+#define VER_LAMEXP_CONSOLE_ENABLED                     0
 
 ///////////////////////////////////////////////////////////////////////////////
 // Tool versions (minimum expected versions!)