mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 03:55:11 +00:00
Fix spelling mistake
This commit is contained in:
parent
7aab487adb
commit
6a384a3039
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -832,15 +832,15 @@ else
|
||||||
# endif
|
# endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#icon
|
# Icon
|
||||||
ifeq ($(WINDOWS_BUILD),1)
|
ifeq ($(WINDOWS_BUILD),1)
|
||||||
ifeq ($(ICON),1)
|
ifeq ($(ICON),1)
|
||||||
|
|
||||||
Command := mkdir $(BUILD_DIR)/res
|
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
|
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
|
LDFLAGS += $(BUILD_DIR)/res/icon.o
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue