Implement _osplatform
[reactos.git] / reactos / lib / sdk / crt / crt.rbuild
index 7a6026c..9821329 100644 (file)
@@ -25,6 +25,7 @@
        <define name="_MSVCRT_LIB_" />
        <define name="_MSVCRT_" />
        <define name="_MT" />
+       <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>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">