summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2017-10-20 12:13:21 +0200
committerRay <[email protected]>2017-10-20 12:13:21 +0200
commitd9d9546ee5704201571a7875e6f5e40784490e6f (patch)
tree855972f1c30c80a1d0dcaf7e562b2e1f85ed8725
parent53280a56e3f4ab576fafeb75a68031fcdc4089fa (diff)
downloadraylib-d9d9546ee5704201571a7875e6f5e40784490e6f.tar.gz
raylib-d9d9546ee5704201571a7875e6f5e40784490e6f.zip
Updated to latest library version
-rw-r--r--examples/Makefile6
-rw-r--r--release/libs/html5/libraylib.bcbin763604 -> 763476 bytes
-rw-r--r--src/Makefile4
3 files changed, 5 insertions, 5 deletions
diff --git a/examples/Makefile b/examples/Makefile
index bd4552cb..a6040f14 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -71,8 +71,8 @@ endif
ifeq ($(PLATFORM),PLATFORM_WEB)
# Emscripten required variables
EMSDK_PATH = C:/emsdk
- EMSCRIPTEN_VERSION = 1.37.9
- CLANG_VERSION=e1.37.9_64bit
+ EMSCRIPTEN_VERSION = 1.37.21
+ CLANG_VERSION=e1.37.21_64bit
PYTHON_VERSION=2.7.5.3_64bit
NODE_VERSION=4.1.1_64bit
export PATH=$(EMSDK_PATH);$(EMSDK_PATH)\clang\$(CLANG_VERSION);$(EMSDK_PATH)\node\$(NODE_VERSION)\bin;$(EMSDK_PATH)\python\$(PYTHON_VERSION);$(EMSDK_PATH)\emscripten\$(EMSCRIPTEN_VERSION);C:\raylib\MinGW\bin:$$(PATH)
@@ -160,7 +160,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
# -s ALLOW_MEMORY_GROWTH=1 # to allow memory resizing
# -s TOTAL_MEMORY=16777216 # to specify heap memory size (default = 16MB)
# -s USE_PTHREADS=1 # multithreading support
- CFLAGS += -s USE_GLFW=3 -s ASSERTIONS=1 --profiling TOTAL_MEMORY=16777216 --preload-file resources
+ CFLAGS += -s USE_GLFW=3 -s ASSERTIONS=1 --profiling -s TOTAL_MEMORY=16777216 --preload-file resources
endif
# Define include paths for required headers
diff --git a/release/libs/html5/libraylib.bc b/release/libs/html5/libraylib.bc
index 2021d0de..d5351320 100644
--- a/release/libs/html5/libraylib.bc
+++ b/release/libs/html5/libraylib.bc
Binary files differ
diff --git a/src/Makefile b/src/Makefile
index 3a903cb6..333abf6d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -85,8 +85,8 @@ endif
ifeq ($(PLATFORM),PLATFORM_WEB)
# Emscripten required variables
EMSDK_PATH = C:/emsdk
- EMSCRIPTEN_VERSION = 1.37.9
- CLANG_VERSION=e1.37.9_64bit
+ EMSCRIPTEN_VERSION = 1.37.21
+ CLANG_VERSION=e1.37.21_64bit
PYTHON_VERSION=2.7.5.3_64bit
NODE_VERSION=4.1.1_64bit
export PATH=$(EMSDK_PATH);$(EMSDK_PATH)\clang\$(CLANG_VERSION);$(EMSDK_PATH)\node\$(NODE_VERSION)\bin;$(EMSDK_PATH)\python\$(PYTHON_VERSION);$(EMSDK_PATH)\emscripten\$(EMSCRIPTEN_VERSION);C:\raylib\MinGW\bin:$$(PATH)