view Makefile.w32 @ 1822:892d5277f1ff

Remove note about the search pattern parser being not very tolerant, it's somewhat better now.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 30 Oct 2017 12:55:21 +0200
parents eada713379fe
children
line wrap: on
line source

#
# For win32 version cross-compilation with MiNGW suite @ Linux
#
BINTOOL_PREFIX=i686-w64-mingw32-

PREFIX  = ./win32/
BINPATH = ./win32/
OBJPATH = ./obj/win32/
EXEEXT  = .exe
INSTALL = 

CFLAGS += -DHAVE_STRING_H -DHAVE_STDINT_H
LDFLAGS +=

HAVE_LIBPNG = yes
LIBPNG_CFLAGS += 
LIBPNG_LDFLAGS += -lpng -lz

include Makefile.gen