Skip to content

Commit

Permalink
2006-08-31 Zoltan Varga <vargaz@freemail.hu>
Browse files Browse the repository at this point in the history
	* libmono.vcproj: Add aot-compiler.c and aot-runtime.c as source files.

	* README.vcproj: Fix a typo.

svn path=/trunk/mono/; revision=64613
  • Loading branch information
vargaz committed Aug 31, 2006
1 parent 83491fe commit 8417078
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2006-08-31 Zoltan Varga <vargaz@freemail.hu>

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

* README.vsnet: Fix a typo.

2006-08-31 Zoltan Varga <vargaz@gmail.com>

* configure.in (PLATFORM_WIN32): Add -mno-cygwin to libmono_cflags/ldflags. Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.vsnet
Expand Up @@ -111,7 +111,7 @@ reporting those changes.
[7] Probably a lot more I didn't discover... or has changed since.


MORE INFORMATIONS
MORE INFORMATION

Please email <mono-devel-list@lists.ximian.com> if you have any problem
and/or if there's something wrong/missing in the instructions.
Expand Down
27 changes: 26 additions & 1 deletion libmono.vcproj
Expand Up @@ -1692,7 +1692,32 @@
>
</File>
<File
RelativePath="mono\mini\aot.c"
RelativePath="mono\mini\aot-compiler.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\aot-runtime.c"
>
<FileConfiguration
Name="Release|Win32"
Expand Down

0 comments on commit 8417078

Please sign in to comment.