Fix boost-1.36 fixes to work in boost < 1.36 ... no comment ...
[senf.git] / Examples / UDPClientServer / SConscript
1 Import('env')
2 import SENFSCons
3
4 ###########################################################################
5
6 SENFSCons.Binary(env, 'udpClient', 'udpClient.cc');
7 SENFSCons.Binary(env, 'udpServer', 'udpServer.cc',);
8 SENFSCons.Doxygen(env)