File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,6 @@ generated: $(GENERATED_DIRTY)
301301.cxx$(OBJ_EXT):
302302 @if not exist "$(INTERMEDIATE)" mkdir "$(INTERMEDIATE)"
303303 $(CC) $(DYN_FLAGS) $(STATIC_FLAGS) $(OCFLAGS) $(CG_CFLAGS) $(UC_CFLAGS) $(THREAD_FLAGS) $(CCFLAGS) $(CFLAGS) $(WARNFLAGS) -c $(OUTPUT_FLAGS) $<
304- !endif
305304
306305.path.cc = $(CPPDIR)
307306.cc$(OBJ_EXT):
@@ -328,18 +327,15 @@ generated: $(GENERATED_DIRTY)
328327<%if(resource_files)%>
329328!ifndef STATIC_CFG
330329.path.res = $(INTERMEDIATE)
331-
332330.path.rc = $(RESDIR)
333331.rc.res:
334332 @if not exist "$(INTERMEDIATE)" mkdir "$(INTERMEDIATE)"
335333 $(RC) $(RC_FLAGS) -fo$@ $<
336-
337334<%foreach(resource_files)%>
338335<%if(transdir(resource_file))%>
339336"$(INTERMEDIATE)\<%transdir(resource_file)%><%basenoextension(resource_file)%>.res":
340337 @if not exist "$(INTERMEDIATE)\<%transdir(resource_file)%>" mkdir "$(INTERMEDIATE)\<%transdir(resource_file)%>"
341338 $(RC) -fo$@ <%resource_file%>
342-
343339<%endif%>
344340<%endfor%>
345341!endif
You can’t perform that action at this time.
0 commit comments