Showing with 548 additions and 675 deletions.
  1. +0 −4 src/dmd_msc.vcproj
  2. +0 −1 src/dmd_msc.vcxproj
  3. +0 −3 src/dmd_msc.vcxproj.filters
  4. +1 −1 src/posix.mak
  5. +545 −543 src/utf.d
  6. +0 −121 src/utf.h
  7. +2 −2 src/win32.mak
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 @@ -238,7 +238,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