add upstream source (adch++ 2.12.1 from sourceforge)

This commit is contained in:
2020-03-22 01:45:29 -07:00
parent 3574617350
commit 2cfbcf1301
9637 changed files with 1934407 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
Import('dev source_path')
ret = [dev.build('mime/'), dev.build('socket/'),
Execute(Copy(Dir(dev.get_target(source_path, 'lua')), Dir('lua/')))]
Return('ret')