mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 02:41:22 +00:00
[CMAKE]
Add msvcsup static library for MSVC. This might be superseded by something else later. svn path=/branches/cmake-bringup/; revision=49804
This commit is contained in:
parent
f1283c58c6
commit
dc89f45599
1 changed files with 10 additions and 0 deletions
|
@ -570,3 +570,13 @@ endif(ARCH MATCHES i386)
|
|||
add_library(libcntpr ${LIBCNTPR_SOURCE})
|
||||
set_property(TARGET libcntpr PROPERTY COMPILE_DEFINITIONS NO_RTL_INLINES _NTSYSTEM_ _NTDLLBUILD_ _LIBCNT_ __CRT__NO_INLINE)
|
||||
add_dependencies(libcntpr psdk buildno_header asm)
|
||||
|
||||
# This is a temporary solution until we have proper crt libs
|
||||
list(APPEND MSVCSUP_SOURCE
|
||||
misc/fltused.c
|
||||
except/i386/chkstk_asm.s
|
||||
math/i386/ftol2_asm.S
|
||||
)
|
||||
|
||||
add_library(msvcsup ${MSVCSUP_SOURCE})
|
||||
add_dependencies(msvcsup psdk buildno_header asm)
|
||||
|
|
Loading…
Reference in a new issue