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

* Added support for cross-compiling 'rivwebcapi' for Windows with
	the MingW64 environment.
This commit is contained in:
Fred Gleason
2018-08-31 08:31:39 -04:00
parent 6a71c397a2
commit fbb87ffed3
12 changed files with 439 additions and 4 deletions

View File

@@ -18,8 +18,8 @@
##
## Use automake to process this into a Makefile.in
AM_CFLAGS = -Wall -I$(top_srcdir)/apis/rivwebcapi
LIBS = -L$(top_srcdir)/apis/rivwebcapi/rivwebcapi
AM_CFLAGS = -Wall -I$ ..
LIBS = -L$ ../rivwebcapi
noinst_PROGRAMS = listgroups_test \
listgroup_test \
listcarts_test \