Skip to content

Commit

Permalink
utf.d: minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
luismarques committed Sep 2, 2015
1 parent 194a151 commit f7ecf30
Show file tree
Hide file tree
Showing 7 changed files with 548 additions and 675 deletions.
4 changes: 0 additions & 4 deletions src/dmd_msc.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -845,10 +845,6 @@
RelativePath=".\utf.c"
>
</File>
<File
RelativePath=".\utf.h"
>
</File>
<File
RelativePath=".\version.c"
>
Expand Down
1 change: 0 additions & 1 deletion src/dmd_msc.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@
<ClInclude Include="toir.h" />
<ClInclude Include="tokens.h" />
<ClInclude Include="total.h" />
<ClInclude Include="utf.h" />
<ClInclude Include="version.h" />
<ClInclude Include="backend\aa.h" />
<ClInclude Include="backend\bcomplex.h" />
Expand Down
3 changes: 0 additions & 3 deletions src/dmd_msc.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -644,9 +644,6 @@
<ClInclude Include="total.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="utf.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="version.h">
<Filter>src</Filter>
</ClInclude>
Expand Down
2 changes: 1 addition & 1 deletion src/posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ SRC = win32.mak posix.mak osmodel.mak aggregate.h aliasthis.h arraytypes.h \
enum.h errors.h expression.h globals.h hdrgen.h identifier.h idgen.d \
import.h init.h intrange.h json.h lexer.h lib.h macro.h \
mars.h module.h mtype.h nspace.h objc.h parse.h \
scope.h statement.h staticassert.h target.h template.h tokens.h utf.h \
scope.h statement.h staticassert.h target.h template.h tokens.h \
version.h visitor.h libomf.d scanomf.d libmscoff.d scanmscoff.d \
$(DMD_SRCS)

Expand Down
Loading

0 comments on commit f7ecf30

Please sign in to comment.