ICU-829 new sprintf/sscanf functions (it works, but the whole library needs testing)

X-SVN-Rev: 3612
This commit is contained in:
George Rhoten 2001-02-12 20:05:42 +00:00
parent f86b89d0af
commit 82cb2f9d1b

View File

@ -59,8 +59,9 @@ endif
LDFLAGS = @LDFLAGS@ $(RPATHLDFLAGS)
LIBS = $(LIBICUUC) $(LIBICUI18N) @LIBS@
OBJECTS = locbund.o loccache.o ufile.o ufmt_cmn.o uprintf.o uprntf_p.o \
uscanf.o uscanf_p.o uscanset.o ustdio.o
OBJECTS = locbund.o loccache.o ufile.o ufmt_cmn.o uprintf.o uprntf_p.o \
uscanf.o uscanf_p.o uscanset.o ustdio.o sprintf.o sprntf_p.o \
sscanf.o sscanf_p.o
STATIC_OBJECTS = $(OBJECTS:.o=.$(STATIC_O))