mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:46:38 +00:00
[ACPI] Comment out for now
[FRAMEBUF_NEW] compiler flags are for x86 only svn path=/branches/ros-amd64-bringup/; revision=46394
This commit is contained in:
parent
42bdd9f0f4
commit
0e42f72853
2 changed files with 9 additions and 7 deletions
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
|
||||
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<directory name="acpi">
|
||||
<!-- directory name="acpi">
|
||||
<xi:include href="acpi/acpi.rbuild" />
|
||||
</directory>
|
||||
</directory-->
|
||||
<directory name="isapnp">
|
||||
<xi:include href="isapnp/isapnp.rbuild" />
|
||||
</directory>
|
||||
|
|
|
@ -10,10 +10,12 @@
|
|||
<file>pointer.c</file>
|
||||
<file>screen.c</file>
|
||||
<file>framebuf_new.rc</file>
|
||||
<if property="ARCH" value="i386">
|
||||
<group compilerset="gcc">
|
||||
<compilerflag>-mrtd</compilerflag>
|
||||
<compilerflag>-fno-builtin</compilerflag>
|
||||
<compilerflag>-Wno-unused-variable</compilerflag>
|
||||
</group>
|
||||
</if>
|
||||
<pch>driver.h</pch>
|
||||
</module>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue