mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 11:16:11 +00:00
[CMAKE]
- Comment out what seems to be a missing file. svn path=/branches/cmake-bringup/; revision=49812
This commit is contained in:
parent
eb8df6a835
commit
4103cf5929
1 changed files with 3 additions and 4 deletions
|
@ -573,10 +573,9 @@ add_dependencies(libcntpr psdk buildno_header asm)
|
||||||
|
|
||||||
# This is a temporary solution until we have proper crt libs
|
# This is a temporary solution until we have proper crt libs
|
||||||
list(APPEND MSVCSUP_SOURCE
|
list(APPEND MSVCSUP_SOURCE
|
||||||
misc/fltused.c
|
# misc/fltused.c FIXME: missing file ?
|
||||||
except/i386/chkstk_asm.s
|
except/i386/chkstk_asm.s
|
||||||
math/i386/ftol2_asm.S
|
math/i386/ftol2_asm.S)
|
||||||
)
|
|
||||||
|
|
||||||
add_library(msvcsup ${MSVCSUP_SOURCE})
|
add_library(msvcsup ${MSVCSUP_SOURCE})
|
||||||
add_dependencies(msvcsup psdk buildno_header asm)
|
add_dependencies(msvcsup psdk buildno_header asm)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue