diff options
author | lloyd <[email protected]> | 2009-11-24 00:32:41 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-11-24 00:32:41 +0000 |
commit | 798230f8e6893e0a8e4eed3cd3215cb5fef13154 (patch) | |
tree | b62cb9b4ea554da55cdf335a1ade6b84f1037d2b /src | |
parent | 9b40d299b878216cf5670aeb880abf2578902c68 (diff) |
Convert line endings on examples.
Sort files in an attempt to help out the compression algorithm.
Diffstat (limited to 'src')
-rw-r--r-- | src/build-data/innosetup.in | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/build-data/innosetup.in b/src/build-data/innosetup.in index c1f8708e1..228ab4e97 100644 --- a/src/build-data/innosetup.in +++ b/src/build-data/innosetup.in @@ -39,19 +39,18 @@ Source: "..\doc\license.txt"; DestDir: "{app}"; Components: dll; AfterInstall: C Source: "..\botan.dll"; DestDir: "{app}"; Components: dll Source: "..\botan.dll.manifest"; DestDir: "{app}"; Components: dll -Source: "..\botan.exp"; DestDir: "{app}"; Components: implib -Source: "..\botan.lib"; DestDir: "{app}"; Components: implib - Source: "include\botan\*"; DestDir: "{app}\include\botan"; Components: includes; AfterInstall: ConvertLineEndings Source: "..\readme.txt"; DestDir: "{app}\doc"; Components: docs; AfterInstall: ConvertLineEndings Source: "..\doc\log.txt"; DestDir: "{app}\doc"; Components: docs; AfterInstall: ConvertLineEndings -Source: "..\doc\api.pdf"; DestDir: "{app}\doc"; Components: docs; Flags: skipifsourcedoesntexist -Source: "..\doc\tutorial.pdf"; DestDir: "{app}\doc"; Components: docs; Flags: skipifsourcedoesntexist +Source: "..\doc\examples\*.cpp"; DestDir: "{app}\doc\examples"; Components: docs; AfterInstall: ConvertLineEndings -Source "..\doc\examples"; DestDir: "{app}\doc\examples"; Components: docs +Source: "..\botan.exp"; DestDir: "{app}"; Components: implib +Source: "..\botan.lib"; DestDir: "{app}"; Components: implib +Source: "..\doc\api.pdf"; DestDir: "{app}\doc"; Components: docs; Flags: skipifsourcedoesntexist +Source: "..\doc\tutorial.pdf"; DestDir: "{app}\doc"; Components: docs; Flags: skipifsourcedoesntexist [Code] const |