mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Disable precompiled headers for files which are in more than one module
(Precompiled header name have a fixed name, but modules may have different compile options) svn path=/trunk/; revision=33626
This commit is contained in:
parent
3c2ec47c4a
commit
b18f57e3fc
4 changed files with 0 additions and 7 deletions
|
@ -7,7 +7,6 @@
|
|||
<define name="_NTOSKRNL_" />
|
||||
<define name="_NTSYSTEM_" />
|
||||
<define name="NASSERT" />
|
||||
<pch>cmlib.h</pch>
|
||||
<file>cminit.c</file>
|
||||
<file>hivebin.c</file>
|
||||
<file>hivecell.c</file>
|
||||
|
@ -26,7 +25,6 @@
|
|||
<compilerflag>-Wwrite-strings</compilerflag>
|
||||
<compilerflag>-Wpointer-arith</compilerflag>
|
||||
<define name="CMLIB_HOST" />
|
||||
<pch>cmlib.h</pch>
|
||||
<file>cminit.c</file>
|
||||
<file>hivebin.c</file>
|
||||
<file>hivecell.c</file>
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
<module name="inflib" type="staticlibrary">
|
||||
<include base="inflib">.</include>
|
||||
<define name="__NO_CTYPE_INLINES" />
|
||||
<pch>inflib.h</pch>
|
||||
<file>infcore.c</file>
|
||||
<file>infget.c</file>
|
||||
<file>infput.c</file>
|
||||
|
@ -22,7 +21,6 @@
|
|||
<compilerflag>-Wmissing-prototypes</compilerflag>
|
||||
<define name="INFLIB_HOST" />
|
||||
<include base="ReactOS">include</include>
|
||||
<pch>inflib.h</pch>
|
||||
<file>infcore.c</file>
|
||||
<file>infget.c</file>
|
||||
<file>infput.c</file>
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
<define name="_MSVCRT_" />
|
||||
<define name="_MT" />
|
||||
<define name="__NO_CTYPE_INLINES" />
|
||||
<pch>precomp.h</pch>
|
||||
<directory name="conio">
|
||||
<file>cgets.c</file>
|
||||
<file>cprintf.c</file>
|
||||
|
|
|
@ -172,6 +172,4 @@
|
|||
<file>wcsstr.c</file>
|
||||
<file>wcsrev.c</file>
|
||||
</directory>
|
||||
|
||||
<pch>precomp.h</pch>
|
||||
</module>
|
||||
|
|
Loading…
Reference in a new issue