| 123456789101112131415161718 |
- # RT-Thread building script for bridge
- import os
- from building import *
- objs = []
- if GetDepend('PKG_USING_NUEMWIN'):
- print('\n')
- print('****************************[NUemWin Notice]***************************')
- print('** Sorry, please download NUemWin package from Nuvoton offical site. **')
- print('** More details, please refer README.md. **')
- print('** **')
- print('** If you already do that, please igrone the notice. **')
- print('***********************************************************************')
- print('\n')
- Return('objs')
|