mason.release.dlls: Bundle sqlite3 on Windows. Fixes #856.

locals-and-roots
Doug Coleman 2016-03-29 10:17:37 -07:00
parent 5ca7a1403e
commit c5c7bb0e8d
1 changed files with 4 additions and 1 deletions

View File

@ -9,11 +9,14 @@ M: object dll-list { } ;
! These files should be in the directory that mason is run from. ! These files should be in the directory that mason is run from.
! e.g. c:\factor32 or c:\factor64 on the build machine. ! e.g. c:\factor32 or c:\factor64 on the build machine.
! Sqlite win64: http://synopse.info/files/SQLite3-64.7z
M: windows dll-list M: windows dll-list
{ {
"resource:libcrypto-37.dll" "resource:libcrypto-37.dll"
"resource:libssl-38.dll" "resource:libssl-38.dll"
"resource:libtls-10.dll" "resource:libtls-10.dll"
"resource:sqlite3.dll"
} ; } ;
: copy-dlls ( -- ) : copy-dlls ( -- )