Skip to content

Commit

Permalink
Merge pull request #3575 from Orvid/fixvcxprojagain
Browse files Browse the repository at this point in the history
Fixed compilation of DMD with MSVC
  • Loading branch information
AndrejMitrovic committed May 23, 2014
2 parents fa12d5b + 7e8712e commit b099b08
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/dmd_msc.vcproj
Expand Up @@ -625,6 +625,14 @@
RelativePath=".\nogc.c"
>
</File>
<File
RelativePath=".\nspace.c"
>
</File>
<File
RelativePath=".\nspace.h"
>
</File>
<File
RelativePath=".\objfile.h"
>
Expand Down
2 changes: 2 additions & 0 deletions src/dmd_msc.vcxproj
Expand Up @@ -126,6 +126,7 @@
<ClCompile Include="msc.c" />
<ClCompile Include="mtype.c" />
<ClCompile Include="nogc.c" />
<ClCompile Include="nspace.c" />
<ClCompile Include="opover.c" />
<ClCompile Include="optimize.c" />
<ClCompile Include="parse.c" />
Expand Down Expand Up @@ -304,6 +305,7 @@
<ClInclude Include="mars.h" />
<ClInclude Include="module.h" />
<ClInclude Include="mtype.h" />
<ClInclude Include="nspace.h" />
<ClInclude Include="objfile.h" />
<ClInclude Include="parse.h" />
<ClInclude Include="scope.h" />
Expand Down

0 comments on commit b099b08

Please sign in to comment.