* mono.vcproj: Fix VC build. svn path=/trunk/mono/; revision=65236
@@ -1,3 +1,7 @@
+2006-09-11 Zoltan Varga <[email protected]>
+
+ * mono.vcproj: Fix VC build.
2006-09-01 Zoltan Varga <[email protected]>
* configure.in: More alpha updates from Sergey Tikhonov <[email protected]>.
@@ -6,7 +6,6 @@
ProjectGUID="{A0EDDCD9-940F-432C-A28F-7EF322437D79}"
RootNamespace="mono"
Keyword="Win32Proj"
- SignManifests="true"
>
<Platforms>
<Platform
@@ -41,7 +40,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories=".;.\libgc\include;.\mono;".\VSDependancies\include\glib-2.0\glib";.\VSDependancies\include"
+ AdditionalIncludeDirectories=".;.\libgc\include;.\mono;".\VSDependancies\include\glib-2.0";".\VSDependancies\include\glib-2.0\glib";.\VSDependancies\include;".\VSDependancies\lib\glib-2.0\include""
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_WINDOWS;__WIN32__;PLATFORM_WIN32;__i386__"
MinimalRebuild="true"
BasicRuntimeChecks="3"