mirror of
https://github.com/reactos/reactos.git
synced 2025-04-30 19:19:00 +00:00
[CRT] Revert unwanted part of f30136bc79
This commit is contained in:
parent
37d0a9c3f4
commit
0ffbbab5a2
2 changed files with 2 additions and 4 deletions
|
@ -117,7 +117,6 @@ list(APPEND CRT_SOURCE
|
||||||
mem/memcmp.c
|
mem/memcmp.c
|
||||||
mem/memccpy.c
|
mem/memccpy.c
|
||||||
mem/memicmp.c
|
mem/memicmp.c
|
||||||
mem/memset.c
|
|
||||||
misc/__crt_MessageBoxA.c
|
misc/__crt_MessageBoxA.c
|
||||||
misc/amsg.c
|
misc/amsg.c
|
||||||
misc/assert.c
|
misc/assert.c
|
||||||
|
@ -400,7 +399,7 @@ if(ARCH STREQUAL "i386")
|
||||||
math/i386/fmodf_asm.s
|
math/i386/fmodf_asm.s
|
||||||
mem/i386/memchr_asm.s
|
mem/i386/memchr_asm.s
|
||||||
mem/i386/memmove_asm.s
|
mem/i386/memmove_asm.s
|
||||||
# mem/i386/memset_asm.s
|
mem/i386/memset_asm.s
|
||||||
misc/i386/readcr4.S
|
misc/i386/readcr4.S
|
||||||
setjmp/i386/setjmp.s
|
setjmp/i386/setjmp.s
|
||||||
string/i386/strcat_asm.s
|
string/i386/strcat_asm.s
|
||||||
|
|
|
@ -9,7 +9,6 @@ list(APPEND LIBCNTPR_SOURCE
|
||||||
mem/memccpy.c
|
mem/memccpy.c
|
||||||
mem/memcmp.c
|
mem/memcmp.c
|
||||||
mem/memicmp.c
|
mem/memicmp.c
|
||||||
mem/memset.c
|
|
||||||
misc/fltused.c
|
misc/fltused.c
|
||||||
printf/_snprintf.c
|
printf/_snprintf.c
|
||||||
printf/_snwprintf.c
|
printf/_snwprintf.c
|
||||||
|
@ -187,7 +186,7 @@ if(ARCH STREQUAL "i386")
|
||||||
list(APPEND LIBCNTPR_ASM_SOURCE
|
list(APPEND LIBCNTPR_ASM_SOURCE
|
||||||
mem/i386/memchr_asm.s
|
mem/i386/memchr_asm.s
|
||||||
mem/i386/memmove_asm.s
|
mem/i386/memmove_asm.s
|
||||||
# mem/i386/memset_asm.s
|
mem/i386/memset_asm.s
|
||||||
string/i386/strcat_asm.s
|
string/i386/strcat_asm.s
|
||||||
string/i386/strchr_asm.s
|
string/i386/strchr_asm.s
|
||||||
string/i386/strcmp_asm.s
|
string/i386/strcmp_asm.s
|
||||||
|
|
Loading…
Reference in a new issue