diff options
Diffstat (limited to 'libraries/sqlite/win32/opensim_build_notes.txt')
-rw-r--r-- | libraries/sqlite/win32/opensim_build_notes.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libraries/sqlite/win32/opensim_build_notes.txt b/libraries/sqlite/win32/opensim_build_notes.txt new file mode 100644 index 0000000..3347f68 --- /dev/null +++ b/libraries/sqlite/win32/opensim_build_notes.txt | |||
@@ -0,0 +1,18 @@ | |||
1 | downloaded tarball from: | ||
2 | http://www.sqlite.org/sqlite-3.5.1.tar.gz | ||
3 | |||
4 | source tree derived (in unix!) by running: | ||
5 | make target_source | ||
6 | in unix/build | ||
7 | |||
8 | two files removed: tclsqlite.c, fts1.c | ||
9 | |||
10 | in mutex_w32.c, added: | ||
11 | #define _WIN32_WINNT 0x0400 | ||
12 | #include <Windows.h> | ||
13 | |||
14 | created sqlite_vs2005\sqlite_vs2005.sln | ||
15 | |||
16 | build all | ||
17 | |||
18 | copy sqlite_vs2005\release\sqlite_vs2005.dll to bin\sqlite3.dll | ||