diff --git a/exampleApp/Db/Makefile b/exampleApp/Db/Makefile index 667845e..8ff4e2e 100644 --- a/exampleApp/Db/Makefile +++ b/exampleApp/Db/Makefile @@ -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 .db template is not named *.template add # _TEMPLATE = diff --git a/exampleApp/Db/dbExample3.substitutions b/exampleApp/Db/dbExample3.substitutions new file mode 100644 index 0000000..2768529 --- /dev/null +++ b/exampleApp/Db/dbExample3.substitutions @@ -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" } +}