mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:23:03 +00:00
[CRT] Move rand to stdlib, where it belongs
This commit is contained in:
parent
d55f49978d
commit
43beb913da
4 changed files with 8 additions and 7 deletions
|
@ -240,17 +240,12 @@ list(APPEND CRT_MATH_SOURCE
|
|||
math/ldiv.c
|
||||
math/logf.c
|
||||
math/powf.c
|
||||
math/rand.c
|
||||
)
|
||||
|
||||
list(APPEND CRT_MATH_ASM_SOURCE
|
||||
${LIBCNTPR_MATH_ASM_SOURCE}
|
||||
)
|
||||
|
||||
list(APPEND LIBCNTPR_MATH_SOURCE
|
||||
math/rand_nt.c
|
||||
)
|
||||
|
||||
if(ARCH STREQUAL "i386")
|
||||
list(APPEND ATAN2_ASM_SOURCE math/i386/atan2_asm.s)
|
||||
elseif(ARCH STREQUAL "amd64")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue