aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-11-20 03:28:11 +0000
committerlloyd <[email protected]>2009-11-20 03:28:11 +0000
commit34d7ecc997683562a3b639246217eb19531ab225 (patch)
tree1a640dfb9e3164f7555084a626d3608b9fa08c39 /src
parent54437c45c4bc40bef4435bf3f725ef2faa6fdf0a (diff)
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.
Diffstat (limited to 'src')
-rw-r--r--src/build-data/innosetup.in2
1 files changed, 2 insertions, 0 deletions
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"