1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-20 08:23:50 +03:00
Files
samba-mirror/source/gtk/SConscript
Jelmer Vernooij 4f0d7f75b9 r10348: Add scons scripts for remaining subsystems. Most subsystems build now,
but final linking still fails (as does generating files asn1, et, idl and proto
files)
2007-10-10 13:38:30 -05:00

10 lines
393 B
Python

Import('hostenv')
gtksmb = hostenv.StaticLibrary('gtksmb',
['common/gtk-smb.c','common/select.c',
'common/gtk_events.c','common/credentials.c'])
hostenv.Program('gregedit', [gtksmb,'tools/gregedit.c'])
hostenv.Program('gepdump', [gtksmb,'tools/gepdump.c'])
hostenv.Program('gwcrontab', [gtksmb,'tools/gwcrontab.c'])
hostenv.Program('gwsam', [gtksmb,'tools/gwsam.c','tools/gwsam_user.c'])