Revert "fix stdio.h error"

This reverts commit f68beb5537.
This commit is contained in:
Xenthio 2021-11-30 10:20:31 +11:00
parent f68beb5537
commit 4ce392c115
12 changed files with 0 additions and 4 deletions

BIN
.DS_Store vendored

Binary file not shown.

BIN
actors/.DS_Store vendored

Binary file not shown.

BIN
include/.DS_Store vendored

Binary file not shown.

BIN
levels/.DS_Store vendored

Binary file not shown.

BIN
lib/.DS_Store vendored

Binary file not shown.

BIN
sound/.DS_Store vendored

Binary file not shown.

BIN
src/.DS_Store vendored

Binary file not shown.

BIN
text/.DS_Store vendored

Binary file not shown.

BIN
tools/.DS_Store vendored

Binary file not shown.

View File

@ -1,10 +1,6 @@
CC := gcc
CXX := g++
ifeq ($(OSX_BUILD),1)
CFLAGS := -I../include -I. -Wall -Wextra -Wno-unused-parameter -pedantic -std=c99 -O2 -s -Wno-error=implicit-function-declaration
else
CFLAGS := -I../include -I. -Wall -Wextra -Wno-unused-parameter -pedantic -std=c99 -O2 -s
endif
LDFLAGS := -lm
PROGRAMS := n64graphics n64graphics_ci mio0 n64cksum textconv patch_libultra_math aifc_decode aiff_extract_codebook vadpcm_enc tabledesign extract_data_for_mio skyconv

Binary file not shown.

Binary file not shown.