summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2017-10-20 16:15:23 +0200
committerGitHub <[email protected]>2017-10-20 16:15:23 +0200
commit18601f761935cd81b0f6298e22885c9bc6b5ee6e (patch)
treecf6c71baa1127c796e05dd622c106742e8ace030 /examples/Makefile
parentd9d9546ee5704201571a7875e6f5e40784490e6f (diff)
parent1ef818b0325dafd2d7028a663b9b90d6d6529c44 (diff)
downloadraylib-18601f761935cd81b0f6298e22885c9bc6b5ee6e.tar.gz
raylib-18601f761935cd81b0f6298e22885c9bc6b5ee6e.zip
Merge pull request #369 from raysan5/develop
Integrate Develop branch
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/Makefile b/examples/Makefile
index a6040f14..14eea7da 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -557,11 +557,6 @@ physac/physics_restitution: physac/physics_restitution.c
# compile [physac] example - physics shatter
physac/physics_shatter: physac/physics_shatter.c
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) $(PHYSAC_LIBS) -D$(PLATFORM)
-
-ifeq ($(PLATFORM),PLATFORM_ANDROID)
-external/native_app_glue.o : native_app_glue.c native_app_glue.h
- $(CC) -c $< $(CFLAGS) $(INCLUDE_PATHS) -D$(PLATFORM) -D$(SHAREDFLAG)
-endif
# fix dylib install path name for each executable (MAC)
fix_dylib: