Some tweaks and additions

This commit is contained in:
Ray 2017-05-19 00:55:02 +02:00
parent afb841b7dd
commit 413d059fd8
17 changed files with 2121 additions and 2208 deletions

View file

@ -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