aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2018-05-11 18:14:19 +0200
committerRay <raysan5@gmail.com>2018-05-11 18:14:19 +0200
commitaa76985c0da1dab965b41c98e87db341c73e9538 (patch)
tree67a6a7eff0cfc46f2e1b5b2818f0336c451611f9 /examples
parent281dbf5d83a777df6aecc4a456b277b23f42ba88 (diff)
downloadraylib-aa76985c0da1dab965b41c98e87db341c73e9538.tar.gz
raylib-aa76985c0da1dab965b41c98e87db341c73e9538.zip
Review raylib version to 2.0
Review raylib_icon resource
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile b/examples/Makefile
index becb91dc..d283e807 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -25,7 +25,7 @@
# Define required raylib variables
PROJECT_NAME ?= raylib_examples
-RAYLIB_VERSION ?= 1.9.7
+RAYLIB_VERSION ?= 2.0.0
RAYLIB_API_VERSION ?= 1
RAYLIB_PATH ?= ..
@@ -207,7 +207,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
ifeq ($(PLATFORM_OS),WINDOWS)
# resources file contains windows exe icon
# -Wl,--subsystem,windows hides the console window
- CFLAGS += $(RAYLIB_PATH)/src/resources -Wl,--subsystem,windows
+ CFLAGS += $(RAYLIB_PATH)/src/raylib_icon -Wl,--subsystem,windows
endif
ifeq ($(PLATFORM_OS),LINUX)
ifeq ($(RAYLIB_BUILD_MODE),DEBUG)