Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Archivist
/
raylib-src
espelhamento de
https://github.com/raysan5/raylib
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
24
Wiki
Atividade
Ver código fonte
Reorder one flag
pull/779/head
Ray
5 anos atrás
pai
477ea4d660
commit
32e6a419c1
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
src/Makefile
+ 1
- 1
src/Makefile
Ver arquivo
@ -509,7 +509,7 @@ core.o : core.c raylib.h rlgl.h utils.h raymath.h camera.h gestures.h
# Compile rglfw module
rglfw.o
:
rglfw
.
c
$(
CC
)
$(
GLFW_
CFLAGS
)
-c $<
$(
CFLAGS
)
$(
INCLUDE_PATHS
)
-D
$(
PLATFORM
)
-D
$(
GRAPHICS
)
$(
CC
)
-c $<
$(
CFLAGS
)
$(
GLFW_
CFLAGS
)
$(
INCLUDE_PATHS
)
-D
$(
PLATFORM
)
-D
$(
GRAPHICS
)
# Compile shapes module
shapes.o
:
shapes
.
c
raylib
.
h
rlgl
.
h
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar