adding win32ksys the syscall lib for win32k
[reactos.git] / reactos / dll / win32 / gdi32 / gdi32.rbuild
index 0a30671..643f4ea 100644 (file)
@@ -9,6 +9,8 @@
        <library>ntdll</library>
        <library>kernel32</library>
        <library>advapi32</library>
+       <library>win32ksys</library>
+
        <directory name="include">
                <pch>precomp.h</pch>
        </directory>
                <file>stubs.c</file>
                <file>stubsa.c</file>
                <file>stubsw.c</file>
-               <file>wingl.c</file>
-               <if property="ARCH" value="i386">
-                       <directory name="i386">
-                               <file>win32k.S</file>
-                       </directory>
-               </if>
-               <if property="ARCH" value="powerpc">
-                       <directory name="powerpc">
-                               <file>win32k.S</file>
-                       </directory>
-               </if>
-               <if property="ARCH" value="mips">
-                       <directory name="mips">
-                               <file>win32k.S</file>
-                       </directory>
-               </if>
+               <file>wingl.c</file>            
        </directory>
        <directory name="objects">
                <file>bitmap.c</file>
@@ -46,6 +33,7 @@
                <file>font.c</file>
                <file>linedda.c</file>
                <file>metafile.c</file>
+               <file>painting.c</file>
                <file>pen.c</file>
                <file>region.c</file>
                <file>text.c</file>