Skip to content

Commit 8417078

Browse files
committed
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. svn path=/trunk/mono/; revision=64613
1 parent 83491fe commit 8417078

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2006-08-31 Zoltan Varga <[email protected]>
2+
3+
* libmono.vcproj: Add aot-compiler.c and aot-runtime.c as source files.
4+
5+
* README.vsnet: Fix a typo.
6+
17
2006-08-31 Zoltan Varga <[email protected]>
28

39
* configure.in (PLATFORM_WIN32): Add -mno-cygwin to libmono_cflags/ldflags. Fixes

README.vsnet

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ reporting those changes.
111111
[7] Probably a lot more I didn't discover... or has changed since.
112112

113113

114-
MORE INFORMATIONS
114+
MORE INFORMATION
115115

116116
Please email <[email protected]> if you have any problem
117117
and/or if there's something wrong/missing in the instructions.

libmono.vcproj

+26-1
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,32 @@
16921692
>
16931693
</File>
16941694
<File
1695-
RelativePath="mono\mini\aot.c"
1695+
RelativePath="mono\mini\aot-compiler.c"
1696+
>
1697+
<FileConfiguration
1698+
Name="Release|Win32"
1699+
>
1700+
<Tool
1701+
Name="VCCLCompilerTool"
1702+
AdditionalIncludeDirectories=""
1703+
PreprocessorDefinitions=""
1704+
UsePrecompiledHeader="0"
1705+
/>
1706+
</FileConfiguration>
1707+
<FileConfiguration
1708+
Name="Debug|Win32"
1709+
>
1710+
<Tool
1711+
Name="VCCLCompilerTool"
1712+
AdditionalIncludeDirectories=""
1713+
PreprocessorDefinitions=""
1714+
UsePrecompiledHeader="0"
1715+
BrowseInformation="1"
1716+
/>
1717+
</FileConfiguration>
1718+
</File>
1719+
<File
1720+
RelativePath="mono\mini\aot-runtime.c"
16961721
>
16971722
<FileConfiguration
16981723
Name="Release|Win32"

0 commit comments

Comments
 (0)