From: Fred L. Drake, Jr. Date: Fri, 12 Jul 2002 02:51:56 +0000 (+0000) Subject: Add the Borland support files to the installer. X-Git-Tag: R_1_95_4~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ebf74d70e6acc2a2a1bc900875d68cc79d443a78;p=libexpat Add the Borland support files to the installer. --- diff --git a/expat/win32/expat.iss b/expat/win32/expat.iss index 05c43305..94242a29 100644 --- a/expat/win32/expat.iss +++ b/expat/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"