(purple) Fix rdef in Makefile

This commit is contained in:
Jaidyn Ann 2021-07-07 15:49:48 -05:00
parent 4b372238cc
commit 4294993761

View File

@ -39,7 +39,7 @@ SRCS = \
# used. # used.
RDEFS = \ RDEFS = \
protocols/purple/purple.rdef \ protocols/purple/purple.rdef \
data/icons/protocols/Purple/Purple.rdef data/icons/protocols/Purple.rdef
# Specify the resource files to use. Full or relative paths can be used. # Specify the resource files to use. Full or relative paths can be used.
# Both RDEFS and RSRCS can be utilized in the same Makefile. # Both RDEFS and RSRCS can be utilized in the same Makefile.