File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ LINKER_EXE_ARGUMENTS = <%linker_exe_arguments%>
49
49
50
50
<%foreach(configurations)%>
51
51
!ifdef <%normalize(uc(configuration))%>
52
- 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%>
53
- LFLAGS = <%if(debug_prj)%> $(PDB_FLAGS)<%endif%>
52
+ 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%>
53
+ LFLAGS =<%if(debug_prj)%> $(PDB_FLAGS)<%endif%>
54
54
CFG_DIR = <%intermediate_dir%>\\
55
55
LIBMODIFIER = <%if(use_lib_modifier)%><%lib_modifier%><%endif%>
56
56
EXEMODIFIER = <%if(use_exe_modifier)%><%lib_modifier%><%endif%>
You can’t perform that action at this time.
0 commit comments