diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2017-04-25 23:08:58 +0200 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2017-04-25 23:37:34 +0200 |
commit | db22312c134c62a76e14eccbd6d15ddba2bdea60 (patch) | |
tree | d32e4c67e09677786870857b8452737e67bd542f /expat/win32 | |
parent | 1106655e57af09b0a8ed0c69acbb096ff00d48ed (diff) | |
download | libexpat-git-db22312c134c62a76e14eccbd6d15ddba2bdea60.tar.gz |
bcb5: Drop Borland build system (issue #14)
Diffstat (limited to 'expat/win32')
-rw-r--r-- | expat/win32/MANIFEST.txt | 2 | ||||
-rw-r--r-- | expat/win32/README.txt | 8 | ||||
-rw-r--r-- | expat/win32/expat.iss | 5 |
3 files changed, 2 insertions, 13 deletions
diff --git a/expat/win32/MANIFEST.txt b/expat/win32/MANIFEST.txt index b7cd3954..22b61d19 100644 --- a/expat/win32/MANIFEST.txt +++ b/expat/win32/MANIFEST.txt @@ -22,6 +22,4 @@ directory you specified to the installer. formedness checker, and a couple of small sample applications. - <top>\Source\bcb5\ Project files for Borland C++ Builder 5 and BCC 5.5. - diff --git a/expat/win32/README.txt b/expat/win32/README.txt index c58d29ab..cc365105 100644 --- a/expat/win32/README.txt +++ b/expat/win32/README.txt @@ -1,14 +1,10 @@ -Expat can be built on Windows in three ways: - using MS Visual C++ (6.0 or .NET), Borland C++ Builder 5 or Cygwin. +Expat can be built on Windows in two ways: + using MS Visual C++ (6.0 or .NET) or Cygwin. * Cygwin: This follows the Unix build procedures. -* C++ Builder 5: - Possible with make files in the BCB5 subdirectory. - Details can be found in the ReadMe file located there. - * MS Visual C++ 6: Based on the workspace file expat.dsw. The related project files (.dsp) are located in the lib subdirectory. diff --git a/expat/win32/expat.iss b/expat/win32/expat.iss index add8445f..5002267b 100644 --- a/expat/win32/expat.iss +++ b/expat/win32/expat.iss @@ -43,11 +43,6 @@ Flags: ignoreversion; Source: win32\bin\Release\*.lib; DestDir: "{app}\Bin" Flags: ignoreversion; Source: expat.dsw; DestDir: "{app}\Source" Flags: ignoreversion; Source: expat.sln; DestDir: "{app}\Source" Flags: ignoreversion; Source: win32\README.txt; DestDir: "{app}\Source" -Flags: ignoreversion; Source: bcb5\*.bp*; DestDir: "{app}\Source\bcb5" -Flags: ignoreversion; Source: bcb5\*.mak; DestDir: "{app}\Source\bcb5" -Flags: ignoreversion; Source: bcb5\*.def; DestDir: "{app}\Source\bcb5" -Flags: ignoreversion; Source: bcb5\*.txt; DestDir: "{app}\Source\bcb5" -Flags: ignoreversion; Source: bcb5\*.bat; DestDir: "{app}\Source\bcb5" Flags: ignoreversion; Source: lib\*.c; DestDir: "{app}\Source\lib" Flags: ignoreversion; Source: lib\*.h; DestDir: "{app}\Source\lib" Flags: ignoreversion; Source: lib\*.def; DestDir: "{app}\Source\lib" |