From d0f53db65f4b245f536bc6a9f386a94466cf37c2 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 5 Jul 2022 00:54:50 +0200 Subject: REMOVED: example: core_quat_conversion --- examples/Makefile.Web | 4 ---- 1 file changed, 4 deletions(-) (limited to 'examples/Makefile.Web') diff --git a/examples/Makefile.Web b/examples/Makefile.Web index 4ee6652c..9d27443d 100644 --- a/examples/Makefile.Web +++ b/examples/Makefile.Web @@ -402,7 +402,6 @@ CORE = \ core/core_storage_values \ core/core_vr_simulator \ core/core_loading_thread \ - core/core_quat_conversion \ core/core_window_flags \ core/core_split_screen \ core/core_smooth_pixelperfect \ @@ -594,9 +593,6 @@ core/core_vr_simulator: core/core_vr_simulator.c core/core_loading_thread: core/core_loading_thread.c $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) -s USE_PTHREADS=1 -core/core_quat_conversion: core/core_quat_conversion.c - $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) - core/core_window_flags: core/core_window_flags.c $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) -- cgit v1.2.3