Corrected path backslash

This commit is contained in:
Ray 2018-02-19 00:03:24 +01:00
parent 0958904eac
commit 7e32a627e8
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@
# Define required raylib variables
# WARNING: To compile to HTML5, code must be redesigned to use emscripten.h and emscripten_set_main_loop()
PLATFORM ?= PLATFORM_DESKTOP
RAYLIB_PATH = ..\..
RAYLIB_PATH = ../..
PROJECT_NAME ?= advance_game
# Default path for raylib on Raspberry Pi, if installed in different path, update it!

View File

@ -26,7 +26,7 @@
# Define required raylib variables
# WARNING: To compile to HTML5, code must be redesigned to use emscripten.h and emscripten_set_main_loop()
PLATFORM ?= PLATFORM_DESKTOP
RAYLIB_PATH ?= ..\..
RAYLIB_PATH ?= ../..
PROJECT_NAME ?= simple_game
# Default path for raylib on Raspberry Pi, if installed in different path, update it!

View File

@ -26,7 +26,7 @@
# Define required raylib variables
# WARNING: To compile to HTML5, code must be redesigned to use emscripten.h and emscripten_set_main_loop()
PLATFORM ?= PLATFORM_DESKTOP
RAYLIB_PATH = ..\..
RAYLIB_PATH = ../..
PROJECT_NAME ?= standard_game
# Default path for raylib on Raspberry Pi, if installed in different path, update it!