Procházet zdrojové kódy

2007-01-29 Robert Jordan <[email protected]>

	* libmono.vcproj, winconfig.h: Reflect recent changes.


svn path=/trunk/mono/; revision=71851
Robert Jordan před 19 roky
rodič
revize
c8b3388027
3 změnil soubory, kde provedl 16 přidání a 1 odebrání
  1. 4 0
      ChangeLog
  2. 8 0
      libmono.vcproj
  3. 4 1
      winconfig.h

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2007-01-29  Robert Jordan  <[email protected]>
+
+	* libmono.vcproj, winconfig.h: Reflect recent changes.
+
 2007-01-12  Gert Driesen  <[email protected]>
 
 	* scripts/Makefile.am: Added 'al2'.

+ 8 - 0
libmono.vcproj

@@ -1289,6 +1289,14 @@
 					/>
 				</FileConfiguration>
 			</File>
+			<File
+				RelativePath=".\mono\metadata\mono-mlist.c"
+				>
+			</File>
+			<File
+				RelativePath=".\mono\metadata\mono-mlist.h"
+				>
+			</File>
 			<File
 				RelativePath="mono\metadata\object-internals.h"
 				>

+ 4 - 1
winconfig.h

@@ -39,6 +39,9 @@
 /* #undef HAVE_SCANDIR */
 /* #undef HAVE_WORKING_SIGALTSTACK */
 
+/* The architecture this is running on */
+#define ARCHITECTURE "x86"
+
 /* String of disabled features */
 #define DISABLED_FEATURES "none"
 
@@ -433,4 +436,4 @@
 #define USED_GC_NAME "Included Boehm (with typed GC)"
 
 /* Version number of package */
-#define VERSION "1.1.15"
+#define VERSION "1.2"