mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 17:27:03 +00:00
- Reduce diff to trunk
svn path=/branches/ros-amd64-bringup/; revision=46451
This commit is contained in:
parent
82569185be
commit
6965a0af8a
2 changed files with 10 additions and 10 deletions
|
@ -590,7 +590,7 @@ WARN_LOGFILE =
|
||||||
# directories like "/usr/src/myproject". Separate the files or directories
|
# directories like "/usr/src/myproject". Separate the files or directories
|
||||||
# with spaces.
|
# with spaces.
|
||||||
|
|
||||||
INPUT = .
|
INPUT =
|
||||||
|
|
||||||
# This tag can be used to specify the character encoding of the source files
|
# This tag can be used to specify the character encoding of the source files
|
||||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|
||||||
|
@ -723,7 +723,7 @@ INLINE_SOURCES = YES
|
||||||
# doxygen to hide any special comment blocks from generated source code
|
# doxygen to hide any special comment blocks from generated source code
|
||||||
# fragments. Normal C and C++ comments will always remain visible.
|
# fragments. Normal C and C++ comments will always remain visible.
|
||||||
|
|
||||||
STRIP_CODE_COMMENTS = NO
|
STRIP_CODE_COMMENTS = YES
|
||||||
|
|
||||||
# If the REFERENCED_BY_RELATION tag is set to YES
|
# If the REFERENCED_BY_RELATION tag is set to YES
|
||||||
# then for each documented function all documented
|
# then for each documented function all documented
|
||||||
|
@ -806,13 +806,13 @@ HTML_FILE_EXTENSION = .html
|
||||||
# each generated HTML page. If it is left blank doxygen will generate a
|
# each generated HTML page. If it is left blank doxygen will generate a
|
||||||
# standard header.
|
# standard header.
|
||||||
|
|
||||||
HTML_HEADER =
|
HTML_HEADER = Doxygen/header.html
|
||||||
|
|
||||||
# The HTML_FOOTER tag can be used to specify a personal HTML footer for
|
# The HTML_FOOTER tag can be used to specify a personal HTML footer for
|
||||||
# each generated HTML page. If it is left blank doxygen will generate a
|
# each generated HTML page. If it is left blank doxygen will generate a
|
||||||
# standard footer.
|
# standard footer.
|
||||||
|
|
||||||
HTML_FOOTER =
|
HTML_FOOTER = Doxygen/footer.html
|
||||||
|
|
||||||
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
|
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
|
||||||
# style sheet that is used by each HTML page. It can be used to
|
# style sheet that is used by each HTML page. It can be used to
|
||||||
|
|
|
@ -8,16 +8,16 @@
|
||||||
</xi:include>
|
</xi:include>
|
||||||
|
|
||||||
<xi:include href="ReactOS-generic.rbuild" />
|
<xi:include href="ReactOS-generic.rbuild" />
|
||||||
|
|
||||||
<!-- <define name="_M_ARM" /> Already defined by toolchain -->
|
<!-- <define name="_M_ARM" /> Already defined by toolchain -->
|
||||||
<define name="_ARM_" />
|
<define name="_ARM_" />
|
||||||
<define name="__arm__" />
|
<define name="__arm__" />
|
||||||
<define name="TARGET_arm" host="true" />
|
<define name="TARGET_arm" host="true" />
|
||||||
|
|
||||||
<define name="USE_COMPILER_EXCEPTIONS" />
|
<define name="USE_COMPILER_EXCEPTIONS" />
|
||||||
|
|
||||||
<property name="WINEBUILD_FLAGS" value="--kill-at"/>
|
<property name="WINEBUILD_FLAGS" value="--kill-at"/>
|
||||||
|
|
||||||
<include>include/reactos/arm</include>
|
<include>include/reactos/arm</include>
|
||||||
|
|
||||||
<if property="SARCH" value="versatile">
|
<if property="SARCH" value="versatile">
|
||||||
|
@ -33,9 +33,9 @@
|
||||||
<compilerflag>-UUNICODE</compilerflag>
|
<compilerflag>-UUNICODE</compilerflag>
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
|
|
||||||
<define name="__MSVCRT__"/> <!-- DUBIOUS -->
|
<define name="__MSVCRT__"/> <!-- DUBIOUS -->
|
||||||
|
|
||||||
<group linkerset="ld">
|
<group linkerset="ld">
|
||||||
<linkerflag>--strip-debug</linkerflag> <!-- INVESTIGATE -->
|
<linkerflag>--strip-debug</linkerflag> <!-- INVESTIGATE -->
|
||||||
<linkerflag>-static</linkerflag> <!-- INVESTIGATE -->
|
<linkerflag>-static</linkerflag> <!-- INVESTIGATE -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue