diff options
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/botan.iss.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/build-data/botan.iss.in b/src/build-data/botan.iss.in new file mode 100644 index 000000000..4d8b10dc2 --- /dev/null +++ b/src/build-data/botan.iss.in @@ -0,0 +1,17 @@ +; A script for packaging botan with InnoSetup + +[Setup] +AppName=Botan +AppVerName=Botan %{version} +DefaultDirName={pf}\botan +DefaultGroupName=botan + +AppCopyright=Copyright (C) 1999-2009 Jack Lloyd and others + +SolidCompression=yes + +; Todo - add [Types] and select 'user' / 'developer' installs + +[Files] +Source: "libbotan.lib"; DestDir: "{app} +Source: "build\lib\botan\*" DestDir: "{app}\botan" |