mirror of
https://github.com/samba-team/samba.git
synced 2025-11-09 20:23:51 +03:00
6 lines
216 B
Python
6 lines
216 B
Python
Import('hostenv')
|
|
|
|
hostenv.Library('mpr',['mpr/miniMpr.c','mpr/var.c'])
|
|
hostenv.Library('ejs',['ejs/ejsLib.c','ejs/ejsLex.c','ejs/ejsParser.c','ejs/ejsProcs.c'])
|
|
hostenv.Library('esp',['esp/esp.c','esp/espProcs.c'])
|