Implement _osplatform
[reactos.git] / reactos / lib / sdk / crt / crt.rbuild
index 8a9cf95..9821329 100644 (file)
@@ -1,5 +1,6 @@
 <?xml version="1.0"?>
 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
+<group>
 <module name="chkstk" type="staticlibrary">
        <directory name="except">
                <if property="ARCH" value="i386">
@@ -24,7 +25,7 @@
        <define name="_MSVCRT_LIB_" />
        <define name="_MSVCRT_" />
        <define name="_MT" />
-       <define name="__NO_CTYPE_INLINES" />
+       <define name="_CRTBLD" />
        <directory name="conio">
                <file>cgets.c</file>
                <file>cprintf.c</file>
@@ -55,6 +56,7 @@
                <file>checkesp.c</file>
                <file>cpp.c</file>
                <file>cppexcept.c</file>
+               <file>except.c</file>
                <file>matherr.c</file>
                <if property="ARCH" value="i386">
                        <directory name="i386">
                                <file>fmod.c</file>
                                <file>ldexp.c</file>
                        </directory>
-                       <file>j0_y0.c</file>
+                       <!-- FIXME: we don't actually implement these... they recursively call themselves through an alias -->
+                       <!--<file>j0_y0.c</file>
                        <file>j1_y1.c</file>
-                       <file>jn_yn.c</file>
+                       <file>jn_yn.c</file>-->
                </if>
                <if property="ARCH" value="amd64">
                        <directory name="i386">
                                <file>fmod.c</file>
                                <file>ldexp.c</file>
                        </directory>
-                       <file>j0_y0.c</file>
+                       <!-- FIXME: we don't actually implement these... they recursively call themselves through an alias -->
+                       <!--<file>j0_y0.c</file>
                        <file>j1_y1.c</file>
-                       <file>jn_yn.c</file>
+                       <file>jn_yn.c</file>-->
                </if>
                <ifnot property="ARCH" value="i386">
                        <file>stubs.c</file>
                <file>gcvt.c</file>
                <file>getenv.c</file>
                <file>makepath.c</file>
-               <file>malloc.c</file>
+               <file>makepath_s.c</file>
                <file>mbtowc.c</file>
                <file>mbstowcs.c</file>
                <file>obsol.c</file>
                <file>wputenv.c</file>
                <file>wsenv.c</file>
                <file>wmakpath.c</file>
+               <file>wmakpath_s.c</file>
        </directory>
        <directory name="string">
                <if property="ARCH" value="i386">
                <file>undname.c</file>
        </directory>
 </module>
+</group>