Install the static libs and the PNG icon for the documentaiton.

This commit is contained in:
Fred L. Drake, Jr. 2002-09-06 20:30:45 +00:00
parent 50bf4791f7
commit 15f4de36f2

View File

@ -7,15 +7,15 @@
[Setup] [Setup]
AppName=expat AppName=expat
AppId=expat AppId=expat
AppVersion=1.95.4 AppVersion=1.95.5
AppVerName=expat 1.95.4 AppVerName=expat 1.95.5
AppCopyright=Copyright © 1998-2002 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers AppCopyright=Copyright © 1998-2002 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers
DefaultDirName={sd}\Expat-1.95.4 DefaultDirName={sd}\Expat-1.95.5
AppPublisher=The Expat Developers AppPublisher=The Expat Developers
AppPublisherURL=http://www.libexpat.org/ AppPublisherURL=http://www.libexpat.org/
AppSupportURL=http://www.libexpat.org/ AppSupportURL=http://www.libexpat.org/
AppUpdatesURL=http://www.libexpat.org/ AppUpdatesURL=http://www.libexpat.org/
UninstallDisplayName=Expat XML Parser (version 1.95.4) UninstallDisplayName=Expat XML Parser (version 1.95.5)
UninstallFilesDir={app}\Uninstall UninstallFilesDir={app}\Uninstall
Compression=bzip/9 Compression=bzip/9
@ -34,10 +34,13 @@ CopyMode: alwaysoverwrite; Source: COPYING; DestDir: "{app}"; DestNa
CopyMode: alwaysoverwrite; Source: README; DestDir: "{app}"; DestName: README.txt CopyMode: alwaysoverwrite; Source: README; DestDir: "{app}"; DestName: README.txt
CopyMode: alwaysoverwrite; Source: doc\*.html; DestDir: "{app}\Doc" CopyMode: alwaysoverwrite; Source: doc\*.html; DestDir: "{app}\Doc"
CopyMode: alwaysoverwrite; Source: doc\*.css; DestDir: "{app}\Doc" CopyMode: alwaysoverwrite; Source: doc\*.css; DestDir: "{app}\Doc"
CopyMode: alwaysoverwrite; Source: doc\*.png; DestDir: "{app}\Doc"
CopyMode: alwaysoverwrite; Source: lib\Release\*.dll; DestDir: "{app}\Libs" CopyMode: alwaysoverwrite; Source: lib\Release\*.dll; DestDir: "{app}\Libs"
CopyMode: alwaysoverwrite; Source: lib\Release\*.lib; DestDir: "{app}\Libs" 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\*.dll; DestDir: "{app}\Libs"
CopyMode: alwaysoverwrite; Source: lib\Release-w\*.lib; DestDir: "{app}\Libs" CopyMode: alwaysoverwrite; Source: lib\Release-w\*.lib; DestDir: "{app}\Libs"
CopyMode: alwaysoverwrite; Source: lib\Release_static\*.lib; DestDir: "{app}\StaticLibs"
CopyMode: alwaysoverwrite; Source: lib\Release-w_static\*.lib; DestDir: "{app}\StaticLibs"
CopyMode: alwaysoverwrite; Source: expat.dsw; DestDir: "{app}\Source" CopyMode: alwaysoverwrite; Source: expat.dsw; DestDir: "{app}\Source"
CopyMode: alwaysoverwrite; Source: bcb5\*.*; DestDir: "{app}\Source\bcb5" CopyMode: alwaysoverwrite; Source: bcb5\*.*; DestDir: "{app}\Source\bcb5"
CopyMode: alwaysoverwrite; Source: lib\*.c; DestDir: "{app}\Source\lib" CopyMode: alwaysoverwrite; Source: lib\*.c; DestDir: "{app}\Source\lib"