mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-03 04:27:44 +08:00
12 lines
195 B
Python
12 lines
195 B
Python
import os
|
|
import sys
|
|
|
|
env=DefaultEnvironment().Clone()
|
|
|
|
env['LIBS'] = ['resource', 'fontbitmap', 'imageloaderbitmap', 'lua'] + env['LIBS']
|
|
env.Program('run_lua', ["run_lua.c", 'lftk_lua.c'])
|
|
|
|
|
|
|
|
|