blob: 27e5d3784776d982d1b9cc37ccd4585e780beaab (
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: "include\botan\*"; DestDir: "{app}\include\botan"
|