diff --git a/reactos/lib/sdk/crt/crt.rbuild b/reactos/lib/sdk/crt/crt.rbuild index 771ca4b4d0c..6890dc50c5f 100644 --- a/reactos/lib/sdk/crt/crt.rbuild +++ b/reactos/lib/sdk/crt/crt.rbuild @@ -45,6 +45,7 @@ matherr.c + chkstk_asm.s prolog.s seh.s unwind.c @@ -103,14 +104,34 @@ + alldiv_asm.s + alldvrm_asm.s + allmul_asm.s + allrem_asm.s + allshl_asm.s + allshr_asm.s + atan_asm.s + aulldiv_asm.s + aulldvrm_asm.s + aullrem_asm.s + aullshr_asm.s + ceil_asm.s + cos_asm.s + fabs_asm.s + floor_asm.s + ftol_asm.s + log_asm.s + log10_asm.s + pow_asm.s + sin_asm.s + sqrt_asm.s + tan_asm.s + atan2.c ci.c exp.c fmod.c ldexp.c - atan_asm.s - pow_asm.s - log10_asm.s