mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 17:51:40 +00:00
[BUILD]
- Remove redundant -fms-extensions as we set it globally already. svn path=/trunk/; revision=51132
This commit is contained in:
parent
58789369ad
commit
70a12312e3
6 changed files with 0 additions and 6 deletions
|
@ -12,7 +12,6 @@
|
|||
<library>win32ksys</library>
|
||||
<library>pseh</library>
|
||||
<library>ntdll</library>
|
||||
<compilerflag compilerset="gcc">-fms-extensions</compilerflag>
|
||||
<directory name="include">
|
||||
<pch>user32.h</pch>
|
||||
</directory>
|
||||
|
|
|
@ -6,5 +6,4 @@
|
|||
<library>hal</library>
|
||||
<file>ramdisk.c</file>
|
||||
<file>ramdisk.rc</file>
|
||||
<compilerflag compilerset="gcc">-fms-extensions</compilerflag>
|
||||
</module>
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
<include base="videoprt">.</include>
|
||||
<include base="ntoskrnl">include</include>
|
||||
<define name="_VIDEOPORT_" />
|
||||
<compilerflag compilerset="gcc">-fms-extensions</compilerflag>
|
||||
<library>ntoskrnl</library>
|
||||
<library>hal</library>
|
||||
<pch>videoprt.h</pch>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
<include base="csrss">include</include>
|
||||
<include base="ReactOS">include/reactos/subsys</include>
|
||||
<include base="ReactOS">include/reactos/drivers</include>
|
||||
<compilerflag compilerset="gcc">-fms-extensions</compilerflag>
|
||||
<library>nt</library>
|
||||
<library>ntdll</library>
|
||||
<library>csrsrv</library>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
<include base="ReactOS">include/reactos/subsys</include>
|
||||
<include base="ReactOS">include/reactos/drivers</include>
|
||||
<include base="console">.</include>
|
||||
<compilerflag compilerset="gcc">-fms-extensions</compilerflag>
|
||||
<library>ntdll</library>
|
||||
<library delayimport="true">user32</library>
|
||||
<library delayimport="true">gdi32</library>
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
<include base="freetype">include</include>
|
||||
<include base="ReactOS">include/reactos/subsys</include>
|
||||
<include base="ReactOS">include/reactos/drivers</include>
|
||||
<compilerflag compilerset="gcc">-fms-extensions</compilerflag>
|
||||
<compilerflag compilerset="msc">/wd4276</compilerflag>
|
||||
<define name="LANGPACK" />
|
||||
<define name="_WIN32K_" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue