Skip to content

Commit

Permalink
fix Issue 14710 - VC-built DMD crashes on templated variadic function…
Browse files Browse the repository at this point in the history
… IFTI

Add newdelete.c to Visual Studio project files
  • Loading branch information
CyberShadow committed Jun 18, 2015
1 parent 98bb24b commit 7bf83a6
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 @@ -1428,6 +1428,10 @@
RelativePath=".\root\man.c"
>
</File>
<File
RelativePath=".\root\newdelete.c"
>
</File>
<File
RelativePath=".\root\object.c"
>
Expand Down
1 change: 1 addition & 0 deletions src/dmd_msc.vcxproj
Expand Up @@ -228,6 +228,7 @@
<ClCompile Include="root\checkedint.c" />
<ClCompile Include="root\longdouble.c" />
<ClCompile Include="root\man.c" />
<ClCompile Include="root\newdelete.c" />
<ClCompile Include="root\port.c" />
<ClCompile Include="root\response.c" />
<ClCompile Include="root\rmem.c" />
Expand Down
3 changes: 3 additions & 0 deletions src/dmd_msc.vcxproj.filters
Expand Up @@ -435,6 +435,9 @@
<ClCompile Include="root\man.c">
<Filter>src\root</Filter>
</ClCompile>
<ClCompile Include="root\newdelete.c">
<Filter>src\root</Filter>
</ClCompile>
<ClCompile Include="root\port.c">
<Filter>src\root</Filter>
</ClCompile>
Expand Down

0 comments on commit 7bf83a6

Please sign in to comment.