X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=program%2FNT-BUILD-TIPS.txt;h=d2f7213407b6ca4d30f9c11ea58ed880d515bb03;hb=8a333c322d890badcd1fbac5eb6846435547c836;hp=5fa5e7f5688c1eabda293552500a4f25a8b2f24b;hpb=d0fe7f84c783106229a0105c675e59a090174b86;p=rrdtool-all.git diff --git a/program/NT-BUILD-TIPS.txt b/program/NT-BUILD-TIPS.txt index 5fa5e7f5..d2f72134 100644 --- a/program/NT-BUILD-TIPS.txt +++ b/program/NT-BUILD-TIPS.txt @@ -1,5 +1,12 @@ Compiling RRDtool 1.1.x on Win32 with Microsoft Visual C++: --------------------------------------------------------------- +4/10/05 Tobi +The windows implementation of strftime does not seem to support +the ISO 8601 week number (%V) I have therfore included the file +strftime.[ch] which provides strftime_ ... if you compile rrdtool +with -Dstrftime=_strftime and link strftime.o then you will +get propper support for %V. + 7/29/04 Jake Brutlag As of Jan 2004, code for libraries utilized by rrdtool