@@ -512,7 +512,6 @@ CORE = \
512512 core/core_automation_events \
513513 core/core_basic_screen_manager \
514514 core/core_basic_window \
515- core/core_basic_window_web \
516515 core/core_custom_frame_control \
517516 core/core_custom_logging \
518517 core/core_drop_files \
@@ -649,8 +648,8 @@ SHADERS = \
649648 shaders/shaders_shapes_textures \
650649 shaders/shaders_simple_mask \
651650 shaders/shaders_spotlight \
652- shaders/shaders_texture_rendering \
653651 shaders/shaders_texture_outline \
652+ shaders/shaders_texture_rendering \
654653 shaders/shaders_texture_tiling \
655654 shaders/shaders_texture_waves \
656655 shaders/shaders_vertex_displacement \
@@ -718,9 +717,6 @@ core/core_basic_screen_manager: core/core_basic_screen_manager.c
718717core/core_basic_window: core/core_basic_window.c
719718 $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM)
720719
721- core/core_basic_window_web: core/core_basic_window_web.c
722- $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM)
723-
724720core/core_custom_frame_control: core/core_custom_frame_control.c
725721 $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM)
726722
@@ -1267,15 +1263,15 @@ shaders/shaders_spotlight: shaders/shaders_spotlight.c
12671263 --preload-file shaders/resources/raysan.png@resources/raysan.png \
12681264 --preload-file shaders/resources/shaders/glsl100/spotlight.fs@resources/shaders/glsl100/spotlight.fs
12691265
1270- shaders/shaders_texture_rendering: shaders/shaders_texture_rendering.c
1271- $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) \
1272- --preload-file shaders/resources/shaders/glsl100/cubes_panning.fs@resources/shaders/glsl100/cubes_panning.fs
1273-
12741266shaders/shaders_texture_outline: shaders/shaders_texture_outline.c
12751267 $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) \
12761268 --preload-file shaders/resources/fudesumi.png@resources/fudesumi.png \
12771269 --preload-file shaders/resources/shaders/glsl100/outline.fs@resources/shaders/glsl100/outline.fs
12781270
1271+ shaders/shaders_texture_rendering: shaders/shaders_texture_rendering.c
1272+ $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) \
1273+ --preload-file shaders/resources/shaders/glsl100/cubes_panning.fs@resources/shaders/glsl100/cubes_panning.fs
1274+
12791275shaders/shaders_texture_tiling: shaders/shaders_texture_tiling.c
12801276 $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) \
12811277 --preload-file shaders/resources/cubicmap_atlas.png@resources/cubicmap_atlas.png \
0 commit comments