summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2018-05-29 00:52:08 +0200
committerRay <[email protected]>2018-05-29 00:52:08 +0200
commitd873314c279be1582e28f3c90416c6b225b787fb (patch)
tree4200c017795330c6e59d33ae67ece9a4f3bf5385 /examples/Makefile
parent0148432588b1ead0676a7aa6fecba2d10c315153 (diff)
downloadraylib-d873314c279be1582e28f3c90416c6b225b787fb.tar.gz
raylib-d873314c279be1582e28f3c90416c6b225b787fb.zip
Reviewed Windows resource file name
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 64cec3d1..2e9d458f 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -205,9 +205,9 @@ CFLAGS += -O1 -s -Wall -std=c99 -D_DEFAULT_SOURCE -Wno-missing-braces
#CFLAGS += -Wextra -Wmissing-prototypes -Wstrict-prototypes
ifeq ($(PLATFORM),PLATFORM_DESKTOP)
ifeq ($(PLATFORM_OS),WINDOWS)
- # resources file contains windows exe icon
+ # resource file contains windows executable icon and properties
# -Wl,--subsystem,windows hides the console window
- CFLAGS += $(RAYLIB_PATH)/src/raylib_icon -Wl,--subsystem,windows
+ CFLAGS += $(RAYLIB_PATH)/src/raylib.rc.o -Wl,--subsystem,windows
endif
ifeq ($(PLATFORM_OS),LINUX)
ifeq ($(RAYLIB_BUILD_MODE),DEBUG)