Skip to content

Commit

Permalink
Fix missing disassembler.cpp in .targets files
Browse files Browse the repository at this point in the history
This change adds missing disassembler.cpp to wks.targets and dacwks.targets files.
  • Loading branch information
janvorli committed Jan 21, 2016
1 parent 63766f7 commit f785d6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/vm/dac/dacwks.targets
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<CppCompile Include="$(ClrSrcDirectory)\vm\debugdebugger.cpp" />
<CppCompile Include="$(ClrSrcDirectory)\vm\debugHelp.cpp" />
<CppCompile Include="$(ClrSrcDirectory)\vm\debuginfostore.cpp" />
<CppCompile Include="$(ClrSrcDirectory)\vm\disassembler.cpp" />
<CppCompile Include="$(ClrSrcDirectory)\vm\DllImport.cpp" />
<CppCompile Include="$(ClrSrcDirectory)\vm\domainfile.cpp" />
<CppCompile Include="$(ClrSrcDirectory)\vm\dynamicmethod.cpp" />
Expand Down
1 change: 1 addition & 0 deletions src/vm/wks/wks.targets
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<CppCompile Include="$(VmSourcesDir)\decodeMD.cpp" />
<CppCompile Include="$(VmSourcesDir)\DebugDebugger.cpp" />
<CppCompile Include="$(VmSourcesDir)\DebugInfoStore.cpp" />
<CppCompile Include="$(VmSourcesDir)\disassembler.cpp" />
<CppCompile Include="$(VmSourcesDir)\DynamicMethod.cpp" />
<CppCompile Include="$(VmSourcesDir)\ecall.cpp" />
<CppCompile Include="$(VmSourcesDir)\eeconfig.cpp" />
Expand Down

0 comments on commit f785d6e

Please sign in to comment.