Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@gnome.org>2011-04-20 23:15:32 +0400
committerJeffrey Stedfast <fejj@gnome.org>2011-04-20 23:15:32 +0400
commit934cf142f432514219129618ca97f24b55b98122 (patch)
tree8fea0d3963e0eaf7e46cf1f74a1a0bf18adc3cf0 /msvc/eglib.vcxproj
parentde7f60ce094f56e0225eaee04d5fdc62b65ec9f5 (diff)
Fixed MSVC to build giconv.c
Diffstat (limited to 'msvc/eglib.vcxproj')
-rw-r--r--msvc/eglib.vcxproj5
1 files changed, 3 insertions, 2 deletions
diff --git a/msvc/eglib.vcxproj b/msvc/eglib.vcxproj
index 44b65c90142..417dd1ab492 100644
--- a/msvc/eglib.vcxproj
+++ b/msvc/eglib.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
@@ -156,6 +156,7 @@
<ClCompile Include="..\eglib\src\gfile-win32.c" />
<ClCompile Include="..\eglib\src\gfile.c" />
<ClCompile Include="..\eglib\src\ghashtable.c" />
+ <ClCompile Include="..\eglib\src\giconv.c" />
<ClCompile Include="..\eglib\src\glist.c" />
<ClCompile Include="..\eglib\src\gmarkup.c" />
<ClCompile Include="..\eglib\src\gmem.c" />
@@ -185,4 +186,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project> \ No newline at end of file
+</Project>