mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-30 00:18:50 +01:00
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:
@@ -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 \
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user