REMOVED: example: core_quat_conversion

This commit is contained in:
Ray 2022-07-05 00:54:50 +02:00
parent cd53531050
commit d0f53db65f
3 changed files with 0 additions and 6 deletions

View file

@ -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)