From 223bd2540c95b285df4b1f5c2688a8e9004b3118 Mon Sep 17 00:00:00 2001 From: Casper Hornstrup Date: Sat, 26 Nov 2005 19:25:14 +0000 Subject: [PATCH] Speed up compilation of win32k.sys svn path=/trunk/; revision=19654 --- reactos/subsys/win32k/win32k.xml | 194 ++++++++++++++++--------------- 1 file changed, 103 insertions(+), 91 deletions(-) diff --git a/reactos/subsys/win32k/win32k.xml b/reactos/subsys/win32k/win32k.xml index fced1280033..0cc7df478a1 100644 --- a/reactos/subsys/win32k/win32k.xml +++ b/reactos/subsys/win32k/win32k.xml @@ -23,30 +23,32 @@ dib.c - bitblt.c - brush.c - clip.c - copybits.c - debug.c - device.c - driverobj.c - error.c - event.c - float.c - gradient.c - lineto.c - mem.c - misc.c - mouse.c - paint.c - palette.c - perfcnt.c - semaphor.c - sort.c - surface.c - transblt.c - window.c - xlate.c + + bitblt.c + brush.c + clip.c + copybits.c + debug.c + device.c + driverobj.c + error.c + event.c + float.c + gradient.c + lineto.c + mem.c + misc.c + mouse.c + paint.c + palette.c + perfcnt.c + semaphor.c + sort.c + surface.c + transblt.c + window.c + xlate.c + loader.c @@ -55,81 +57,91 @@ dllmain.c - driver.c - error.c - math.c - copy.c + + driver.c + error.c + math.c + copy.c + - ddraw.c - stubs.c + + ddraw.c + stubs.c + - accelerator.c - callback.c - caret.c - class.c - clipboard.c - csr.c - cursoricon.c - desktop.c - focus.c - guicheck.c - hook.c - hotkey.c - input.c - keyboard.c - menu.c - message.c - metric.c - misc.c - monitor.c - msgqueue.c - ntuser.c - painting.c - prop.c - scrollbar.c - session.c - stubs.c - timer.c - useratom.c - vis.c - windc.c - window.c - winpos.c - winsta.c - object.c - ssec.c + + accelerator.c + callback.c + caret.c + class.c + clipboard.c + csr.c + cursoricon.c + desktop.c + focus.c + guicheck.c + hook.c + hotkey.c + input.c + keyboard.c + menu.c + message.c + metric.c + misc.c + monitor.c + msgqueue.c + ntuser.c + painting.c + prop.c + scrollbar.c + session.c + stubs.c + timer.c + useratom.c + vis.c + windc.c + window.c + winpos.c + winsta.c + object.c + ssec.c + - bezier.c - bitmaps.c - brush.c - cliprgn.c - color.c - coord.c - dc.c - dib.c - fillshap.c - gdiobj.c - icm.c - line.c - metafile.c - paint.c - palette.c - path.c - pen.c - polyfill.c - print.c - rect.c - region.c - stockobj.c - text.c - wingl.c + + bezier.c + bitmaps.c + brush.c + cliprgn.c + color.c + coord.c + dc.c + dib.c + fillshap.c + gdiobj.c + icm.c + line.c + metafile.c + paint.c + palette.c + path.c + pen.c + polyfill.c + print.c + rect.c + region.c + stockobj.c + text.c + wingl.c + - stubs.c - xpstubs.c + + stubs.c + xpstubs.c +