mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Windows: icon.rc is a source file, so move it to the source directory.
This commit is contained in:
parent
00768dff9e
commit
ec9657134f
2 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -323,7 +323,7 @@ ifeq ($(OSTYPE), Windows)
|
|||
icon:
|
||||
@echo "===> WR build/icon/icon.res"
|
||||
${Q}mkdir -p build/icon
|
||||
${Q}windres stuff\icon\icon.rc -O COFF -o build\icon\icon.res
|
||||
${Q}windres src/backends/windows/icon.rc -O COFF -o build/icon/icon.res
|
||||
endif
|
||||
|
||||
# ----------
|
||||
|
|
Loading…
Reference in a new issue