Skip to content

Commit

Permalink
Merge pull request #1784 from rainers/fix_vsbuild2
Browse files Browse the repository at this point in the history
add missing new file scanomf.c to VS projects
  • Loading branch information
WalterBright committed Mar 22, 2013
2 parents 1375dee + 6858feb commit 41ca264
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 @@ -651,6 +651,10 @@
RelativePath=".\scanmscoff.c"
>
</File>
<File
RelativePath=".\scanomf.c"
>
</File>
<File
RelativePath=".\scope.c"
>
Expand Down
1 change: 1 addition & 0 deletions src/dmd_msc.vcxproj
Expand Up @@ -164,6 +164,7 @@
<ClCompile Include="parse.c" />
<ClCompile Include="s2ir.c" />
<ClCompile Include="scanmscoff.c" />
<ClCompile Include="scanomf.c" />
<ClCompile Include="scope.c" />
<ClCompile Include="sideeffect.c" />
<ClCompile Include="statement.c" />
Expand Down
3 changes: 3 additions & 0 deletions src/dmd_msc.vcxproj.filters
Expand Up @@ -492,6 +492,9 @@
<ClCompile Include="target.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="scanomf.c">
<Filter>src</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="aggregate.h">
Expand Down

0 comments on commit 41ca264

Please sign in to comment.