Fix indentation
This commit is contained in:
parent
3cd6ece3d7
commit
f4579b4c9a
10
Makefile
10
Makefile
|
@ -901,17 +901,17 @@ else
|
||||||
# endif
|
# endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#icon
|
# icon
|
||||||
ifeq ($(WINDOWS_BUILD),1)
|
ifeq ($(WINDOWS_BUILD),1)
|
||||||
ifeq ($(ICON),1)
|
ifeq ($(ICON),1)
|
||||||
Command := mkdir -p "$(BUILD_DIR)/res"
|
Command := mkdir -p "$(BUILD_DIR)/res"
|
||||||
Resp := $(shell $(call Command))
|
Resp := $(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"
|
||||||
Resp := $(shell $(call Command))
|
Resp := $(shell $(call Command))
|
||||||
|
|
||||||
ifeq ($(.SHELLSTATUS),0)
|
ifeq ($(.SHELLSTATUS),0)
|
||||||
LDFLAGS += $(BUILD_DIR)/res/icon.o
|
LDFLAGS += $(BUILD_DIR)/res/icon.o
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue