Gaëtan Blaise-Cazalet
4 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
2 aggiunte e
2 eliminazioni
-
projects/VSCode/Makefile
|
|
@ -25,8 +25,8 @@ |
|
|
|
|
|
|
|
# Define required raylib variables
|
|
|
|
PROJECT_NAME ?= game |
|
|
|
RAYLIB_VERSION ?= 2.5.0 |
|
|
|
RAYLIB_API_VERSION ?= 251 |
|
|
|
RAYLIB_VERSION ?= 3.0.0 |
|
|
|
RAYLIB_API_VERSION ?= 300 |
|
|
|
RAYLIB_PATH ?= ..\.. |
|
|
|
|
|
|
|
# Define compiler path on Windows
|
|
|
|