2018-08-31 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug that broke the build under MingW32.
This commit is contained in:
Fred Gleason
2018-08-31 08:41:28 -04:00
parent fbb87ffed3
commit e0dd678c8e
3 changed files with 9 additions and 1 deletions

View File

@@ -17552,3 +17552,5 @@
2018-08-31 Fred Gleason <fredg@paravelsystems.com>
* Added support for cross-compiling 'rivwebcapi' for Windows with
the MingW64 environment.
2018-08-31 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug that broke the build under MingW32.

View File

@@ -25,6 +25,6 @@ export RANLIB=i686-w64-mingw32-gcc-ranlib
3) cd to 'apis/rivwebcapi/' in the Rivendell sources and do:
./autogen.sh
./configure --prefix=$MINGW32_SYS_ROOT --i686-w64-mingw32
./configure --prefix=$MINGW32_SYS_ROOT --host=i686-w64-mingw32
make
make install (as root)

View File

@@ -26,6 +26,12 @@ SUBDIRS = rivwebcapi \
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = rivwebcapi.pc
EXTRA_DIST = acinclude.m4\
autogen.sh\
configure.ac\
get_distro.pl\
get_target.sh
CLEANFILES = *~\
*.idb\
*ilk\