File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -48,24 +48,25 @@ LINKER_EXE_ARGUMENTS = <%linker_exe_arguments%>
48
48
49
49
<%foreach(configurations)%>
50
50
!ifdef <%normalize(uc(configuration))%>
51
- OCFLAGS = <%if(optimize)%>$(OPTIMIZE_CFLAGS)<%else%><%if(debug_prj)%> $(DEBUG_CFLAGS)<%foreach(debug_macros)%> -D<%debug_macro%><%endfor%><%endif%><%endif%><%foreach(defines)%> -D<%define%><%endfor%><%if(!debug_prj)%> $(RELEASE_CFLAGS)<%endif%>
52
- CFG_DIR = <%intermediate_dir%>\\
53
- LIBMODIFIER = <%if(use_lib_modifier)%><%lib_modifier%><%endif%>
54
- EXEMODIFIER = <%if(use_exe_modifier)%><%lib_modifier%><%endif%>
51
+ OCFLAGS = <%if(optimize)%>$(OPTIMIZE_CFLAGS)<%else%><%if(debug_prj)%> $(DEBUG_CFLAGS)<%foreach(debug_macros)%> -D<%debug_macro%><%endfor%><%endif%><%endif%><%foreach(defines)%> -D<%define%><%endfor%><%if(!debug_prj)%> $(RELEASE_CFLAGS)<%endif%>
52
+ LFLAGS = <%if(debug_prj)%> $(PDB_FLAGS)<%endif%>
53
+ CFG_DIR = <%intermediate_dir%>\\
54
+ LIBMODIFIER = <%if(use_lib_modifier)%><%lib_modifier%><%endif%>
55
+ EXEMODIFIER = <%if(use_exe_modifier)%><%lib_modifier%><%endif%>
55
56
<%if(type_is_static)%>
56
- STATIC_CFG = 1
57
+ STATIC_CFG = 1
57
58
<%endif%>
58
59
<%if(type_is_static || need_staticflags)%>
59
60
<%if(staticflags)%>
60
61
STATIC_FLAGS =<%foreach(staticflags)%> -D<%staticflag%><%endfor%>
61
62
<%endif%>
62
63
<%else%>
63
64
<%if(dynamicflags)%>
64
- DYN_FLAGS =<%foreach(dynamicflags)%> -D<%dynamicflag%><%endfor%>
65
+ DYN_FLAGS =<%foreach(dynamicflags)%> -D<%dynamicflag%><%endfor%>
65
66
<%endif%>
66
67
<%endif%>
67
68
<%if(postlinkrmext)%>
68
- POSTLINKRM = <%postlinkrmext%>
69
+ POSTLINKRM = <%postlinkrmext%>
69
70
<%endif%>
70
71
<%if(exename)%>
71
72
EXEOUTPUTDIR = <%if(exeout)%><%exeout%><%if(windows_style)%>\<%output_dir("Debug")%><%endif%><%else%><%if(windows_style)%><%output_dir("Debug")%><%else%><%output_dir(".")%><%endif%><%endif%>\\
@@ -128,9 +129,10 @@ OBJFILES = \
128
129
<%if(libpaths)%>
129
130
130
131
LFLAGS = \
132
+ $(LFLAGS) \
131
133
$(LINKER_PATHS) \
132
134
<%if(debug_prj)%>
133
- -v $(PDB_FLAGS) \
135
+ -v \
134
136
-r \
135
137
<%endif%>
136
138
<%if(linkflags)%>
You can’t perform that action at this time.
0 commit comments