- Comment out what seems to be a missing file.

svn path=/branches/cmake-bringup/; revision=49812
This commit is contained in:
Amine Khaldi 2010-11-27 10:48:44 +00:00
parent eb8df6a835
commit 4103cf5929

View file

@ -573,10 +573,9 @@ 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
)
# misc/fltused.c FIXME: missing file ?
except/i386/chkstk_asm.s
math/i386/ftol2_asm.S)
add_library(msvcsup ${MSVCSUP_SOURCE})
add_dependencies(msvcsup psdk buildno_header asm)