mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
6812c73534
but final linking still fails (as does generating files asn1, et, idl and proto files) (This used to be commit 4f0d7f75b99c7f4388d8acb0838577d86baf68b5)
8 lines
307 B
Python
8 lines
307 B
Python
Import('hostenv')
|
|
# tastes like -*- python -*-
|
|
|
|
Import('talloc basic popt_common popt param')
|
|
registry = hostenv.StaticLibrary('registry',
|
|
[basic,talloc,'common/reg_interface.c','common/reg_util.c'])
|
|
hostenv.Program('regtree', ['tools/regtree.c',registry,talloc,basic,popt_common,popt,param])
|