Skip to content

Commit

Permalink
Merge pull request #3412 from CyberShadow/vs-20140330
Browse files Browse the repository at this point in the history
Visual Studio build fix (add nogc.c)
  • Loading branch information
WalterBright committed Mar 30, 2014
2 parents de068ed + 6c8be0f commit 07b154a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/dmd_msc.vcproj
Expand Up @@ -621,6 +621,10 @@
RelativePath=".\mtype.h"
>
</File>
<File
RelativePath=".\nogc.c"
>
</File>
<File
RelativePath=".\objfile.h"
>
Expand Down
1 change: 1 addition & 0 deletions src/dmd_msc.vcxproj
Expand Up @@ -125,6 +125,7 @@
<ClCompile Include="module.c" />
<ClCompile Include="msc.c" />
<ClCompile Include="mtype.c" />
<ClCompile Include="nogc.c" />
<ClCompile Include="opover.c" />
<ClCompile Include="optimize.c" />
<ClCompile Include="parse.c" />
Expand Down
3 changes: 3 additions & 0 deletions src/dmd_msc.vcxproj.filters
Expand Up @@ -168,6 +168,9 @@
<ClCompile Include="mtype.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="nogc.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="opover.c">
<Filter>src</Filter>
</ClCompile>
Expand Down

0 comments on commit 07b154a

Please sign in to comment.