mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Add support for a new environment variable ROS_GENERATE_RSYM to disable RSYM during the build
Patch by Alex svn path=/trunk/; revision=34049
This commit is contained in:
parent
c251e18523
commit
33c4221b1e
1 changed files with 4 additions and 0 deletions
|
@ -1550,10 +1550,14 @@ MingwModuleHandler::GenerateCleanObjectsAsYouGoCode () const
|
||||||
void
|
void
|
||||||
MingwModuleHandler::GenerateRunRsymCode () const
|
MingwModuleHandler::GenerateRunRsymCode () const
|
||||||
{
|
{
|
||||||
|
fprintf ( fMakefile,
|
||||||
|
"ifneq ($(ROS_GENERATE_RSYM),no)\n" );
|
||||||
fprintf ( fMakefile,
|
fprintf ( fMakefile,
|
||||||
"\t$(ECHO_RSYM)\n" );
|
"\t$(ECHO_RSYM)\n" );
|
||||||
fprintf ( fMakefile,
|
fprintf ( fMakefile,
|
||||||
"\t$(Q)$(RSYM_TARGET) $@ $@\n\n" );
|
"\t$(Q)$(RSYM_TARGET) $@ $@\n\n" );
|
||||||
|
fprintf ( fMakefile,
|
||||||
|
"endif\n" );
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue