summaryrefslogtreecommitdiff
path: root/src/dirs.proj
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2015-02-03 16:02:18 -0800
committerJan Vorlicek <janvorli@microsoft.com>2015-02-03 16:02:18 -0800
commit6c2c7994f1412e8aa504800c7164de875c350fc1 (patch)
tree669203f562ea469a1ca54df80821c4722b6f6047 /src/dirs.proj
parent58ef03fa8aa9397b7ec9611abba0e1b3832fcea7 (diff)
downloadcoreclr-6c2c7994f1412e8aa504800c7164de875c350fc1.tar.gz
coreclr-6c2c7994f1412e8aa504800c7164de875c350fc1.tar.bz2
coreclr-6c2c7994f1412e8aa504800c7164de875c350fc1.zip
Move the windows unwinder code out of the debug folder.
It is a preparation for using the DAC unwinder code as an unwinder for the jitted code on Linux, because the jitter generates windows style unwind info. The unwinder is build as a static library and linked to mscordac. [tfs-changeset: 1409640]
Diffstat (limited to 'src/dirs.proj')
-rw-r--r--src/dirs.proj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dirs.proj b/src/dirs.proj
index d5df279b42..3599b7912b 100644
--- a/src/dirs.proj
+++ b/src/dirs.proj
@@ -40,6 +40,7 @@
<ProjectFile Include="gcinfo\dirs.proj" />
<ProjectFile Include="delayimp\delayimp.nativeproj" Condition="'$(BuildProjectName)' != 'CoreSys'"/>
<ProjectFile Include="dlls\dirs.proj" />
+ <ProjectFile Include="unwinder\dirs.proj" Condition="'$(TargetArch)' != 'i386'" />
<!-- In FXMain we build RyuJIT only for amd64 and arm64 -->
<ProjectFile Include="jit32\dirs.proj" Condition="'$(BuildArchitecture)' != 'amd64' and '$(BuildArchitecture)' != 'arm64'"/>