cross compilation using mingw32-w64

This commit is contained in:
Chris Cromer
2016-10-27 09:52:01 -03:00
parent 804e00350c
commit 37d1324443
6 changed files with 101 additions and 198 deletions

View File

@@ -13,4 +13,5 @@ generarxml_SOURCES = main.c \
encoding.h
generarxml_CPPFLAGS = $(XML_CPPFLAGS)
generarxml_LDFLAGS= $(XML_LIBS)
generarxml_LDADD = ${libxml2_LIBS}
generarxml_LDADD = $(libxml2_LIBS) $(LDFLAGS)
# -liconv