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
Minor tweak for consistency
pull/1359/head
raysan5
4 anos atrás
pai
c1585dda02
commit
06ff1ce2aa
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
@ -533,7 +533,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
)
$(
CFLAGS
)
$(
GLFW_CFLAGS
)
-c $<
$(
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