Add a 'compiling resources' message to Makefile
This commit is contained in:
parent
f596f89736
commit
7f2499243c
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -141,6 +141,7 @@ include $(wildcard $(DEPENDENCIES))
|
|||
|
||||
obj/$(FILENAME)/windows_resources.o: assets/resources/CSE2.rc
|
||||
@mkdir -p $(@D)
|
||||
@echo Compiling Windows resource file $<
|
||||
@$(WINDRES) $< $@
|
||||
|
||||
# TODO
|
||||
|
|
Loading…
Add table
Reference in a new issue