Ahmad Fatoum
6 anos atrás
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: C3EAC3DE9321D59B
1 arquivos alterados com
1 adições e
1 exclusões
-
src/Makefile
|
|
@ -508,7 +508,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) -c $< $(CFLAGS) $(GLFW_CFLAGS) $(INCLUDE_PATHS) -D$(PLATFORM) -D$(GRAPHICS) |
|
|
|
$(CC) $(CFLAGS) $(GLFW_CFLAGS) -c $< $(INCLUDE_PATHS) -D$(PLATFORM) -D$(GRAPHICS) |
|
|
|
|
|
|
|
# Compile shapes module
|
|
|
|
shapes.o : shapes.c raylib.h rlgl.h |
|
|
|