1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
// -*- MPC -*- // $Id$ project (*client) : taoexe, messaging, portableserver, strategies { exename = client after = *server source_files { TestC.cpp client.cpp } header_files { TestC.h } idl_files { } } project (*server) : taoserver, messaging, strategies { source_files { TestC.cpp TestS.cpp server.cpp } header_files { TestS.h TestC.h } }