mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-27 09:19:18 -05:00
Update Makefile
This commit is contained in:
@ -582,6 +582,10 @@ physac.o : physac.c physac.h
|
|||||||
@echo #include "$(RAYLIB_MODULE_PHYSAC_PATH)/physac.h" > physac.c
|
@echo #include "$(RAYLIB_MODULE_PHYSAC_PATH)/physac.h" > physac.c
|
||||||
$(CC) -c $< $(CFLAGS) $(INCLUDE_PATHS) -D$(PLATFORM) -DPHYSAC_IMPLEMENTATION
|
$(CC) -c $< $(CFLAGS) $(INCLUDE_PATHS) -D$(PLATFORM) -DPHYSAC_IMPLEMENTATION
|
||||||
|
|
||||||
|
# Compile android_native_app_glue module
|
||||||
|
$(NATIVE_APP_GLUE)/android_native_app_glue.o : android_native_app_glue.c
|
||||||
|
$(CC) -c $< $(CFLAGS) $(INCLUDE_PATHS)
|
||||||
|
|
||||||
|
|
||||||
# Install generated and needed files to desired directories.
|
# Install generated and needed files to desired directories.
|
||||||
# On GNU/Linux and BSDs, there are some standard directories that contain extra
|
# On GNU/Linux and BSDs, there are some standard directories that contain extra
|
||||||
|
|||||||
Reference in New Issue
Block a user