mirror of
https://github.com/reactos/reactos.git
synced 2025-04-02 19:53:19 +00:00
fix build
This commit is contained in:
parent
6737d3e80d
commit
d3e5118677
3 changed files with 2 additions and 4 deletions
|
@ -260,7 +260,6 @@ list(APPEND SOURCE_CRTDLL
|
|||
# _scalb.c
|
||||
# _searchenv.c
|
||||
# _seterrormode.c
|
||||
setjmp.c
|
||||
# _setmode.c
|
||||
# _setsystime.c
|
||||
# _sleep.c
|
||||
|
@ -448,6 +447,7 @@ list(APPEND SOURCE_CRTDLL
|
|||
# rewind.c
|
||||
# scanf.c
|
||||
# setbuf.c
|
||||
setjmp.c
|
||||
# setlocale.c
|
||||
# setvbuf.c
|
||||
# signal.c
|
||||
|
@ -544,7 +544,6 @@ if(ARCH STREQUAL "i386")
|
|||
elseif(ARCH STREQUAL "amd64")
|
||||
list(APPEND SOURCE_CRTDLL
|
||||
# __C_specific_handler
|
||||
setjmp.c
|
||||
# _setjmpex.c
|
||||
# _local_unwind.c
|
||||
# longjmp.c
|
||||
|
|
|
@ -1352,7 +1352,6 @@ if(ARCH STREQUAL "i386")
|
|||
elseif(ARCH STREQUAL "amd64")
|
||||
list(APPEND SOURCE_MSVCRT
|
||||
# __C_specific_handler
|
||||
setjmp.c
|
||||
# _setjmpex.c
|
||||
# _local_unwind.c
|
||||
# longjmp.c
|
||||
|
|
|
@ -80,6 +80,7 @@ list(APPEND SOURCE_NTDLL
|
|||
# memset.c
|
||||
# pow.c
|
||||
# qsort.c
|
||||
setjmp.c
|
||||
# sin.c
|
||||
sprintf.c
|
||||
# sqrt.c
|
||||
|
@ -146,7 +147,6 @@ if(ARCH STREQUAL "i386")
|
|||
elseif(ARCH STREQUAL "amd64")
|
||||
list(APPEND SOURCE_NTDLL
|
||||
# __C_specific_handler
|
||||
setjmp.c
|
||||
# _setjmpex.c
|
||||
# _local_unwind.c
|
||||
# longjmp.c
|
||||
|
|
Loading…
Reference in a new issue