mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-25 13:35:12 +00:00
parent
5ed61a66d9
commit
b9243a4c5b
3 changed files with 0 additions and 18 deletions
17
Makefile
17
Makefile
|
@ -58,9 +58,6 @@ DISCORD_SDK ?= 1
|
||||||
# Enable docker build workarounds
|
# Enable docker build workarounds
|
||||||
DOCKERBUILD ?= 0
|
DOCKERBUILD ?= 0
|
||||||
|
|
||||||
# Should It compile with windows Icon
|
|
||||||
ICON ?= 1
|
|
||||||
|
|
||||||
# Various workarounds for weird toolchains
|
# Various workarounds for weird toolchains
|
||||||
|
|
||||||
NO_BZERO_BCOPY ?= 0
|
NO_BZERO_BCOPY ?= 0
|
||||||
|
@ -832,20 +829,6 @@ else
|
||||||
# endif
|
# endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Icon
|
|
||||||
ifeq ($(WINDOWS_BUILD),1)
|
|
||||||
ifeq ($(ICON),1)
|
|
||||||
|
|
||||||
Command := mkdir $(BUILD_DIR)/res
|
|
||||||
Reponse := $(shell $(call Command))
|
|
||||||
|
|
||||||
Command := windres -o $(BUILD_DIR)/res/icon.o -i res/icon.rc
|
|
||||||
Reponse := $(shell $(call Command))
|
|
||||||
|
|
||||||
LDFLAGS += $(BUILD_DIR)/res/icon.o
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Coop specific libraries
|
# Coop specific libraries
|
||||||
|
|
||||||
# Lua
|
# Lua
|
||||||
|
|
BIN
res/icon.ico
BIN
res/icon.ico
Binary file not shown.
Before Width: | Height: | Size: 401 KiB |
|
@ -1 +0,0 @@
|
||||||
id ICON res/icon.ico
|
|
Loading…
Reference in a new issue