mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 22:51:51 +00:00
[CMAKE]
Fix build of msvcsup (add missing file) svn path=/branches/cmake-bringup/; revision=49829
This commit is contained in:
parent
adfc8941cc
commit
a97affe62a
2 changed files with 5 additions and 1 deletions
lib/sdk/crt
|
@ -571,11 +571,13 @@ add_library(libcntpr ${LIBCNTPR_SOURCE})
|
||||||
set_property(TARGET libcntpr PROPERTY COMPILE_DEFINITIONS NO_RTL_INLINES _NTSYSTEM_ _NTDLLBUILD_ _LIBCNT_ __CRT__NO_INLINE)
|
set_property(TARGET libcntpr PROPERTY COMPILE_DEFINITIONS NO_RTL_INLINES _NTSYSTEM_ _NTDLLBUILD_ _LIBCNT_ __CRT__NO_INLINE)
|
||||||
add_dependencies(libcntpr psdk buildno_header asm)
|
add_dependencies(libcntpr psdk buildno_header asm)
|
||||||
|
|
||||||
|
if(MSVC)
|
||||||
# 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 FIXME: missing file ?
|
misc/fltused.c
|
||||||
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)
|
||||||
|
endif()
|
||||||
|
|
2
lib/sdk/crt/misc/fltused.c
Normal file
2
lib/sdk/crt/misc/fltused.c
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
|
||||||
|
int _fltused;
|
Loading…
Add table
Add a link
Reference in a new issue