From 29a8efa781565b473f8b03e05526393f540237e1 Mon Sep 17 00:00:00 2001
From: Andrew Johnson
An enhanced version of the Macro Substitution and Include program msi
+has been included with Base. Both this new version of msi and the IOC's
+dbLoadTemplates command now support setting global macros in
+substitution files, and dbLoadTemplates can now take a list of global
+macro settings as the second argument on its command line. The substitution file
+syntax is documented in the Application Developers Guide.
Some Linux distributions now package the MinGW cross-compiler which makes it diff --git a/src/ioc/dbtemplate/test/template b/src/ioc/dbtemplate/test/template deleted file mode 100644 index 561b52a0a..000000000 --- a/src/ioc/dbtemplate/test/template +++ /dev/null @@ -1,5 +0,0 @@ -# comment line -a = $(a) -b = $(b) -c = $(c) -d = $(d)