Merge branch 'master' into sdl_extract
This commit is contained in:
commit
e377fa9987
|
@ -15,7 +15,6 @@ build/android/libs/
|
|||
build/android/obj/
|
||||
build/itch.io/tic.js
|
||||
build/itch.io/console.zip
|
||||
build/html/tic.js
|
||||
build/uwp/code8/ARM/
|
||||
build/uwp/code8/x64/
|
||||
build/uwp/code8/code8.VC.db
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
|||
OPT=-O3 -Wall -std=c99
|
||||
SRC=bin2txt.c
|
||||
3RD_PARTY = ../../../3rd-party
|
||||
3RD_PARTY = ../../3rd-party
|
||||
INCLUDE=-I$(3RD_PARTY)/zlib-1.2.8
|
||||
PRE_BUILT = $(3RD_PARTY)/pre-built
|
||||
LIB=-lz
|
||||
|
|
Loading…
Reference in New Issue