mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
6812c73534
but final linking still fails (as does generating files asn1, et, idl and proto files) (This used to be commit 4f0d7f75b99c7f4388d8acb0838577d86baf68b5)
6 lines
234 B
Python
6 lines
234 B
Python
Import('hostenv')
|
|
|
|
hostenv.StaticLibrary('mpr',['mpr/miniMpr.c','mpr/var.c'])
|
|
hostenv.StaticLibrary('ejs',['ejs/ejsLib.c','ejs/ejsLex.c','ejs/ejsParser.c','ejs/ejsProcs.c'])
|
|
hostenv.StaticLibrary('esp',['esp/esp.c','esp/espProcs.c'])
|