Update WIN32.md
authorAdamansky Anton <adamansky@gmail.com>
Thu, 25 Apr 2013 04:42:31 +0000 (11:42 +0700)
committerAdamansky Anton <adamansky@gmail.com>
Thu, 25 Apr 2013 04:42:31 +0000 (11:42 +0700)
tcejdb/WIN32.md

index fad7f95..8b809a2 100644 (file)
@@ -85,7 +85,7 @@ Sample code can be found in `./tcejdb/samples/`
 Notes
 --------------------------------
 
-* In order to build MSVC static library we need Microsoft's `lib.exe` tool,
+* In order to build MSVC import library we need Microsoft's `lib.exe` tool,
 it automatically downloaded by `mxe-build.sh` from my dropbox account. So do not be surprised =)
 
 * Database files size on windows 32-bit are limited to 2GB, because on win32 all data is memmory mapped.