SConscript 678 B

123456789101112131415161718
  1. # RT-Thread building script for bridge
  2. import os
  3. from building import *
  4. objs = []
  5. if GetDepend('PKG_USING_NUEMWIN'):
  6. print('\n')
  7. print('****************************[NUemWin Notice]***************************')
  8. print('** Sorry, please download NUemWin package from Nuvoton offical site. **')
  9. print('** More details, please refer README.md. **')
  10. print('** **')
  11. print('** If you already do that, please igrone the notice. **')
  12. print('***********************************************************************')
  13. print('\n')
  14. Return('objs')