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>2016-06-15 12:08:16 +0300
committerlateralusX <lateralusx.github@gmail.com>2016-06-15 12:08:16 +0300
commit5adfe65a0749ec83d9c2c722e247af14193d13f9 (patch)
treee6cf011ba087ba606148da46129a1cecc007cbd1 /msvc/pedump.vcxproj
parentfc9396edf21bf0cb17a4b5884108091decf77faf (diff)
Fix pedump build errors due to moved source file.
Changes done in commit 2f6e404ed1a274e942ba0325b55ce610c25a23f2 moving pedump.c to different location cause build errors of pedump on Windows.
Diffstat (limited to 'msvc/pedump.vcxproj')
-rw-r--r--msvc/pedump.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc/pedump.vcxproj b/msvc/pedump.vcxproj
index dbba597c363..5a6e9116bd9 100644
--- a/msvc/pedump.vcxproj
+++ b/msvc/pedump.vcxproj
@@ -225,7 +225,6 @@
<ClCompile Include="..\mono\metadata\mono-config.c" />
<ClCompile Include="..\mono\utils\mono-dl.c" />
<ClCompile Include="..\mono\metadata\object.c" />
- <ClCompile Include="..\mono\metadata\pedump.c" />
<ClCompile Include="..\mono\metadata\process.c" />
<ClCompile Include="..\mono\metadata\profiler.c" />
<ClCompile Include="..\mono\metadata\rand.c" />
@@ -235,6 +234,7 @@
<ClCompile Include="..\mono\metadata\string-icalls.c" />
<ClCompile Include="..\mono\metadata\sysmath.c" />
<ClCompile Include="..\mono\metadata\threads.c" />
+ <ClCompile Include="..\tools\pedump\pedump.c" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="eglib.vcxproj">