Skip to content
Snippets Groups Projects
Commit e39a8e9f authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Fixed rare multiple resource file write.

parent f781c378
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ RC_OBJS = $(addprefix $(OBJ_DIR), $(addsuffix .rc, $(basename $(notdir $(RC_FILE
$(OBJ_DIR)%.rc: $(RC_DIR)/%
@echo "$(COL_WHITE)Resource $(COL_CYAN)$@: $(COL_BLUE)$< $(COL_END)"
@./resource.sh $< >> $@
@./resource.sh $< > $@
### Dependencies ###
DEPEND = $(CC) $(addprefix -I ,$(INC_DIRS)) -MM $(SRC_FILES) 2>/dev/null | sed "s%^\([^\ \t\n]*\.o\)%$(OBJ_DIR)/\1%"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment