REMOVED: example: core_quat_conversion
This commit is contained in:
parent
cd53531050
commit
d0f53db65f
3 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue