summaryrefslogtreecommitdiff
path: root/source4/lib/com/SConscript
blob: 797cd37620df614996306ef71dff2ef1b495223f (plain)
1
2
3
4
Import('hostenv')
hostenv.Library('com', [ 'tables.c','rot.c','main.c'])
hostenv.Library('dcom', [ 'dcom/tables.c','dcom/main.c'])
hostenv.Library('com_simple', ['classes/simple.c'])