* Fix msvcrtex unix build.

svn path=/trunk/; revision=52096
This commit is contained in:
Amine Khaldi 2011-06-05 19:44:33 +00:00
parent 0e21352b22
commit fbe0668c94

View file

@ -39,7 +39,7 @@ if(ARCH MATCHES i386)
list(APPEND MSVCRTEX_SOURCE
except/i386/chkstk_asm.s
math/i386/ci.c
math/i386/ftol2_asm.S
math/i386/ftol2_asm.s
math/i386/alldiv_asm.s
)
endif()