Skip to content

Commit

Permalink
Merge pull request #3713 from Orvid/fixMSVCProjectsAgain
Browse files Browse the repository at this point in the history
Fixed VC projects after the addition of colored output to DMD
  • Loading branch information
dnadlinger authored and 9rnsr committed Jul 11, 2014
1 parent 03a9d3f commit 0b2fd21
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/dmd_msc.vcproj
Expand Up @@ -393,6 +393,14 @@
RelativePath=".\clone.c"
>
</File>
<File
RelativePath=".\color.c"
>
</File>
<File
RelativePath=".\color.h"
>
</File>
<File
RelativePath=".\complex_t.h"
>
Expand Down
6 changes: 6 additions & 0 deletions src/dmd_msc.vcxproj.filters
Expand Up @@ -63,6 +63,9 @@
<ClCompile Include="cond.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="color.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="constfold.c">
<Filter>src</Filter>
</ClCompile>
Expand Down Expand Up @@ -524,6 +527,9 @@
<ClInclude Include="attrib.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="color.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="complex_t.h">
<Filter>src</Filter>
</ClInclude>
Expand Down

0 comments on commit 0b2fd21

Please sign in to comment.