blob: a625697f7c0b1ae4137394dc720ab3e746178f89 (
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.lib"; DestDir: "{app}"
Source: "lib\botan\*"; DestDir: "{app}\botan"
|