summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorfdrake <fdrake>2002-07-12 02:51:56 +0000
committerfdrake <fdrake>2002-07-12 02:51:56 +0000
commit9e880b0565ff2f3f538dec4e26c53d58082f130b (patch)
tree11ebf06a389543b82bef1de71b76ebea5a0707d7 /win32
parent3bce998dedfeb448a52a6ef69df897cf87710e63 (diff)
downloadlibexpat-9e880b0565ff2f3f538dec4e26c53d58082f130b.tar.gz
Add the Borland support files to the installer.
Diffstat (limited to 'win32')
-rw-r--r--win32/expat.iss1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/expat.iss b/win32/expat.iss
index 05c4330..94242a2 100644
--- a/win32/expat.iss
+++ b/win32/expat.iss
@@ -39,6 +39,7 @@ CopyMode: alwaysoverwrite; Source: lib\Release\*.lib; DestDir: "{app}\Libs"
CopyMode: alwaysoverwrite; Source: lib\Release-w\*.dll; DestDir: "{app}\Libs"
CopyMode: alwaysoverwrite; Source: lib\Release-w\*.lib; DestDir: "{app}\Libs"
CopyMode: alwaysoverwrite; Source: expat.dsw; DestDir: "{app}\Source"
+CopyMode: alwaysoverwrite; Source: bcb5\*.*; DestDir: "{app}\Source\bcb5"
CopyMode: alwaysoverwrite; Source: lib\*.c; DestDir: "{app}\Source\lib"
CopyMode: alwaysoverwrite; Source: lib\*.h; DestDir: "{app}\Source\lib"
CopyMode: alwaysoverwrite; Source: lib\*.dsp; DestDir: "{app}\Source\lib"