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:
authorlateralusX <lateralusx.github@gmail.com>2017-09-28 14:59:30 +0300
committerlateralusX <lateralusx.github@gmail.com>2017-10-03 10:20:11 +0300
commit8d22c47199c6a4f7007f65e6c170993969565d1c (patch)
treedc2ddc34b1bcc844914d640d903e319dd08acddd /msvc/eglib-win32.targets
parent975d820a75e2a4cb1c73d375260770f922fd6e50 (diff)
Align eglib vcxproj with makefile.
Diffstat (limited to 'msvc/eglib-win32.targets')
-rw-r--r--msvc/eglib-win32.targets5
1 files changed, 1 insertions, 4 deletions
diff --git a/msvc/eglib-win32.targets b/msvc/eglib-win32.targets
index 4e6b1c0b680..2e741df7913 100644
--- a/msvc/eglib-win32.targets
+++ b/msvc/eglib-win32.targets
@@ -6,11 +6,8 @@
<ClCompile Include="$(MonoSourceLocation)\mono\eglib\gfile-win32.c" />
<ClCompile Include="$(MonoSourceLocation)\mono\eglib\gmisc-win32.c" />
<ClCompile Include="$(MonoSourceLocation)\mono\eglib\gmodule-win32.c" />
- <ClCompile Include="$(MonoSourceLocation)\mono\eglib\gpath.c" />
+ <ClInclude Include="$(MonoSourceLocation)\mono\eglib\gmodule-win32-internals.h" />
<ClCompile Include="$(MonoSourceLocation)\mono\eglib\gtimer-win32.c" />
<ClCompile Include="$(MonoSourceLocation)\mono\eglib\gunicode-win32.c" />
</ItemGroup>
- <ItemGroup Label="win32_headers">
- <ClInclude Include="$(MonoSourceLocation)\mono\eglib\gmodule-win32-internals.h" />
- </ItemGroup>
</Project>