- Remove compilation units support from win32k, because it often leads to problems and untested code. ReactOS kernel is compiled w/o cunits, and so should win32k be done.

- Fix TAB/spaces mess in win32k. Can't you, developers, finally understand that .rbuild uses TAB-only indentation? Is it too hard?

svn path=/trunk/; revision=27727
This commit is contained in:
Aleksey Bragin 2007-07-19 12:55:58 +00:00
parent 3c7b25d58e
commit 4a6f22cbbf

View file

@ -31,19 +31,12 @@
<file>dib32bpp_colorfill.s</file>
</directory>
</if>
<ifnot property="ARCH" value="i386">
<file>dib24bppc.c</file>
<file>dib32bppc.c</file>
</ifnot>
</directory>
<directory name="eng">
<compilationunit name="eng.c">
<file>bitblt.c</file>
<file>engbrush.c</file>
<file>clip.c</file>
@ -68,7 +61,6 @@
<file>transblt.c</file>
<file>engwindow.c</file>
<file>xlate.c</file>
</compilationunit>
</directory>
<directory name="ldr">
<file>loader.c</file>
@ -77,13 +69,11 @@
<file>dllmain.c</file>
</directory>
<directory name="misc">
<compilationunit name="misc.c">
<file>driver.c</file>
<file>err.c</file>
<file>math.c</file>
<file>copy.c</file>
<file>usrheap.c</file>
</compilationunit>
<if property="ARCH" value="i386">
<directory name="i386">
<file>cos_asm.s</file>
@ -95,15 +85,12 @@
</if>
</directory>
<directory name="ntddraw">
<compilationunit name="ntddraw.c">
<file>ddraw.c</file>
<file>dd.c</file>
<file>ddsurf.c</file>
<file>stubs.c</file>
</compilationunit>
</directory>
<directory name="ntuser">
<compilationunit name="ntuser.c">
<file>accelerator.c</file>
<file>callback.c</file>
<file>callproc.c</file>
@ -140,10 +127,8 @@
<file>winpos.c</file>
<file>winsta.c</file>
<file>object.c</file>
</compilationunit>
</directory>
<directory name="objects">
<compilationunit name="objects.c">
<file>arc.c</file>
<file>bezier.c</file>
<file>bitmaps.c</file>
@ -169,13 +154,10 @@
<file>stockobj.c</file>
<file>text.c</file>
<file>wingl.c</file>
</compilationunit>
</directory>
<directory name="stubs">
<compilationunit name="stubs.c">
<file>stubs.c</file>
<file>xpstubs.c</file>
</compilationunit>
</directory>
</module>
<module name="win32k" type="exportdriver" installbase="system32" installname="win32k.sys" allowwarnings="true">