Sources.pp 362 B

1234567891011
  1. #define INSTALL_SCRIPTS genPyCode.py
  2. // If we're on Win32 without Cygwin, install the genPyCode.bat file;
  3. // for all other platforms, install the genPyCode sh script.
  4. #if $[eq $[PLATFORM],Win32]
  5. #define INSTALL_SCRIPTS $[INSTALL_SCRIPTS] genPyCode.bat
  6. #else
  7. #define INSTALL_SCRIPTS $[INSTALL_SCRIPTS] genPyCode
  8. #endif
  9. #include $[THISDIRPREFIX]genPyCode.pp