fix mingw build

This commit is contained in:
RudenkoArts 2018-07-11 13:03:03 +03:00
parent 4741ed2662
commit 3032dd0816
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ RM= rm -f
INCLUDES= \
-I$(3RD_PARTY)/lua-5.3.1/src \
-I$(3RD_PARTY)/zlib-1.2.8 \
-I$(3RD_PARTY)/zlib-1.2.11 \
-I$(3RD_PARTY)/giflib-5.1.4/lib \
-I$(3RD_PARTY)/SDL2-2.0.7/include \
-I$(3RD_PARTY)/sdl-gpu/include \

View File

@ -1,7 +1,7 @@
OPT=-O3 -Wall -std=c99
SRC=bin2txt.c
3RD_PARTY = ../../3rd-party
INCLUDE=-I$(3RD_PARTY)/zlib-1.2.8
INCLUDE=-I$(3RD_PARTY)/zlib-1.2.11
PRE_BUILT = $(3RD_PARTY)/pre-built
LIB=-lz