diff options
| author | raysan5 <[email protected]> | 2020-10-10 19:27:18 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-10-10 19:27:18 +0200 |
| commit | fa357b8d5d934f54dd1b3cd343b05f06b732d28f (patch) | |
| tree | e4c650349ea1ceb0644319ec3d79e5edbfec71a6 | |
| parent | c62c4df749b36dc9d00d7cbab81261eddc4dae5a (diff) | |
| download | raylib-fa357b8d5d934f54dd1b3cd343b05f06b732d28f.tar.gz raylib-fa357b8d5d934f54dd1b3cd343b05f06b732d28f.zip | |
Review undesired changes
| -rw-r--r-- | examples/Makefile | 8 | ||||
| -rw-r--r-- | examples/models/resources/canary_wharf_2k.hdr | bin | 6582992 -> 0 bytes |
2 files changed, 1 insertions, 7 deletions
diff --git a/examples/Makefile b/examples/Makefile index 48524e3d..35063447 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -248,13 +248,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB) # --profiling # include information for code profiling # --memory-init-file 0 # to avoid an external memory initialization code file (.mem) # --preload-file resources # specify a resources folder for data compilation - CFLAGS += -s USE_GLFW=3 -s FORCE_FILESYSTEM=1 -s ASYNCIFY -s TOTAL_MEMORY=67108864 - CFLAGS += --preload-file models/resources/shaders/glsl100/skybox.vs@resources/shaders/glsl100/skybox.vs - CFLAGS += --preload-file models/resources/shaders/glsl100/skybox.fs@resources/shaders/glsl100/skybox.fs - CFLAGS += --preload-file models/resources/dresden_square_2k.hdr@resources/dresden_square_2k.hdr - CFLAGS += --preload-file models/resources/shaders/glsl100/cubemap.vs@resources/shaders/glsl100/cubemap.vs - CFLAGS += --preload-file models/resources/shaders/glsl100/cubemap.fs@resources/shaders/glsl100/cubemap.fs - #$(dir $<)resources@resources + CFLAGS += -s USE_GLFW=3 -s FORCE_FILESYSTEM=1 -s ASYNCIFY -s TOTAL_MEMORY=67108864 $(dir $<)resources@resources # NOTE: Simple raylib examples are compiled to be interpreter by emterpreter, that way, # we can compile same code for ALL platforms with no change required, but, working on bigger diff --git a/examples/models/resources/canary_wharf_2k.hdr b/examples/models/resources/canary_wharf_2k.hdr Binary files differdeleted file mode 100644 index 8346abe5..00000000 --- a/examples/models/resources/canary_wharf_2k.hdr +++ /dev/null |
