mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Add module linker flags after project flags, so project ones can be overridden
svn path=/trunk/; revision=35240
This commit is contained in:
@@ -1937,7 +1937,8 @@ MingwModuleHandler::GenerateOtherMacros ()
|
||||
|
||||
fprintf (
|
||||
fMakefile,
|
||||
"%s_LFLAGS += $(PROJECT_LFLAGS) -g\n",
|
||||
"%s_LFLAGS := $(PROJECT_LFLAGS) -g $(%s_LFLAGS)\n",
|
||||
module.name.c_str (),
|
||||
module.name.c_str () );
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user