File tree 3 files changed +33
-2
lines changed
3 files changed +33
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
7
2006-08-31 Zoltan Varga <
[email protected] >
2
8
3
9
* configure.in (PLATFORM_WIN32): Add -mno-cygwin to libmono_cflags/ldflags. Fixes
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ reporting those changes.
111
111
[7] Probably a lot more I didn't discover... or has changed since.
112
112
113
113
114
- MORE INFORMATIONS
114
+ MORE INFORMATION
115
115
116
116
Please email <
[email protected] > if you have any problem
117
117
and/or if there's something wrong/missing in the instructions.
Original file line number Diff line number Diff line change 1692
1692
>
1693
1693
</File >
1694
1694
<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"
1696
1721
>
1697
1722
<FileConfiguration
1698
1723
Name=" Release|Win32"
You can’t perform that action at this time.
0 commit comments