Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
[Refactoring] Reorder file names in MANIFEST and SRCS
Browse files Browse the repository at this point in the history
  • Loading branch information
9rnsr committed Oct 24, 2014
1 parent 890997d commit 64a0bca
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions mak/MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,16 @@ MANIFEST=\
src\rt\tlsgc.d \
src\rt\trace.d \
\
src\rt\util\array.d \
src\rt\util\hash.d \
src\rt\util\random.d \
src\rt\util\string.d \
src\rt\util\utf.d \
src\rt\util\container\array.d \
src\rt\util\container\common.d \
src\rt\util\container\hashtab.d \
src\rt\util\container\treap.d \
\
src\rt\typeinfo\ti_AC.d \
src\rt\typeinfo\ti_Acdouble.d \
src\rt\typeinfo\ti_Acfloat.d \
Expand All @@ -231,8 +241,8 @@ MANIFEST=\
src\rt\typeinfo\ti_Along.d \
src\rt\typeinfo\ti_Areal.d \
src\rt\typeinfo\ti_Ashort.d \
src\rt\typeinfo\ti_C.d \
src\rt\typeinfo\ti_byte.d \
src\rt\typeinfo\ti_C.d \
src\rt\typeinfo\ti_cdouble.d \
src\rt\typeinfo\ti_cfloat.d \
src\rt\typeinfo\ti_char.d \
Expand All @@ -256,14 +266,4 @@ MANIFEST=\
src\rt\typeinfo\ti_void.d \
src\rt\typeinfo\ti_wchar.d \
\
src\rt\util\array.d \
src\rt\util\hash.d \
src\rt\util\random.d \
src\rt\util\string.d \
src\rt\util\utf.d \
src\rt\util\container\array.d \
src\rt\util\container\common.d \
src\rt\util\container\hashtab.d \
src\rt\util\container\treap.d \
\
src\etc\linux\memoryerror.d
4 changes: 2 additions & 2 deletions mak/SRCS
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ SRCS=\
src\core\stdc\math.d \
src\core\stdc\signal.d \
src\core\stdc\stdarg.d \
src\core\stdc\stddef.d \
src\core\stdc\stdint.d \
src\core\stdc\stdio.d \
src\core\stdc\stdlib.d \
src\core\stdc\stdint.d \
src\core\stdc\stddef.d \
src\core\stdc\string.d \
src\core\stdc\time.d \
src\core\stdc\wchar_.d \
Expand Down

0 comments on commit 64a0bca

Please sign in to comment.