[CMAKE]
authorAmine Khaldi <amine.khaldi@reactos.org>
Sun, 5 Jun 2011 19:44:33 +0000 (19:44 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sun, 5 Jun 2011 19:44:33 +0000 (19:44 +0000)
* Fix msvcrtex unix build.

svn path=/trunk/; revision=52096

reactos/lib/sdk/crt/msvcrtex.cmake

index 767218c..9db5290 100644 (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()