Config.Cygwin.pp 393 B

1234567891011121314
  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. // *** UNCOMMENT ONE OF THE TWO OPTIONS BELOW FOR 32 OR 64 BIT BUILDS
  9. // 32-bit
  10. #include $[THISDIRPREFIX]Config.Win32.pp
  11. // 64-bit
  12. // #include $[THISDIRPREFIX]Config.Win64.pp