Config.Cygwin.pp 395 B

123456789101112
  1. //
  2. // Config.Cygwin.pp
  3. //
  4. // This file defines some custom config variables for the Windows
  5. // platform, when ppremake has been compiled using Cygwin. It
  6. // inherits most of its parameters from Config.Win32.pp.
  7. //
  8. // Note: if you are building for 64-bit Windows, you should configure
  9. // ppremake with the "Cygwin64" platform name instead of "Cygwin".
  10. #include $[THISDIRPREFIX]Config.Win32.pp