81e05746f50f13e434c2cabdeafe618863bd4eec
[senf.git] / Examples / psi2tsModule / SConscript
1 Import('env')
2 import SENFSCons, glob
3
4 ###########################################################################
5
6 #sources = SENFSCons.GlobSources()
7
8 #SENFSCons.StandardTargets(env)
9
10 #SENFSCons.Object(env, 
11 #    target = 'psi2ts.o', 
12 #    sources = sources,
13 #    LIBS = ['senf'])