Fix spelling mistake
This commit is contained in:
parent
25241d836a
commit
9dd4d1c8fc
6
Makefile
6
Makefile
|
@ -832,15 +832,15 @@ else
|
|||
# endif
|
||||
endif
|
||||
|
||||
#icon
|
||||
# Icon
|
||||
ifeq ($(WINDOWS_BUILD),1)
|
||||
ifeq ($(ICON),1)
|
||||
|
||||
Command := mkdir $(BUILD_DIR)/res
|
||||
Reponce := $(shell $(call Command))
|
||||
Reponse := $(shell $(call Command))
|
||||
|
||||
Command := windres -o $(BUILD_DIR)/res/icon.o -i res/icon.rc
|
||||
Reponce := $(shell $(call Command))
|
||||
Reponse := $(shell $(call Command))
|
||||
|
||||
LDFLAGS += $(BUILD_DIR)/res/icon.o
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue