crtdll: Sort source file list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
c3398b7eab
commit
e70d4c387b
|
@ -4,31 +4,31 @@ PARENTSRC = ../msvcrt
|
||||||
DELAYIMPORTS = advapi32 user32
|
DELAYIMPORTS = advapi32 user32
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
cpp.c \
|
|
||||||
console.c \
|
console.c \
|
||||||
|
cpp.c \
|
||||||
ctype.c \
|
ctype.c \
|
||||||
data.c \
|
data.c \
|
||||||
dir.c \
|
dir.c \
|
||||||
environ.c \
|
environ.c \
|
||||||
locale.c \
|
|
||||||
errno.c \
|
errno.c \
|
||||||
exit.c \
|
|
||||||
except.c \
|
except.c \
|
||||||
except_arm.c \
|
except_arm.c \
|
||||||
except_arm64.c \
|
except_arm64.c \
|
||||||
except_i386.c \
|
except_i386.c \
|
||||||
except_x86_64.c \
|
except_x86_64.c \
|
||||||
lock.c \
|
exit.c \
|
||||||
file.c \
|
file.c \
|
||||||
heap.c \
|
heap.c \
|
||||||
|
locale.c \
|
||||||
|
lock.c \
|
||||||
|
main.c \
|
||||||
math.c \
|
math.c \
|
||||||
mbcs.c \
|
mbcs.c \
|
||||||
misc.c \
|
misc.c \
|
||||||
process.c \
|
process.c \
|
||||||
main.c \
|
|
||||||
string.c \
|
|
||||||
scanf.c \
|
scanf.c \
|
||||||
|
string.c \
|
||||||
|
thread.c \
|
||||||
time.c \
|
time.c \
|
||||||
undname.c \
|
undname.c \
|
||||||
thread.c \
|
|
||||||
wcs.c
|
wcs.c
|
||||||
|
|
Loading…
Reference in New Issue