From 34d7ecc997683562a3b639246217eb19531ab225 Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 20 Nov 2009 03:28:11 +0000 Subject: Include the dll.manifest and exports file in the installer; I'm not sure that anyone needs either of these, but it appears like they may be useful if you're doing unusual stuff like C++/CLI. --- src/build-data/innosetup.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/build-data/innosetup.in b/src/build-data/innosetup.in index 1054507ac..ffe780979 100644 --- a/src/build-data/innosetup.in +++ b/src/build-data/innosetup.in @@ -19,5 +19,7 @@ OutputBaseFilename=botan-%{version} [Files] Source: "..\botan.dll"; DestDir: "{app}" +Source: "..\botan.dll.manifest"; DestDir: "{app}" +Source: "..\botan.exp"; DestDir: "{app}" Source: "..\botan.lib"; DestDir: "{app}" Source: "include\botan\*"; DestDir: "{app}\include\botan" -- cgit v1.2.3