X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=NT-BUILD-TIPS.txt;h=68b5373919cacee398604be8a84c6b62a1f24384;hp=5fa5e7f5688c1eabda293552500a4f25a8b2f24b;hb=e7d1704e821305c0b6e3501145800fe0ea673cb3;hpb=f0dca1ae09baf94da5575806fb1e8027a1c95ceb diff --git a/NT-BUILD-TIPS.txt b/NT-BUILD-TIPS.txt index 5fa5e7f..68b5373 100644 --- a/NT-BUILD-TIPS.txt +++ b/NT-BUILD-TIPS.txt @@ -1,5 +1,16 @@ Compiling RRDtool 1.1.x on Win32 with Microsoft Visual C++: --------------------------------------------------------------- +5/1/05 Tobi +to help windows deal with the reentrant versions of many unix +calls link with win32comp.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