Can you add the PCH back to ntos please?
On 2009-12-12, at 10:41 AM, sserapion(a)svn.reactos.org wrote:
> Modified: branches/ros-amd64-bringup/reactos/ntoskrnl/ntoskrnl-generic.rbuild
> URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/ntoskā¦
> ==============================================================================
> --- branches/ros-amd64-bringup/reactos/ntoskrnl/ntoskrnl-generic.rbuild [iso-8859-1]
(original)
> +++ branches/ros-amd64-bringup/reactos/ntoskrnl/ntoskrnl-generic.rbuild [iso-8859-1]
Sat Dec 12 16:41:43 2009
> @@ -30,11 +30,9 @@
> <library>bootvid</library>
> <library>wdmguid</library>
> <dependency>bugcodes</dependency>
> - <!-- See
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38269
> <directory name="include">
> <pch>precomp.h</pch>
> </directory>
> - -->
> <directory name="ke">
> <if property="ARCH" value="i386">
> <directory name="i386">
> @@ -556,7 +554,4 @@
> </directory>
> <file>ntoskrnl.rc</file>
> <linkerscript>ntoskrnl_$(ARCH).lnk</linkerscript>
> -
> - <!-- See
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38054#c7 -->
> - <compilerflag
compilerset="gcc">-fno-unit-at-a-time</compilerflag>
> </group>
>
>