example: add host-side expanded substitutions file
- checks availablity of a working MSI tool (see #20 and #36)
This commit is contained in:
@@ -9,6 +9,9 @@ DB += dbExample2.db
|
||||
DB += dbSubExample.db
|
||||
DB += user.substitutions
|
||||
|
||||
# Host-side expansion of substitutions file with MSI
|
||||
DB += dbExample3.db
|
||||
|
||||
# If <anyname>.db template is not named <anyname>*.template add
|
||||
# <anyname>_TEMPLATE = <templatename>
|
||||
|
||||
|
||||
8
exampleApp/Db/dbExample3.substitutions
Normal file
8
exampleApp/Db/dbExample3.substitutions
Normal file
@@ -0,0 +1,8 @@
|
||||
# Example host-side substitutions file
|
||||
|
||||
file dbExample2.db {
|
||||
pattern { user, no, scan }
|
||||
{ "ralph", 4, "1 second" }
|
||||
{ "ralph", 5, "2 second" }
|
||||
{ "ralph", 6, "5 second" }
|
||||
}
|
||||
Reference in New Issue
Block a user