Sync with trunk (48237)
[reactos.git] / dll / win32 / gdiplus / gdiplus.rbuild
index 5d488f8..cc07c8c 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
 <group>
-<module name="gdiplus" type="win32dll" baseaddress="${BASEADDRESS_GDIPLUS}" installbase="system32" installname="gdiplus.dll" allowwarnings="true">
+<module name="gdiplus" type="win32dll" baseaddress="${BASEADDRESS_GDIPLUS}" installbase="system32" installname="gdiplus.dll" allowwarnings="true" crt="msvcrt">
        <importlibrary definition="gdiplus.spec" />
        <include base="gdiplus">.</include>
        <include base="ReactOS">include/reactos/wine</include>
@@ -19,7 +19,6 @@
        <file>pen.c</file>
        <file>region.c</file>
        <file>stringformat.c</file>
-       <file>gdiplus.spec</file>
        <library>wine</library>
        <library>uuid</library>
        <library>shlwapi</library>
        <library>ole32</library>
        <library>user32</library>
        <library>gdi32</library>
-       <library>kernel32</library>
+       <library>windowscodecs</library>
        <library>ntdll</library>
+       <if property="ARCH" value="amd64">
+               <library>crt</library>
+       </if>
 </module>
 </group>