Adjust resource path to quake3.ico

I'm aware this probably breaks the MSVC build, but

a) I think it's probably broken already
b) I have good reasons that will hopefully make this a non-issue anyway
This commit is contained in:
Tim Angus 2025-07-29 16:21:35 +01:00
parent 19f53d6fbe
commit 7962686d2d
2 changed files with 2 additions and 6 deletions

View File

@ -1426,7 +1426,7 @@ endef
define DO_WINDRES
$(echo_cmd) "WINDRES $<"
$(Q)$(WINDRES) -i $< -o $@
$(Q)$(WINDRES) -Imisc -i $< -o $@
endef

View File

@ -53,11 +53,7 @@ END
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
#ifndef __MINGW32__
IDI_ICON1 ICON DISCARDABLE "../quake3.ico"
#else
IDI_ICON1 ICON DISCARDABLE "misc/quake3.ico"
#endif
IDI_ICON1 ICON DISCARDABLE "quake3.ico"
/////////////////////////////////////////////////////////////////////////////