|
|
@ -33,7 +33,7 @@ PROJECT_NAME ?= raylib_game |
|
|
|
PROJECT_VERSION ?= 1.0
|
|
|
|
PROJECT_VERSION ?= 1.0
|
|
|
|
PROJECT_BUILD_PATH ?= .
|
|
|
|
PROJECT_BUILD_PATH ?= .
|
|
|
|
|
|
|
|
|
|
|
|
RAYLIB_PATH ?= C:/GitHub/raylib
|
|
|
|
RAYLIB_PATH ?= ../../raylib
|
|
|
|
|
|
|
|
|
|
|
|
# Locations of raylib.h and libraylib.a/libraylib.so
|
|
|
|
# Locations of raylib.h and libraylib.a/libraylib.so
|
|
|
|
# NOTE: Those variables are only used for PLATFORM_OS: LINUX, BSD
|
|
|
|
# NOTE: Those variables are only used for PLATFORM_OS: LINUX, BSD
|
|
|
|