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,7 +18,7 @@
##
## Use automake to process this into a Makefile.in
AM_CFLAGS = -I$(top_srcdir)/apis/rivwebcapi
AM_CFLAGS = -I ..
lib_LTLIBRARIES = librivwebcapi.la
dist_librivwebcapi_la_SOURCES = rd_addcart.c rd_addcart.h \
rd_addcut.c rd_addcut.h \

View File

@@ -33,8 +33,8 @@
#define snprintf _snprintf
#define strcasecmp _stricmp
#define sscanf_s sscanf
#endif // MINGW32
#define VERSION "0.0.6"
#endif // MINGW32
#endif
/* #define RIVC_DEBUG_OUT Uncomment for stderr output */