File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,15 @@ Installation on Woe32 (WinNT/2000/XP, Win95/98/ME):
22
33- Requires MS Visual C/C++ 4.0 or 5.0 or 6.0 or 7.0.
44
5+ Note that binaries created with MSVC 7.0 should not be distributed: They
6+ depend on a closed-source library 'msvcr70.dll' which is not normally part
7+ of a Woe32 installation. You cannot distribute 'msvcr70.dll' with the
8+ binaries - this would be a violation of the GPL and of the Microsoft EULA.
9+ You can distribute the binaries without including 'msvcr70.dll', but this
10+ will cause problems for users that don't have this library on their system.
11+ Therefore it is not recommended. This problem does not occur with MSVC 6.0
12+ and earlier.
13+
514- Cannot build in a separate directory.
615
716- Build instructions:
Original file line number Diff line number Diff line change @@ -2,6 +2,15 @@ Installation on Woe32 (WinNT/2000/XP, Win95/98/ME):
22
33- Requires MS Visual C/C++ 4.0 or 5.0 or 6.0 or 7.0.
44
5+ Note that binaries created with MSVC 7.0 should not be distributed: They
6+ depend on a closed-source library 'msvcr70.dll' which is not normally part
7+ of a Woe32 installation. You cannot distribute 'msvcr70.dll' with the
8+ binaries - this would be a violation of the GPL and of the Microsoft EULA.
9+ You can distribute the binaries without including 'msvcr70.dll', but this
10+ will cause problems for users that don't have this library on their system.
11+ Therefore it is not recommended. This problem does not occur with MSVC 6.0
12+ and earlier.
13+
514- Cannot build in a separate directory.
615
716- Build instructions:
You can’t perform that action at this time.
0 commit comments