cygwin_1_7.txt 954 B

123456789101112131415161718
  1. Starting with Raptor 2.13.0, it is also possible to use Cygwin 1.7 instead of
  2. Cygwin 1.5. Some work was necessary to add support for Cygwin 1.7 due to a
  3. change in command line interface in some of the Cygwin tools.
  4. Due to this change in the command line interface, we have had to introduce the
  5. SBS_CYGWIN17 environment variable whose value should be the root directory of
  6. the Cygwin 1.7 installation. We hope this is temporary and that we can remove
  7. this at some point. The following bullet points indicate the order of
  8. precedence of the SBS_CYGWIN and SBS_CYGWIN17 environment variables.
  9. * SBS_CYGWIN set, SBS_CYGWIN17 unset: assume Cygwin 1.5 is being used
  10. * SBS_CYGWIN set, SBS_CYGWIN17 set: assume Cygwin 1.7 is being used
  11. * SBS_CYGWIN unset, SBS_CYGWIN17 set: assume Cygwin 1.7 is being used
  12. You will get errors if you set SBS_CYGWIN to be the root of a Cygwin 1.7
  13. installation directory and if SBS_CYGWIN17 is not defined correctly.