// -*- MPC -*- // $Id$ project(*Server): messaging, taoexe, portableserver { exename = server Source_Files { test_i.cpp server.cpp } } project(*Client): messaging, taoexe, portableserver { exename = client after += *Server Source_Files { testC.cpp client.cpp } }