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-22 10:44:04 +0300
committerlateralusX <lateralusx.github@gmail.com>2017-10-03 10:20:10 +0300
commit52e98abd6e5c6d10ddea91a529f7b1b2336e0696 (patch)
treeefd847c2e390a0fb69beb0fd554fca602e0ec3b9 /msvc/eglib-common.targets
parent92576e31d2dadb37308abf8b048ccd0a97c98584 (diff)
Restructure of mono.sln and build properties to better fix static/dynamic library support.
Diffstat (limited to 'msvc/eglib-common.targets')
-rw-r--r--msvc/eglib-common.targets3
1 files changed, 3 insertions, 0 deletions
diff --git a/msvc/eglib-common.targets b/msvc/eglib-common.targets
index fa566976672..3776cd70ec5 100644
--- a/msvc/eglib-common.targets
+++ b/msvc/eglib-common.targets
@@ -28,4 +28,7 @@
<ClInclude Include="$(MonoSourceLocation)\mono\eglib\gmodule.h" />
<ClInclude Include="$(MonoSourceLocation)\mono\eglib\sort.frag.h" />
</ItemGroup>
+ <ItemGroup>
+ <None Include="$(MonoSourceLocation)\eglib\src\Makefile.am" />
+ </ItemGroup>
</Project>