Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Archivist
/
raylib-src
réplica de
https://github.com/raysan5/raylib
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
24
Wiki
Actividad
Explorar el Código
Updated release version
pull/524/head
1.9.7-dev
Ray San
hace 6 años
padre
8e44f7b3c7
commit
cc3b8645df
Se han
modificado 3 ficheros
con
3 adiciones
y
3 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
examples/Makefile
+1
-1
src/CMakeLists.txt
+1
-1
src/Makefile
+ 1
- 1
examples/Makefile
Ver fichero
@ -25,7 +25,7 @@
# Define required raylib variables
PROJECT_NAME
?=
raylib_examples
RAYLIB_VERSION
?=
1.9.
4
RAYLIB_VERSION
?=
1.9.
7
RAYLIB_API_VERSION
?=
1
RAYLIB_PATH
?=
..
+ 1
- 1
src/CMakeLists.txt
Ver fichero
@ -2,7 +2,7 @@
project
(
raylib
)
include
(
GNUInstallDirs
)
set
(
PROJECT_VERSION
1.9.
4
)
set
(
PROJECT_VERSION
1.9.
7
)
set
(
API_VERSION
1
)
set
(
RAYLIB
raylib
)
#
N
a
m
e
o
f
t
h
e
g
e
n
e
r
a
t
e
d
l
i
b
r
a
r
y
+ 1
- 1
src/Makefile
Ver fichero
@ -42,7 +42,7 @@
.PHONY
:
all
clean
install
uninstall
# Define required raylib variables
RAYLIB_VERSION
=
1.9.
4
RAYLIB_VERSION
=
1.9.
7
RAYLIB_API_VERSION
=
1
# See below for alternatives.
Escribir
Vista previa
Cargando…
Cancelar
Guardar