mirror of
https://github.com/zlgopen/awtk.git
synced 2025-05-09 12:01:19 +08:00
12 lines
208 B
Python
12 lines
208 B
Python
import os
|
|
import sys
|
|
|
|
env=DefaultEnvironment().Clone()
|
|
|
|
env['LIBS'] = ['resource', 'fontbitmap', 'ui_loader', 'imageloaderbitmap', 'lua'] + env['LIBS']
|
|
env.Program('run_lua', ["run_lua.c", 'lftk_lua.c'])
|
|
|
|
|
|
|
|
|