Merge branch 'accurate' into portable
This commit is contained in:
commit
11941e1666
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -125,7 +125,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 $(BUILD_DIRECTORY)/$(DOCONFIG_FILENAME)
|
||||
@echo Finished
|
||||
|
@ -147,7 +147,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