summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2017-05-19 00:56:03 +0200
committerGitHub <[email protected]>2017-05-19 00:56:03 +0200
commit9f8a2e4612ecb67cdf24d96504931a60a73c5fbc (patch)
treef76b424361cbfd0e35d966b3c0d4e7fa28082bbd /examples/Makefile
parent949ed3f9f8e3d981906e849ee1a8e4211c68d6dd (diff)
parent413d059fd894c62a3209eff259d42e4ba37f950f (diff)
downloadraylib-9f8a2e4612ecb67cdf24d96504931a60a73c5fbc.tar.gz
raylib-9f8a2e4612ecb67cdf24d96504931a60a73c5fbc.zip
Merge pull request #289 from raysan5/develop
Integrate develop branch
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 969edd0c..cde8ca9a 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -30,6 +30,9 @@
# WARNING: To compile to HTML5, code must be redesigned to use emscripten.h and emscripten_set_main_loop()
PLATFORM ?= PLATFORM_DESKTOP
+# define raylib directory for include and library
+RAYLIB_PATH ?= C:\raylib\raylib
+
# define NO to use OpenAL Soft as static library (shared by default)
SHARED_OPENAL ?= NO
@@ -37,9 +40,6 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
SHARED_OPENAL = NO
endif
-# define raylib directory for include and library
-RAYLIB_PATH ?= C:\raylib\raylib
-
# determine PLATFORM_OS in case PLATFORM_DESKTOP selected
ifeq ($(PLATFORM),PLATFORM_DESKTOP)
# No uname.exe on MinGW!, but OS=Windows_NT on Windows! ifeq ($(UNAME),Msys) -> Windows