Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
471 changes: 335 additions & 136 deletions include/stb/stb_image.h

Large diffs are not rendered by default.

11 changes: 4 additions & 7 deletions tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ifeq ($(UNAME),Darwin)
endif

CC := gcc
CFLAGS := -Llib -Iinclude -I../include -I . -Wall -Wextra -Wno-unused-parameter $(OSX_BUILD) -pedantic -std=c99 -O3 -s
PROGRAMS := n64graphics n64graphics_ci mio0 n64cksum textconv patch_libultra_math iplfontutil aifc_decode aiff_extract_codebook vadpcm_enc tabledesign extract_data_for_mio skyconv
CFLAGS := -Llib -Iinclude -I../include -I . -Wall -Wextra $(OSX_BUILD) -pedantic -std=c99 -O3 -s
PROGRAMS := n64graphics n64graphics_ci mio0 textconv iplfontutil aifc_decode aiff_extract_codebook vadpcm_enc tabledesign extract_data_for_mio skyconv

n64graphics_SOURCES := n64graphics.c utils.c
n64graphics_CFLAGS := -DN64GRAPHICS_STANDALONE
Expand All @@ -16,10 +16,7 @@ n64graphics_ci_CFLAGS := -O2 # 3s faster compile time
mio0_SOURCES := libmio0.c
mio0_CFLAGS := -DMIO0_STANDALONE

n64cksum_SOURCES := n64cksum.c libmio0.c libsm64.c utils.c

textconv_SOURCES := textconv.c utf8.c hashtable.c
patch_libultra_math_SOURCES := patch_libultra_math.c

iplfontutil_SOURCES := iplfontutil.c
iplfontutil_CFLAGS := -O2 # faster compile time
Expand All @@ -30,10 +27,10 @@ aifc_decode_CFLAGS := -O2 # both runs and compiles faster than -O3
aiff_extract_codebook_SOURCES := aiff_extract_codebook.c

tabledesign_SOURCES := sdk-tools/tabledesign/codebook.c sdk-tools/tabledesign/estimate.c sdk-tools/tabledesign/print.c sdk-tools/tabledesign/tabledesign.c
tabledesign_CFLAGS := -Wno-uninitialized -laudiofile -lstdc++
tabledesign_CFLAGS := -laudiofile -lstdc++

vadpcm_enc_SOURCES := sdk-tools/adpcm/vadpcm_enc.c sdk-tools/adpcm/vpredictor.c sdk-tools/adpcm/quant.c sdk-tools/adpcm/util.c sdk-tools/adpcm/vencode.c
vadpcm_enc_CFLAGS := -Wno-unused-result -Wno-uninitialized -Wno-sign-compare -Wno-absolute-value
Comment thread
rawr51919 marked this conversation as resolved.
vadpcm_enc_CFLAGS :=

extract_data_for_mio_SOURCES := extract_data_for_mio.c
extract_data_for_mio_CFLAGS := -O2
Expand Down
1 change: 1 addition & 0 deletions tools/audiofile
Submodule audiofile added at b62c90
25 changes: 0 additions & 25 deletions tools/audiofile-0.3.6/ACKNOWLEDGEMENTS

This file was deleted.

5 changes: 0 additions & 5 deletions tools/audiofile-0.3.6/AUTHORS

This file was deleted.

502 changes: 0 additions & 502 deletions tools/audiofile-0.3.6/COPYING

This file was deleted.

339 changes: 0 additions & 339 deletions tools/audiofile-0.3.6/COPYING.GPL

This file was deleted.

Loading