diff options
author | lloyd <[email protected]> | 2009-11-19 23:26:41 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-11-19 23:26:41 +0000 |
commit | ac7ebedffe54a09770a93283f9644554d5cf06c5 (patch) | |
tree | 27c14b629c6724d729c958cb8e74634569cb48ab | |
parent | f82384ceb442be6204b76e765de3ae26b41d70bd (diff) |
Fix includes, and put into {app}\include\botan so -IC:\botan\include
causes <botan/XXX> to be visible as expected.
-rw-r--r-- | src/build-data/botan.iss.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/botan.iss.in b/src/build-data/botan.iss.in index a625697f7..27e5d3784 100644 --- a/src/build-data/botan.iss.in +++ b/src/build-data/botan.iss.in @@ -19,4 +19,4 @@ OutputDir=. [Files] Source: "..\libbotan.lib"; DestDir: "{app}" -Source: "lib\botan\*"; DestDir: "{app}\botan" +Source: "include\botan\*"; DestDir: "{app}\include\botan" |