awtk/lua/SConscript

12 lines
195 B
Python
Raw Normal View History

2018-02-26 12:42:05 +08:00
import os
import sys
env=DefaultEnvironment().Clone()
2018-03-05 11:51:05 +08:00
env['LIBS'] = ['resource', 'fontbitmap', 'imageloaderbitmap', 'lua'] + env['LIBS']
2018-03-04 08:32:52 +08:00
env.Program('run_lua', ["run_lua.c", 'lftk_lua.c'])
2018-02-26 12:42:05 +08:00