Rename 'resources.o' to 'windows_resources.o'
This commit is contained in:
parent
4dadefc7d4
commit
4b0584b5b8
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -122,7 +122,7 @@ SOURCES = \
|
|||
OBJECTS = $(addprefix obj/$(FILENAME)/, $(addsuffix .o, $(SOURCES)))
|
||||
DEPENDENCIES = $(addprefix obj/$(FILENAME)/, $(addsuffix .o.d, $(SOURCES)))
|
||||
|
||||
OBJECTS += obj/$(FILENAME)/resources.o
|
||||
OBJECTS += obj/$(FILENAME)/windows_resources.o
|
||||
|
||||
all: $(BUILD_DIRECTORY)/$(FILENAME) $(BUILD_DIRECTORY)/data
|
||||
@echo Finished
|
||||
|
@ -144,7 +144,7 @@ obj/$(FILENAME)/%.o: %.cpp
|
|||
|
||||
include $(wildcard $(DEPENDENCIES))
|
||||
|
||||
obj/$(FILENAME)/resources.o: msvc2003/CSE2.rc
|
||||
obj/$(FILENAME)/windows_resources.o: msvc2003/CSE2.rc
|
||||
@mkdir -p $(@D)
|
||||
@$(WINDRES) $< $@
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue