Skip to content

Commit

Permalink
add new source files to project files
Browse files Browse the repository at this point in the history
  • Loading branch information
rainers committed Jan 6, 2015
1 parent 94db1fa commit 4809023
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 3 deletions.
16 changes: 16 additions & 0 deletions src/dmd_msc.vcproj
Expand Up @@ -485,6 +485,14 @@
RelativePath=".\func.c"
>
</File>
<File
RelativePath=".\globals.c"
>
</File>
<File
RelativePath=".\globals.h"
>
</File>
<File
RelativePath=".\glue.c"
>
Expand Down Expand Up @@ -789,6 +797,14 @@
RelativePath=".\toir.h"
>
</File>
<File
RelativePath=".\tokens.c"
>
</File>
<File
RelativePath=".\tokens.h"
>
</File>
<File
RelativePath=".\toobj.c"
>
Expand Down
7 changes: 4 additions & 3 deletions src/dmd_msc.vcxproj
Expand Up @@ -103,6 +103,7 @@
<ClCompile Include="errors.c" />
<ClCompile Include="expression.c" />
<ClCompile Include="func.c" />
<ClCompile Include="globals.c" />
<ClCompile Include="glue.c" />
<ClCompile Include="hdrgen.c" />
<ClCompile Include="iasm.c" />
Expand Down Expand Up @@ -151,6 +152,7 @@
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="toir.c" />
<ClCompile Include="tokens.c" />
<ClCompile Include="toobj.c" />
<ClCompile Include="traits.c" />
<ClCompile Include="typinf.c" />
Expand Down Expand Up @@ -223,9 +225,6 @@
<ClCompile Include="root\aav.c" />
<ClCompile Include="root\async.c" />
<ClCompile Include="root\checkedint.c" />
<ClCompile Include="root\dmgcmem.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="root\longdouble.c" />
<ClCompile Include="root\man.c" />
<ClCompile Include="root\port.c" />
Expand Down Expand Up @@ -295,6 +294,7 @@
<ClInclude Include="enum.h" />
<ClInclude Include="errors.h" />
<ClInclude Include="expression.h" />
<ClInclude Include="globals.h" />
<ClInclude Include="hdrgen.h" />
<ClInclude Include="identifier.h" />
<ClInclude Include="import.h" />
Expand All @@ -317,6 +317,7 @@
<ClInclude Include="target.h" />
<ClInclude Include="template.h" />
<ClInclude Include="toir.h" />
<ClInclude Include="tokens.h" />
<ClInclude Include="total.h" />
<ClInclude Include="utf.h" />
<ClInclude Include="version.h" />
Expand Down
21 changes: 21 additions & 0 deletions src/dmd_msc.vcxproj.filters
Expand Up @@ -516,6 +516,15 @@
<ClCompile Include="sapply.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="nspace.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="tokens.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="globals.c">
<Filter>src</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="aggregate.h">
Expand Down Expand Up @@ -764,6 +773,18 @@
<ClInclude Include="target.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="nspace.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="backend\obj.h">
<Filter>src\backend</Filter>
</ClInclude>
<ClInclude Include="tokens.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="globals.h">
<Filter>src</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="idgen.c">
Expand Down

0 comments on commit 4809023

Please sign in to comment.