Author: zoltan
Date: 2006-08-31 10:11:47 -0400 (Thu, 31 Aug 2006)
New Revision: 64613

Modified:
   trunk/mono/ChangeLog
   trunk/mono/README.vsnet
   trunk/mono/libmono.vcproj
Log:
2006-08-31  Zoltan Varga  <[EMAIL PROTECTED]>

        * libmono.vcproj: Add aot-compiler.c and aot-runtime.c as source files.

        * README.vcproj: Fix a typo.


Modified: trunk/mono/ChangeLog
===================================================================
--- trunk/mono/ChangeLog        2006-08-31 14:07:38 UTC (rev 64612)
+++ trunk/mono/ChangeLog        2006-08-31 14:11:47 UTC (rev 64613)
@@ -1,3 +1,9 @@
+2006-08-31  Zoltan Varga  <[EMAIL PROTECTED]>
+
+       * libmono.vcproj: Add aot-compiler.c and aot-runtime.c as source files.
+
+       * README.vsnet: Fix a typo.
+
 2006-08-31  Zoltan Varga  <[EMAIL PROTECTED]>
 
        * configure.in (PLATFORM_WIN32): Add -mno-cygwin to 
libmono_cflags/ldflags. Fixes

Modified: trunk/mono/README.vsnet
===================================================================
--- trunk/mono/README.vsnet     2006-08-31 14:07:38 UTC (rev 64612)
+++ trunk/mono/README.vsnet     2006-08-31 14:11:47 UTC (rev 64613)
@@ -111,7 +111,7 @@
 [7] Probably a lot more I didn't discover... or has changed since.
 
 
-MORE INFORMATIONS
+MORE INFORMATION
 
 Please email <[email protected]> if you have any problem
 and/or if there's something wrong/missing in the instructions.

Modified: trunk/mono/libmono.vcproj
===================================================================
--- trunk/mono/libmono.vcproj   2006-08-31 14:07:38 UTC (rev 64612)
+++ trunk/mono/libmono.vcproj   2006-08-31 14:11:47 UTC (rev 64613)
@@ -1692,7 +1692,7 @@
                                >
                        </File>
                        <File
-                               RelativePath="mono\mini\aot.c"
+                               RelativePath="mono\mini\aot-compiler.c"
                                >
                                <FileConfiguration
                                        Name="Release|Win32"
@@ -1717,6 +1717,31 @@
                                </FileConfiguration>
                        </File>
                        <File
+                               RelativePath="mono\mini\aot-runtime.c"
+                               >
+                               <FileConfiguration
+                                       Name="Release|Win32"
+                                       >
+                                       <Tool
+                                               Name="VCCLCompilerTool"
+                                               AdditionalIncludeDirectories=""
+                                               PreprocessorDefinitions=""
+                                               UsePrecompiledHeader="0"
+                                       />
+                               </FileConfiguration>
+                               <FileConfiguration
+                                       Name="Debug|Win32"
+                                       >
+                                       <Tool
+                                               Name="VCCLCompilerTool"
+                                               AdditionalIncludeDirectories=""
+                                               PreprocessorDefinitions=""
+                                               UsePrecompiledHeader="0"
+                                               BrowseInformation="1"
+                                       />
+                               </FileConfiguration>
+                       </File>
+                       <File
                                RelativePath=".\mono\mini\branch-opts.c"
                                >
                        </File>

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to