Build vsnprintf for those platforms that need it. b=188079. r=cls

This commit is contained in:
colin%theblakes.com 2003-01-07 22:56:03 +00:00
parent 5b65b44051
commit 6b6de59c91
2 changed files with 5 additions and 1 deletions

View File

@ -38,6 +38,10 @@ endif
CSRCS = $(ICAL_SRC_LCSRCS)
ifeq (,$(filter -DHAVE_SNPRINTF=1,$(DEFS)))
CSRCS += vsnprintf.c
endif
EXPORTS = $(ICAL_SRC_LEXPORTS)
FORCE_STATIC_LIB=1
GARBAGE += ical.h $(BUILT_COMBINEDHEADERS) $(BUILT_SOURCES)

View File

@ -1,4 +1,4 @@
#ifndef WIN32
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#ifndef HAVE_SNPRINTF