blob: ee8229f3f16b750849461835a7d2b6e5597f11c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
; A script for packaging botan with InnoSetup
[Setup]
AppName=Botan
AppVerName=Botan %{version}
AppPublisher=Jack Lloyd
AppPublisherURL=http://botan.randombit.net/
AppVersion=%{version}
DefaultDirName={pf}\botan
DefaultGroupName=botan
AppCopyright=Copyright (C) 1999-2009 Jack Lloyd and others
SolidCompression=yes
OutputDir=.
[Files]
Source: "..\libbotan.dll"; DestDir: "{app}"
Source: "include\botan\*"; DestDir: "{app}\include\botan"
|