aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2018-07-21 16:18:33 +0200
committerraysan5 <raysan5@gmail.com>2018-07-21 16:18:33 +0200
commit7dc66d2d3f0668edd46ed3380656692d67ae6da0 (patch)
tree080bb5ae4055801ca40b47e4a825857fe59b1b11 /examples
parent864511fe57a6eff7c7477ca3655012dc5010b191 (diff)
downloadraylib-7dc66d2d3f0668edd46ed3380656692d67ae6da0.tar.gz
raylib-7dc66d2d3f0668edd46ed3380656692d67ae6da0.zip
Looking for a place for raylib resource file
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index e62d6980..518b9fbd 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -216,7 +216,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
ifeq ($(PLATFORM_OS),WINDOWS)
# resource file contains windows executable icon and properties
# -Wl,--subsystem,windows hides the console window
- CFLAGS += $(RAYLIB_PATH)/src/raylib.rc.o -Wl,--subsystem,windows
+ CFLAGS += $(RAYLIB_PATH)/raylib.rc.o -Wl,--subsystem,windows
endif
ifeq ($(PLATFORM_OS),LINUX)
ifeq ($(RAYLIB_BUILD_MODE),DEBUG)