This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Archivist
/
raylib-src
огледало од
https://github.com/raysan5/raylib
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
24
Вики
Activity
Преглед изворни кода
Update raylib version
pull/1748/head
Ray
пре 4 година
родитељ
e5708a8f36
комит
c4eaf0076d
6 измењених фајлова
са
6 додато
и
7 уклоњено
Један поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/Makefile
+1
-2
projects/4coder/Makefile
+1
-1
projects/VSCode/Makefile
+1
-1
templates/advance_game/Makefile
+1
-1
templates/simple_game/Makefile
+1
-1
templates/standard_game/Makefile
+ 1
- 1
examples/Makefile
Прегледај датотеку
@ -25,7 +25,7 @@
# Define required raylib variables
# Define required raylib variables
PROJECT_NAME
?=
raylib_examples
PROJECT_NAME
?=
raylib_examples
RAYLIB_VERSION
?=
3.
5
.0
RAYLIB_VERSION
?=
3.
7
.0
RAYLIB_PATH
?=
..
RAYLIB_PATH
?=
..
# Define default options
# Define default options
+ 1
- 2
projects/4coder/Makefile
Прегледај датотеку
@ -25,8 +25,7 @@
# Define required raylib variables
# Define required raylib variables
PROJECT_NAME
?=
game
PROJECT_NAME
?=
game
RAYLIB_VERSION
?=
2.5.0
RAYLIB_API_VERSION
?=
2
RAYLIB_VERSION
?=
3.7.0
RAYLIB_PATH
?=
..
\.
.
RAYLIB_PATH
?=
..
\.
.
# Define default options
# Define default options
+ 1
- 1
projects/VSCode/Makefile
Прегледај датотеку
@ -25,7 +25,7 @@
# Define required raylib variables
# Define required raylib variables
PROJECT_NAME
?=
game
PROJECT_NAME
?=
game
RAYLIB_VERSION
?=
3.
5
.0
RAYLIB_VERSION
?=
3.
7
.0
RAYLIB_PATH
?=
..
\.
.
RAYLIB_PATH
?=
..
\.
.
# Define compiler path on Windows
# Define compiler path on Windows
+ 1
- 1
templates/advance_game/Makefile
Прегледај датотеку
@ -25,7 +25,7 @@
# Define required raylib variables
# Define required raylib variables
PROJECT_NAME
?=
advance_game
PROJECT_NAME
?=
advance_game
RAYLIB_VERSION
?=
3.
5
.0
RAYLIB_VERSION
?=
3.
7
.0
RAYLIB_PATH
?=
../..
RAYLIB_PATH
?=
../..
# Define default options
# Define default options
+ 1
- 1
templates/simple_game/Makefile
Прегледај датотеку
@ -25,7 +25,7 @@
# Define required raylib variables
# Define required raylib variables
PROJECT_NAME
?=
simple_game
PROJECT_NAME
?=
simple_game
RAYLIB_VERSION
?=
3.
5
.0
RAYLIB_VERSION
?=
3.
7
.0
RAYLIB_PATH
?=
../..
RAYLIB_PATH
?=
../..
# Define default options
# Define default options
+ 1
- 1
templates/standard_game/Makefile
Прегледај датотеку
@ -25,7 +25,7 @@
# Define required raylib variables
# Define required raylib variables
PROJECT_NAME
?=
standard_game
PROJECT_NAME
?=
standard_game
RAYLIB_VERSION
?=
3.
5
.0
RAYLIB_VERSION
?=
3.
7
.0
RAYLIB_PATH
?=
../..
RAYLIB_PATH
?=
../..
# Define default options
# Define default options
Write
Preview
Loading…
Откажи
Сачувај