mirror of
https://github.com/reactos/reactos.git
synced 2026-06-21 01:16:01 +08: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:
@@ -1550,10 +1550,14 @@ MingwModuleHandler::GenerateCleanObjectsAsYouGoCode () const
|
||||
void
|
||||
MingwModuleHandler::GenerateRunRsymCode () const
|
||||
{
|
||||
fprintf ( fMakefile,
|
||||
"ifneq ($(ROS_GENERATE_RSYM),no)\n" );
|
||||
fprintf ( fMakefile,
|
||||
"\t$(ECHO_RSYM)\n" );
|
||||
fprintf ( fMakefile,
|
||||
"\t$(Q)$(RSYM_TARGET) $@ $@\n\n" );
|
||||
fprintf ( fMakefile,
|
||||
"endif\n" );
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user