projects
/
platform
/
upstream
/
ejdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e264ba
)
Update WIN32.md
author
Adamansky Anton
<adamansky@gmail.com>
Thu, 25 Apr 2013 04:42:31 +0000
(11:42 +0700)
committer
Adamansky Anton
<adamansky@gmail.com>
Thu, 25 Apr 2013 04:42:31 +0000
(11:42 +0700)
tcejdb/WIN32.md
patch
|
blob
|
history
diff --git
a/tcejdb/WIN32.md
b/tcejdb/WIN32.md
index
fad7f95
..
8b809a2
100644
(file)
--- a/
tcejdb/WIN32.md
+++ b/
tcejdb/WIN32.md
@@
-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.