Skip to content

Commit

Permalink
Separate win32 unittest.
Browse files Browse the repository at this point in the history
  • Loading branch information
9rnsr committed Nov 7, 2012
1 parent f76ea73 commit 51912cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions win32.mak
Expand Up @@ -106,9 +106,9 @@ SRC_STD_1_HEAVY= std\stdio.d std\stdiobase.d \
std\string.d std\format.d \
std\file.d

SRC_STD_2_HEAVY= std\array.d std\functional.d std\range.d
SRC_STD_2_HEAVY= std\range.d

SRC_STD_2a_HEAVY= std\path.d std\outbuffer.d std\utf.d
SRC_STD_2a_HEAVY= std\array.d std\functional.d std\path.d std\outbuffer.d std\utf.d

SRC_STD_3= std\csv.d std\math.d std\complex.d std\numeric.d std\bigint.d \
std\datetime.d \
Expand Down
4 changes: 2 additions & 2 deletions win64.mak
Expand Up @@ -107,9 +107,9 @@ SRC_STD_1_HEAVY= std\stdio.d std\stdiobase.d \
std\string.d std\format.d \
std\file.d

SRC_STD_2_HEAVY= std\array.d std\functional.d std\range.d
SRC_STD_2_HEAVY= std\range.d

SRC_STD_2a_HEAVY= std\path.d std\outbuffer.d std\utf.d
SRC_STD_2a_HEAVY= std\array.d std\functional.d std\path.d std\outbuffer.d std\utf.d

SRC_STD_3= std\csv.d std\math.d std\complex.d std\numeric.d std\bigint.d \
std\datetime.d \
Expand Down

0 comments on commit 51912cb

Please sign in to comment.