[WIN32CSR] Clean up the debris from r47314: Removed some redundant code, reorganized...
[reactos.git] / reactos / subsystems / win32 / csrss / win32csr / win32csr.rbuild
index 967e483..392dccb 100644 (file)
@@ -9,12 +9,12 @@
        <include base="console">.</include>
        <compilerflag compilerset="gcc">-fms-extensions</compilerflag>
        <library>ntdll</library>
-       <library>kernel32</library>
        <library>user32</library>
        <library>gdi32</library>
        <library>advapi32</library>
        <library>win32ksys</library>
        <library>psapi</library>
+       <library>pseh</library>
        <pch>w32csr.h</pch>
        <file>alias.c</file>
        <file>conio.c</file>
@@ -22,6 +22,8 @@
        <file>dllmain.c</file>
        <file>exitros.c</file>
        <file>guiconsole.c</file>
+       <file>handle.c</file>
+       <file>harderror.c</file>
        <file>tuiconsole.c</file>
        <file>appswitch.c</file>
        <file>win32csr.rc</file>