Skip to content

Commit

Permalink
add missing files target.* to VS projects
Browse files Browse the repository at this point in the history
  • Loading branch information
rainers committed Mar 8, 2013
1 parent 4042468 commit 1f71438
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/dmd_msc.vcproj
Expand Up @@ -685,6 +685,14 @@
RelativePath=".\struct.c"
>
</File>
<File
RelativePath=".\target.c"
>
</File>
<File
RelativePath=".\target.h"
>
</File>
<File
RelativePath=".\template.c"
>
Expand Down
2 changes: 2 additions & 0 deletions src/dmd_msc.vcxproj
Expand Up @@ -171,6 +171,7 @@
<ClCompile Include="statement.c" />
<ClCompile Include="staticassert.c" />
<ClCompile Include="struct.c" />
<ClCompile Include="target.c" />
<ClCompile Include="template.c" />
<ClCompile Include="tk.c" />
<ClCompile Include="tocsym.c" />
Expand Down Expand Up @@ -461,6 +462,7 @@ if errorlevel 1 goto VCReportError
<ClInclude Include="scope.h" />
<ClInclude Include="statement.h" />
<ClInclude Include="staticassert.h" />
<ClInclude Include="target.h" />
<ClInclude Include="template.h" />
<ClInclude Include="toir.h" />
<ClInclude Include="total.h" />
Expand Down
6 changes: 6 additions & 0 deletions src/dmd_msc.vcxproj.filters
Expand Up @@ -510,6 +510,9 @@
<ClCompile Include="backend\pdata.c">
<Filter>src\backend</Filter>
</ClCompile>
<ClCompile Include="target.c">
<Filter>src</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="aggregate.h">
Expand Down Expand Up @@ -767,6 +770,9 @@
<ClInclude Include="vcbuild\warnings.h">
<Filter>src\vcbuild</Filter>
</ClInclude>
<ClInclude Include="target.h">
<Filter>src</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<CustomBuildStep Include="vcbuild\ldfpu.asm">
Expand Down

0 comments on commit 1f71438

Please sign in to comment.