Skip to content

Commit

Permalink
VS: Update project files (add divcoeff.c)
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Apr 18, 2013
1 parent 2fb8a99 commit 9bbc71d
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 @@ -950,6 +950,10 @@
RelativePath=".\backend\debug.c"
>
</File>
<File
RelativePath=".\backend\divcoeff.c"
>
</File>
<File
RelativePath=".\backend\dt.c"
>
Expand Down
1 change: 1 addition & 0 deletions src/dmd_msc.vcxproj
Expand Up @@ -175,6 +175,7 @@
<ClCompile Include="backend\code.c" />
<ClCompile Include="backend\cppman.c" />
<ClCompile Include="backend\debug.c" />
<ClCompile Include="backend\divcoeff.c" />
<ClCompile Include="backend\dt.c" />
<ClCompile Include="backend\dwarf.c" />
<ClCompile Include="backend\ee.c" />
Expand Down
3 changes: 3 additions & 0 deletions src/dmd_msc.vcxproj.filters
Expand Up @@ -312,6 +312,9 @@
<ClCompile Include="backend\debug.c">
<Filter>src\backend</Filter>
</ClCompile>
<ClCompile Include="backend\divcoeff.c">
<Filter>src\backend</Filter>
</ClCompile>
<ClCompile Include="backend\dt.c">
<Filter>src\backend</Filter>
</ClCompile>
Expand Down

0 comments on commit 9bbc71d

Please sign in to comment.