From ba3f552b67a76bc62ef4aecdee778ac47abf330c Mon Sep 17 00:00:00 2001 From: Daniel Strommen Date: Tue, 27 Feb 2018 12:24:41 -0800 Subject: Install sqlite3.exe as part of sqlite3 port (#2525) * Install sqlite3.exe as part of sqlite3 port - Modeled after the bzip2 port: If SQLITE3_SKIP_TOOLS is not set, build and install sqlite3.exe as part of the sqlite3 package. sqlite3.dll must also be copied to the tools folder for sqlite3.exe to be able to launch. - Tested on Windows RS3 with VS 2017 15.5.2. * [sqlite3] Separate into tool feature --- ports/sqlite3/CONTROL | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ports/sqlite3/CONTROL') diff --git a/ports/sqlite3/CONTROL b/ports/sqlite3/CONTROL index ccb3a3745..7e39794dd 100644 --- a/ports/sqlite3/CONTROL +++ b/ports/sqlite3/CONTROL @@ -1,3 +1,6 @@ Source: sqlite3 -Version: 3.21.0 +Version: 3.21.0-1 Description: SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. + +Feature: tool +Description: sqlite3 executable -- cgit v1.2.3